diff options
author | John Helmert III <ajak@gentoo.org> | 2021-07-23 22:08:07 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2021-07-23 22:08:07 -0500 |
commit | 7b9e3c731523fe15934efc37e813384c70ecd7b6 (patch) | |
tree | 2246fca6b6d9b7e83869cff9b6dd5b7c4103ff04 /glsa-202107-55.xml | |
parent | [ GLSA 202107-54 ] libyang: Multiple vulnerabilities (diff) | |
download | glsa-7b9e3c731523fe15934efc37e813384c70ecd7b6.tar.gz glsa-7b9e3c731523fe15934efc37e813384c70ecd7b6.tar.bz2 glsa-7b9e3c731523fe15934efc37e813384c70ecd7b6.zip |
[ GLSA 202107-55 ] SDL 2: Multiple vulnerabilities
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'glsa-202107-55.xml')
-rw-r--r-- | glsa-202107-55.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/glsa-202107-55.xml b/glsa-202107-55.xml new file mode 100644 index 00000000..15738c12 --- /dev/null +++ b/glsa-202107-55.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202107-55"> + <title>SDL 2: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in libsdl2, the worst of + which could result in a Denial of Service condition. + </synopsis> + <product type="ebuild">libsdl2</product> + <announced>2021-07-24</announced> + <revised count="1">2021-07-24</revised> + <bug>766204</bug> + <access>remote</access> + <affected> + <package name="media-libs/libsdl2" auto="yes" arch="*"> + <unaffected range="ge">2.0.14-r1</unaffected> + <vulnerable range="lt">2.0.14-r1</vulnerable> + </package> + </affected> + <background> + <p>Simple DirectMedia Layer is a cross-platform development library + designed to provide low level access to audio, keyboard, mouse, joystick, + and graphics hardware via OpenGL and Direct3D. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in SDL 2. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="low"> + <p>Please review the referenced CVE identifiers for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All SDL 2 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-libs/libsdl2-2.0.14-r1" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-14409">CVE-2020-14409</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-14410">CVE-2020-14410</uri> + </references> + <metadata tag="requester" timestamp="2021-07-24T02:31:25Z">ajak</metadata> + <metadata tag="submitter" timestamp="2021-07-24T03:07:52Z">ajak</metadata> +</glsa> |