diff options
author | 2022-08-04 13:52:26 +0000 | |
---|---|---|
committer | 2022-08-04 08:59:22 -0500 | |
commit | 73273f0a239840f179bb67f77b10d34f3a3252e2 (patch) | |
tree | 80a61f7c65946f887343f772469e31e187152563 | |
parent | [ GLSA-202207-01 ] HashiCorp Vault: Multiple Vulnerabilities (diff) | |
download | glsa-73273f0a239840f179bb67f77b10d34f3a3252e2.tar.gz glsa-73273f0a239840f179bb67f77b10d34f3a3252e2.tar.bz2 glsa-73273f0a239840f179bb67f77b10d34f3a3252e2.zip |
[ GLSA 202208-01 ] 3MF Consortium lib3mf: Remote code execution
Bug: https://bugs.gentoo.org/775362
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r-- | glsa-202208-01.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202208-01.xml b/glsa-202208-01.xml new file mode 100644 index 00000000..ed2d5810 --- /dev/null +++ b/glsa-202208-01.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-01"> + <title>3MF Consortium lib3mf: Remote code execution</title> + <synopsis>A vulnerability in lib3mf could lead to remote code execution.</synopsis> + <product type="ebuild">lib3mf</product> + <announced>2022-08-04</announced> + <revised count="1">2022-08-04</revised> + <bug>775362</bug> + <access>remote</access> + <affected> + <package name="media-libs/lib3mf" auto="yes" arch="*"> + <unaffected range="ge">2.1.1</unaffected> + <vulnerable range="lt">2.1.1</vulnerable> + </package> + </affected> + <background> + <p>lib3mf is an implementation of the 3D Manufacturing Format file standard.</p> + </background> + <description> + <p>Incorrect memory handling within lib3mf could result in a use-after-free.</p> + </description> + <impact type="normal"> + <p>An attacker that can provide malicious input to an application using 3MF Consortium's lib3mf could achieve remote code execution.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All 3MF Consortium lib3mf users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-libs/lib3mf-2.1.1" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-21772">CVE-2021-21772</uri> + </references> + <metadata tag="requester" timestamp="2022-08-04T13:52:26.273448Z">ajak</metadata> + <metadata tag="submitter" timestamp="2022-08-04T13:52:26.289354Z">ajak</metadata> +</glsa>
\ No newline at end of file |