diff options
author | thierry <thierry@FreeBSD.org> | 2006-01-05 07:00:38 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-01-05 07:00:38 +0800 |
commit | 1cd1c21cd2df5f68b79c8146ecf6242b699df1a2 (patch) | |
tree | c0434f12f5ac2a541505e120f7b6b19235b77005 /security | |
parent | b3bde36261559fc6f4d5f9cc09b2016f0eb2a10c (diff) | |
download | freebsd-ports-gnome-1cd1c21cd2df5f68b79c8146ecf6242b699df1a2.tar.gz freebsd-ports-gnome-1cd1c21cd2df5f68b79c8146ecf6242b699df1a2.tar.zst freebsd-ports-gnome-1cd1c21cd2df5f68b79c8146ecf6242b699df1a2.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>
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 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> |