diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200409-27.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200409-27.xml')
-rw-r--r-- | metadata/glsa/glsa-200409-27.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200409-27.xml b/metadata/glsa/glsa-200409-27.xml new file mode 100644 index 000000000000..cb50058f8c68 --- /dev/null +++ b/metadata/glsa/glsa-200409-27.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200409-27"> + <title>glFTPd: Local buffer overflow vulnerability</title> + <synopsis> + glFTPd is vulnerable to a local buffer overflow which may allow arbitrary + code execution. + </synopsis> + <product type="ebuild">glftpd</product> + <announced>September 21, 2004</announced> + <revised>September 21, 2004: 01</revised> + <bug>64809</bug> + <access>local</access> + <affected> + <package name="net-ftp/glftpd" auto="yes" arch="*"> + <unaffected range="ge">1.32-r1</unaffected> + <vulnerable range="lt">1.32-r1</vulnerable> + </package> + </affected> + <background> + <p> + glFTPd is a highly configurable FTP server with many features. + </p> + </background> + <description> + <p> + The glFTPd server is vulnerable to a buffer overflow in the 'dupescan' + program. This vulnerability is due to an unsafe strcpy() call which can + cause the program to crash when a large argument is passed. + </p> + </description> + <impact type="normal"> + <p> + A local user with malicious intent can pass a parameter to the dupescan + program that exceeds the size of the buffer, causing it to overflow. This + can lead the program to crash, and potentially allow arbitrary code + execution with the permissions of the user running glFTPd, which could be + the root user. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All glFTPd users should upgrade to the latest version: + </p> + <code> + # emerge sync + + # emerge -pv ">=net-ftp/glftpd-1.32-r1" + # emerge ">=net-ftp/glftpd-1.32-r1"</code> + </resolution> + <references> + <uri link="http://www.securityfocus.com/archive/1/375775/2004-09-17/2004-09-23/0">BugTraq Advisory</uri> + <uri link="http://www.glftpd.com/modules.php?op=modload&name=News&file=article&sid=23&mode=thread&order=0&thold=0">glFTPd Announcement</uri> + </references> + <metadata tag="submitter" timestamp="Tue, 21 Sep 2004 03:12:24 +0000"> + lewk + </metadata> + <metadata tag="bugReady" timestamp="Tue, 21 Sep 2004 03:12:31 +0000"> + lewk + </metadata> +</glsa> |