diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-04 23:00:38 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-04 23:00:38 +0000 |
commit | fbe708601acc782e692f73e3fe644a28254d565a (patch) | |
tree | b6811d8d943dc3dccc2baa721053428505e18cc3 | |
parent | 8fad366f753049e2bf860753c53c27606e2e9e6f (diff) | |
download | freebsd-ports-fbe708601acc782e692f73e3fe644a28254d565a.zip |
Add an entry for rxvt-unicode < 6.3: root privileges were not restored
before the call to openpty(), so the permissions on the pty device node
remain root:wheel 666 after opening a new terminal.
Discovered by: Ryan Beasley <ryanb (at) rainbowdevilsland.co.uk>
-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 0f10711eb975..23b4915c31b5 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,36 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c2fdb3bc-7d72-11da-b96e-000fb586ba73"> + <topic>rxvt-unicode -- restore permissions on tty devices</topic> + <affects> + <package> + <name>rxvt-unicode</name> + <range><lt>6.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>A rxvt-unicode changelog reports:</p> + <blockquote cite="http://dist.schmorp.de/rxvt-unicode/Changes"> + <p>SECURITY FIX: on systems using openpty, permissions were + not correctly updated on the tty device and were left as + world-readable and world-writable (likely in original rxvt, + too), and were not restored properly. Affected are only + systems where non-unix ptys were used (such as most BSDs). + Found, patched and debugged by Ryan Beasley.</p> + </blockquote> + </body> + </description> + <references> + <url>http://dist.schmorp.de/rxvt-unicode/Changes</url> + </references> + <dates> + <discovery>2005-12-31</discovery> + <entry>2006-01-04</entry> + </dates> + </vuln> + <vuln vid="9fff8dc8-7aa7-11da-bf72-00123f589060"> <topic>apache -- mod_imap cross-site scripting flaw</topic> <affects> |