diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-07-31 23:23:47 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-07-31 23:23:47 +0800 |
commit | a4a50eea969b77a97d32c3e30924bdafe8fa683c (patch) | |
tree | 2f9a037872e2b153433f14b4ffed790559a4ba0e /security | |
parent | 65a882f011466f6e3d444e37539f4113b9283326 (diff) | |
download | freebsd-ports-gnome-a4a50eea969b77a97d32c3e30924bdafe8fa683c.tar.gz freebsd-ports-gnome-a4a50eea969b77a97d32c3e30924bdafe8fa683c.tar.zst freebsd-ports-gnome-a4a50eea969b77a97d32c3e30924bdafe8fa683c.zip |
Document x11/kdelibs4 vulnerability
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 14be6ab9dea0..e3ef8aae845c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,36 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="2f90556f-18c6-11e4-9cc4-5453ed2e2b49"> + <topic>kdelibs -- KAuth PID Reuse Flaw</topic> + <affects> + <package> + <name>kdelibs</name> + <range><lt>4.12.5_3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Martin Sandsmark reports:</p> + <blockquote cite="http://lists.kde.org/?l=kde-announce&m=140674898412923&w=2"> + <p>The KAuth framework uses polkit-1 API which tries to authenticate + using the requestors PID. This is prone to PID reuse race + conditions.</p> + <p>This potentially allows a malicious application to pose as another + for authentication purposes when executing privileged actions.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2014-5033</cvename> + <mlist>http://lists.kde.org/?l=kde-announce&m=140674898412923&w=2</mlist> + </references> + <dates> + <discovery>2014-07-30</discovery> + <entry>2014-07-31</entry> + </dates> + </vuln> + <vuln vid="31c09848-1829-11e4-bf04-60a44c524f57"> <topic>tor -- traffic confirmation attack</topic> <affects> |