diff options
author | remko <remko@FreeBSD.org> | 2005-11-08 04:44:06 +0800 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2005-11-08 04:44:06 +0800 |
commit | 6c9fc1e3b17e29da9a14b479e41bb72d08489f86 (patch) | |
tree | f3236b9ee9fe33956484f29705b3bcc668775c17 /security | |
parent | 012a75d310d88a7a4737672880d4a36d7965c1ec (diff) | |
download | freebsd-ports-gnome-6c9fc1e3b17e29da9a14b479e41bb72d08489f86.tar.gz freebsd-ports-gnome-6c9fc1e3b17e29da9a14b479e41bb72d08489f86.tar.zst freebsd-ports-gnome-6c9fc1e3b17e29da9a14b479e41bb72d08489f86.zip |
Document qpopper -- multiple privilege escalation vulnerabilities.
Note that the current version is not affected anymore.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index f85d1e4242e6..e994d5792750 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,38 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="eb29a575-3381-11da-8340-000e0c2e438a"> + <topic>qpopper -- multiple privilege escalation vulnerabilities</topic> + <affects> + <package> + <name>qpopper</name> + <range><le>4.0.5</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Jens Steube reports that qpopper is vulnerable to a privilege + escalation vulnerability. qpopper does not properly drop root + privileges so that user supplied configuration and trace files + can be processed with root privileges. This could allow a + local attacker to create or modify arbitrary files.</p> + <p>qpopper is also affected by improper umask settings + which could allow users to create group or world-writeable + files, possibly allowing an attacker to overwrite arbitrary + files.</p> + </body> + </description> + <references> + <cvename>CAN-2005-1151</cvename> + <cvename>CAN-2005-1152</cvename> + <url>http://secunia.com/advisories/15475/</url> + </references> + <dates> + <discovery>2005-05-26</discovery> + <entry>2005-11-07</entry> + </dates> + </vuln> + <vuln vid="44e5f5bd-4d76-11da-bf37-000fb586ba73"> <topic>pear-PEAR -- PEAR installer arbitrary code execution vulnerability</topic> <affects> |