diff options
Diffstat (limited to 'metadata/glsa/glsa-201512-07.xml')
-rw-r--r-- | metadata/glsa/glsa-201512-07.xml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201512-07.xml b/metadata/glsa/glsa-201512-07.xml new file mode 100644 index 000000000000..a0071f243448 --- /dev/null +++ b/metadata/glsa/glsa-201512-07.xml @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201512-07"> + <title>GStreamer: User-assisted execution of arbitrary code</title> + <synopsis>A buffer overflow in GStreamer could allow remote attackers to + execute arbitrary code or cause Denial of Service. + </synopsis> + <product type="ebuild">gstreamer</product> + <announced>2015-12-30</announced> + <revised count="3">2016-02-09</revised> + <bug>553742</bug> + <access>remote</access> + <affected> + <package name="media-libs/gstreamer" auto="yes" arch="*"> + <unaffected range="ge">1.4.5</unaffected> + <unaffected range="rge">0.10.36-r2</unaffected> + <vulnerable range="lt">1.4.5</vulnerable> + </package> + <package name="media-libs/gst-plugins-bad" auto="yes" arch="*"> + <unaffected range="rge">0.10.23-r3</unaffected> + <vulnerable range="lt">0.10.23-r3</vulnerable> + </package> + </affected> + <background> + <p>GStreamer is an open source multimedia framework.</p> + </background> + <description> + <p>A buffer overflow vulnerability has been found in the parsing of H.264 + formatted video. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could entice a user to open a specially crafted H.264 + formatted video using an application linked against GStreamer, possibly + resulting in execution of arbitrary code with the privileges of the + process or a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All GStreamer users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-libs/gstreamer-1.4.5" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-0797">CVE-2015-0797</uri> + </references> + <metadata tag="requester" timestamp="2015-11-22T14:47:48Z"> + BlueKnight + </metadata> + <metadata tag="submitter" timestamp="2016-02-09T20:37:29Z">ackle</metadata> +</glsa> |