diff options
author | 2022-10-31 20:33:49 +0000 | |
---|---|---|
committer | 2022-10-31 20:33:49 +0000 | |
commit | b60ad8a1599d21f4c8b0a5aba51bda7d8cc7c56b (patch) | |
tree | d0401670004f210337fc42f9a5887ef94eacf7fb /metadata/glsa/glsa-202210-36.xml | |
parent | 2022-10-31 20:04:08 UTC (diff) | |
parent | [ GLSA 202210-41 ] android-tools: Multiple Vulnerabilities (diff) | |
download | gentoo-b60ad8a1599d21f4c8b0a5aba51bda7d8cc7c56b.tar.gz gentoo-b60ad8a1599d21f4c8b0a5aba51bda7d8cc7c56b.tar.bz2 gentoo-b60ad8a1599d21f4c8b0a5aba51bda7d8cc7c56b.zip |
Merge commit 'c3fb2413d6edf1fff45b79b4539d0c1dc438c62e'
Diffstat (limited to 'metadata/glsa/glsa-202210-36.xml')
-rw-r--r-- | metadata/glsa/glsa-202210-36.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202210-36.xml b/metadata/glsa/glsa-202210-36.xml new file mode 100644 index 000000000000..04ac36eb67fd --- /dev/null +++ b/metadata/glsa/glsa-202210-36.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202210-36"> + <title>libjxl: Denial of Service</title> + <synopsis>A vulnerability has been found in libjxl which could result in denial of service.</synopsis> + <product type="ebuild">libjxl</product> + <announced>2022-10-31</announced> + <revised count="1">2022-10-31</revised> + <bug>856037</bug> + <access>remote</access> + <affected> + <package name="media-libs/libjxl" auto="yes" arch="*"> + <unaffected range="ge">0.7.0_pre20220825</unaffected> + <vulnerable range="lt">0.7.0_pre20220825</vulnerable> + </package> + </affected> + <background> + <p>libjxl is the JPEG XL image format reference implementation.</p> + </background> + <description> + <p>libjxl contains an unecessary assertion in jxl::LowMemoryRenderPipeline::Init.</p> + </description> + <impact type="low"> + <p>An attacker can cause a denial of service of the libjxl process via a crafted input file.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-libs/libjxl-0.7.0_pre20220825" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-34000">CVE-2022-34000</uri> + </references> + <metadata tag="requester" timestamp="2022-10-31T20:21:23.265436Z">ajak</metadata> + <metadata tag="submitter" timestamp="2022-10-31T20:21:23.274675Z">ajak</metadata> +</glsa>
\ No newline at end of file |