diff options
author | simon <simon@FreeBSD.org> | 2006-02-07 20:09:16 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2006-02-07 20:09:16 +0000 |
commit | 2e6539708c342a8e1aeecc98c2f42035ed454318 (patch) | |
tree | c90ce1c0cce9527d64784dd8f291ef97588ea6ff /security/vuxml | |
parent | 97d03d24ffa47a83886bf390a2eb695cb3ffec14 (diff) | |
download | FreeBSD-ports-2e6539708c342a8e1aeecc98c2f42035ed454318.zip FreeBSD-ports-2e6539708c342a8e1aeecc98c2f42035ed454318.tar.gz |
Document kpopup -- local root exploit and local denial of service.
PR: ports/92359
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 7a7a6b8..14e08cc 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,47 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1613db79-8e52-11da-8426-000fea0a9611"> + <topic>kpopup -- local root exploit and local denial of service</topic> + <affects> + <package> + <name>kpopup</name> + <range><ge>0.9.1</ge><le>0.9.5</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Mitre CVE reports:</p> + <blockquote cite="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-1170"> + <p>Format string vulnerability in main.cpp in kpopup + 0.9.1-0.9.5pre2 allows local users to cause a denial of + service (segmentation fault) and possibly execute + arbitrary code via format string specifiers in command + line arguments.</p> + </blockquote> + <blockquote cite="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-1167"> + <p>misc.cpp in KPopup 0.9.1 trusts the PATH variable when + executing killall, which allows local users to elevate + their privileges by modifying the PATH variable to + reference a malicious killall program.</p> + </blockquote> + <p>SecurityFocus credits "b0f" b0fnet@yahoo.com</p> + </body> + </description> + <references> + <cvename>CVE-2003-1170</cvename> + <bid>8918</bid> + <cvename>CVE-2003-1167</cvename> + <bid>8915</bid> + <url>http://www.securityfocus.com/archive/1/342736</url> + <url>http://www.henschelsoft.de/kpopup_en.html</url> + </references> + <dates> + <discovery>2003-10-28</discovery> + <entry>2006-02-07</entry> + </dates> + </vuln> + <vuln vid="6b0215ae-8f26-11da-8c1d-000e0c2e438a"> <topic>cpio -- multiple vulnerabilities</topic> <affects> |