diff options
author | 2015-03-08 22:02:38 +0100 | |
---|---|---|
committer | 2015-03-08 22:02:38 +0100 | |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-201201-11.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-201201-11.xml')
-rw-r--r-- | glsa-201201-11.xml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/glsa-201201-11.xml b/glsa-201201-11.xml new file mode 100644 index 00000000..c1b0b85d --- /dev/null +++ b/glsa-201201-11.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet type="text/xsl" href="/xsl/glsa.xsl"?> +<?xml-stylesheet type="text/xsl" href="/xsl/guide.xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201201-11"> + <title>Firewall Builder: Privilege escalation</title> + <synopsis>Insecure temporary file usage in Firewall Builder could allow + attackers to overwrite arbitrary files. + </synopsis> + <product type="ebuild">fwbuilder</product> + <announced>January 23, 2012</announced> + <revised>January 23, 2012: 1</revised> + <bug>235809</bug> + <bug>285861</bug> + <access>local</access> + <affected> + <package name="net-firewall/fwbuilder" auto="yes" arch="*"> + <unaffected range="ge">3.0.7</unaffected> + <vulnerable range="lt">3.0.7</vulnerable> + </package> + </affected> + <background> + <p>Firewall Builder is a GUI for easy management of multiple firewall + platforms. + </p> + </background> + <description> + <p>Two vulnerabilities in Firewall Builder allow the iptables and + fwb_install scripts to use temporary files insecurely. + </p> + </description> + <impact type="normal"> + <p>A local attacker could possibly overwrite arbitrary files with the + privileges of the user running Firewall Builder. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Firewall Builder users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-firewall/fwbuilder-3.0.7" + </code> + + <p>NOTE: This is a legacy GLSA. Updates for all affected architectures are + available since March 09, 2010. It is likely that your system is already + no longer affected by this issue. + </p> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-4956">CVE-2008-4956</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-4664">CVE-2009-4664</uri> + </references> + <metadata timestamp="Fri, 07 Oct 2011 23:37:46 +0000" tag="requester">craig</metadata> + <metadata timestamp="Mon, 23 Jan 2012 19:53:36 +0000" tag="submitter">ackle</metadata> +</glsa> |