diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-08-07 06:44:13 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-08-07 06:44:13 +0800 |
commit | 6b9252eff8c31b3faec393de0daa89da2f0fcec0 (patch) | |
tree | bdb6e5deaf98952194f31bdfacd22c1be1fa217a /security | |
parent | e76579a6592b6eea5cfc6637c389556142b6dcf4 (diff) | |
download | freebsd-ports-gnome-6b9252eff8c31b3faec393de0daa89da2f0fcec0.tar.gz freebsd-ports-gnome-6b9252eff8c31b3faec393de0daa89da2f0fcec0.tar.zst freebsd-ports-gnome-6b9252eff8c31b3faec393de0daa89da2f0fcec0.zip |
Document CVE-2012-3386 for devel/automake
Approved by: eadler (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index e9be1395c317..62253dc51771 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -52,6 +52,41 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="10f38033-e006-11e1-9304-000000000000"> + <topic>automake -- Insecure 'distcheck' recipe granted world-writable distdir</topic> + <affects> + <package> + <name>automake</name> + <range><lt>1.12.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>GNU reports:</p> + <blockquote cite="https://lists.gnu.org/archive/html/automake/2012-07/msg00023.html"> + <p>The recipe of the 'distcheck' target granted temporary +world-write permissions on the extracted distdir. This introduced +a locally exploitable race condition for those who run "make distcheck" +with a non-restrictive umask (e.g., 022) in a directory that was +accessible by others. A successful exploit would result in arbitrary +code execution with the privileges of the user running "make distcheck".</p> + <p>It is important to stress that this vulnerability impacts not only +the Automake package itself, but all packages with Automake-generated +makefiles. For an effective fix it is necessary to regenerate the +Makefile.in files with a fixed Automake version.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2012-3386</cvename> + <url>https://lists.gnu.org/archive/html/automake/2012-07/msg00023.html</url> + </references> + <dates> + <discovery>2012-07-09</discovery> + <entry>2012-08-06</entry> + </dates> + </vuln> + <vuln vid="dbf338d0-dce5-11e1-b655-14dae9ebcf89"> <topic>mozilla -- multiple vulnerabilities</topic> <affects> |