diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2005-10-02 00:35:20 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2005-10-02 00:35:20 +0800 |
commit | 47519eaaecdd745d9b7934b92246acc4bae37f77 (patch) | |
tree | 993d7c35757e40df20c3155672166a7c9342ddd0 /security/vuxml | |
parent | 9c5b041f3b7e154968156bb6a62c0c12ca73454d (diff) | |
download | freebsd-ports-gnome-47519eaaecdd745d9b7934b92246acc4bae37f77.tar.gz freebsd-ports-gnome-47519eaaecdd745d9b7934b92246acc4bae37f77.tar.zst freebsd-ports-gnome-47519eaaecdd745d9b7934b92246acc4bae37f77.zip |
Document japanese/uim privilege escalation vulnerability.
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index c7cc3b6c3045..d6ff4a47c0e3 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,37 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1e606080-3293-11da-ac91-020039488e34"> + <topic>uim -- privilege escalation vulnerability</topic> + <affects> + <package> + <name>ja-uim</name> + <range><lt>0.4.9.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The uim developers reports:</p> + <blockquote cite="INSERT URL HERE"> + <p>Masanari Yamamoto discovered that incorrect use + of environment variables in uim. This bug causes + privilege escalation if setuid/setgid applications + was linked to libuim.</p> + <p>This bug appears in 'immodule for Qt' enabled Qt. + (Normal Qt is also safe.) In some distribution, + mlterm is also an setuid/setgid application.</p> + </blockquote> + </body> + </description> + <references> + <url>http://lists.freedesktop.org/archives/uim/2005-September/001346.html</url> + </references> + <dates> + <discovery>2005-09-28</discovery> + <entry>2005-10-01</entry> + </dates> + </vuln> + <vuln vid="8688d5cd-328c-11da-a263-0001020eed82"> <topic>cfengine -- arbitrary file overwriting vulnerability</topic> <affects> |