diff options
author | 2022-08-10 22:30:58 +0000 | |
---|---|---|
committer | 2022-08-10 17:33:18 -0500 | |
commit | ac47adfe629ab40cef7f5405eb0f81e15a2f6336 (patch) | |
tree | d6043423a465457501584747fed1bba35070b16d | |
parent | [ GLSA 202208-15 ] isync: Multiple Vulnerabilities (diff) | |
download | glsa-ac47adfe629ab40cef7f5405eb0f81e15a2f6336.tar.gz glsa-ac47adfe629ab40cef7f5405eb0f81e15a2f6336.tar.bz2 glsa-ac47adfe629ab40cef7f5405eb0f81e15a2f6336.zip |
[ GLSA 202208-16 ] faac: Denial of service
Bug: https://bugs.gentoo.org/762505
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r-- | glsa-202208-16.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202208-16.xml b/glsa-202208-16.xml new file mode 100644 index 0000000..54bf4f2 --- /dev/null +++ b/glsa-202208-16.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202208-16"> + <title>faac: Denial of service</title> + <synopsis>A vulnerability in faac could result in denial of service.</synopsis> + <product type="ebuild">faac</product> + <announced>2022-08-10</announced> + <revised count="1">2022-08-10</revised> + <bug>762505</bug> + <access>remote</access> + <affected> + <package name="media-libs/faac" auto="yes" arch="*"> + <unaffected range="ge">1.30</unaffected> + <vulnerable range="lt">1.30</vulnerable> + </package> + </affected> + <background> + <p>faac contains free MPEG-4 audio codecs by AudioCoding.com.</p> + </background> + <description> + <p>An invalid pointer can be dereferenced in the huffcode function of libfaac/huff2.c, leading to a crash.</p> + </description> + <impact type="low"> + <p>An attacker with the ability to provide crafted input to faac could cause a denial of service.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All faac users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-libs/faac-1.30" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-19886">CVE-2018-19886</uri> + </references> + <metadata tag="requester" timestamp="2022-08-10T22:30:58.155858Z">ajak</metadata> + <metadata tag="submitter" timestamp="2022-08-10T22:30:58.161210Z">ajak</metadata> +</glsa>
\ No newline at end of file |