diff options
author | remko <remko@FreeBSD.org> | 2006-02-20 20:26:22 +0800 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2006-02-20 20:26:22 +0800 |
commit | be25d3c4e7d2572e23818a0066032254f2791cab (patch) | |
tree | 62613f199d5e89aa12f14be0a4081302ffc7e704 /security/vuxml | |
parent | 2e2d703177f2a4c71331c9fe5ff21711400f2bbc (diff) | |
download | freebsd-ports-gnome-be25d3c4e7d2572e23818a0066032254f2791cab.tar.gz freebsd-ports-gnome-be25d3c4e7d2572e23818a0066032254f2791cab.tar.zst freebsd-ports-gnome-be25d3c4e7d2572e23818a0066032254f2791cab.zip |
Document pinentry -- local privilege escalation.
Correct previous entry (the entry time was invalid).
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 52f92c545938..4d18d7ba79b6 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,39 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="17c2a61e-a20b-11da-b410-000e0c2e438a"> + <topic>pinentry -- local privilege escalation</topic> + <affects> + <package> + <name>pinentry</name> + <name>pinentry-curses</name> + <name>pinentry-gtk</name> + <name>pinentry-gtk2</name> + <name>pinentry-qt</name> + <range><gt>0</gt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Tavis Ormandy reports:</p> + <blockquote cite="http://www.gentoo.org/security/en/glsa/glsa-200601-01.xml"> + <p>Tavis Ormandy of the Gentoo Linux Security Audit Team has + discovered that the pinentry ebuild incorrectly sets the + permissions of the pinentry binaries upon installation, so + that the sgid bit is set making them execute with the + privileges of group ID 0.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.gentoo.org/security/en/glsa/glsa-200601-01.xml</url> + </references> + <dates> + <discovery>2006-01-03</discovery> + <entry>2006-02-20</entry> + </dates> + </vuln> + <vuln vid="b89dda1a-a206-11da-b410-000e0c2e438a"> <topic>squid -- dns lookup spoofing</topic> <affects> @@ -57,7 +90,7 @@ Note: Please add new entries to the beginning of this file. <url>http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE9-dns_query</url> </references> <dates> - <discovery>2006-02-FIXME</discovery> + <discovery>2005-05-11</discovery> <entry>2006-02-20</entry> </dates> </vuln> |