diff options
author | nectar <nectar@FreeBSD.org> | 2005-01-22 00:38:02 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2005-01-22 00:38:02 +0800 |
commit | 672780b0ea511bc34c73492a58879d974ddd44ce (patch) | |
tree | e5e02056670471fc858d081a521220057e4d05ba /security/vuxml | |
parent | 15eceeee85698231c69a78c1033932c25188c5a9 (diff) | |
download | freebsd-ports-gnome-672780b0ea511bc34c73492a58879d974ddd44ce.tar.gz freebsd-ports-gnome-672780b0ea511bc34c73492a58879d974ddd44ce.tar.zst freebsd-ports-gnome-672780b0ea511bc34c73492a58879d974ddd44ce.zip |
Document that older versions of sudo lack CDPATH environmental variable
handling.
Diffstat (limited to 'security/vuxml')
-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 953dd62639e6..b89fd1083008 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="045944a0-6bca-11d9-aaa6-000a95bc6fae"> + <topic>sudo -- environmental variable CDPATH is not cleared</topic> + <affects> + <package> + <name>sudo</name> + <range><lt>1.6.8.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>A sudo bug report says:</p> + <blockquote cite="http://www.sudo.ws/bugs/show_bug.cgi?id=155"> + <p>sudo doesn't unset the CDPATH variable, which leads to + possible security problems.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.sudo.ws/bugs/show_bug.cgi?id=155</url> + <mlist>http://www.sudo.ws/pipermail/sudo-announce/2004-November/000044.html</mlist> + </references> + <dates> + <discovery>2004-10-18</discovery> + <entry>2005-01-21</entry> + </dates> + </vuln> + <vuln vid="e480ccb2-6bc8-11d9-8dbe-000a95bc6fae"> <topic>fcron -- multiple vulnerabilities</topic> <affects> |