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-200501-18.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-200501-18.xml')
-rw-r--r-- | metadata/glsa/glsa-200501-18.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200501-18.xml b/metadata/glsa/glsa-200501-18.xml new file mode 100644 index 000000000000..61ad41d4d155 --- /dev/null +++ b/metadata/glsa/glsa-200501-18.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200501-18"> + <title>KDE FTP KIOslave: Command injection</title> + <synopsis> + The FTP KIOslave contains a bug allowing users to execute arbitrary FTP + commands. + </synopsis> + <product type="ebuild">konqueror</product> + <announced>January 11, 2005</announced> + <revised>January 12, 2005: 02</revised> + <bug>73759</bug> + <access>remote</access> + <affected> + <package name="kde-base/kdelibs" auto="yes" arch="*"> + <unaffected range="ge">3.3.2-r2</unaffected> + <unaffected range="rge">3.2.3-r5</unaffected> + <vulnerable range="lt">3.3.2-r2</vulnerable> + </package> + </affected> + <background> + <p> + KDE is a feature-rich graphical desktop environment for Linux and + Unix-like Operating Systems. KDE provided KIOslaves for many protocols + in the kdelibs package, one of them being FTP. These are used by KDE + applications such as Konqueror. + </p> + </background> + <description> + <p> + The FTP KIOslave fails to properly parse URL-encoded newline + characters. + </p> + </description> + <impact type="normal"> + <p> + An attacker could exploit this to execute arbitrary FTP commands on the + server and due to similiarities between the FTP and the SMTP protocol, + this vulnerability also allows an attacker to connect to a SMTP server + and issue arbitrary commands, for example sending an email. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All kdelibs users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose kde-base/kdelibs</code> + </resolution> + <references> + <uri link="http://www.kde.org/info/security/advisory-20050101-1.txt">KDE Security Advisory: ftp kioslave command injection</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1165">CAN-2004-1165</uri> + </references> + <metadata tag="submitter" timestamp="Wed, 5 Jan 2005 16:56:23 +0000"> + jaervosz + </metadata> + <metadata tag="bugReady" timestamp="Tue, 11 Jan 2005 12:39:06 +0000"> + jaervosz + </metadata> +</glsa> |