diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2004-12-02 21:04:06 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2004-12-02 21:04:06 +0000 |
commit | 19de9acd4d2fd69ccbc07b137c71185aad3c41ca (patch) | |
tree | aea114a5fa4706e5d795190e9e3d32cf48d81db0 /security | |
parent | 9c1d107e4a0477db7fa61ae5ec1fb7e7e5801a5e (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index eddc01099479..c25eb5c6e496 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,33 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="2b4d5288-447e-11d9-9ebb-000854d03344"> + <topic>rockdodger -- buffer overflows</topic> + <affects> + <package> + <name>rockdodger</name> + <range><lt>0.6_3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The environment variable HOME is copied without regard + to buffer size, which can be used to gain elevated privilege + if the binary is installed setgid games, and a string is + read from the high score file without bounds check.</p> + <p>The port installs the binary without setgid, but with a + world-writable high score file.</p> + </body> + </description> + <references> + <url>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=278878</url> + </references> + <dates> + <discovery>2004-10-29</discovery> + <entry>2004-12-02</entry> + </dates> + </vuln> + <vuln vid="40549bbf-43b5-11d9-a9e7-0001020eed82"> <topic>zip -- long path buffer overflow</topic> <affects> |