summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGLSAMaker <glsamaker@gentoo.org>2024-07-01 05:56:15 +0000
committerJohn Helmert III <ajak@gentoo.org>2024-06-30 23:08:53 -0700
commitb5ce7374c560b8c8f3b1e47628d9a27c22b9d025 (patch)
treebd7d1843f4147ae2101736f3c5e2d4e582e06002
parent[ GLSA 202407-01 ] Zsh: Prompt Expansion Vulnerability (diff)
downloadglsa-b5ce7374c560b8c8f3b1e47628d9a27c22b9d025.tar.gz
glsa-b5ce7374c560b8c8f3b1e47628d9a27c22b9d025.tar.bz2
glsa-b5ce7374c560b8c8f3b1e47628d9a27c22b9d025.zip
[ GLSA 202407-02 ] SDL_ttf: Arbitrary Memory Write
Bug: https://bugs.gentoo.org/843434 Signed-off-by: GLSAMaker <glsamaker@gentoo.org> Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r--glsa-202407-02.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202407-02.xml b/glsa-202407-02.xml
new file mode 100644
index 00000000..52b617ef
--- /dev/null
+++ b/glsa-202407-02.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202407-02">
+ <title>SDL_ttf: Arbitrary Memory Write</title>
+ <synopsis>A vulnerability has been discovered in SDL_ttf, which can lead to arbitrary memory writes.</synopsis>
+ <product type="ebuild">sdl2-ttf</product>
+ <announced>2024-07-01</announced>
+ <revised count="1">2024-07-01</revised>
+ <bug>843434</bug>
+ <access>local and remote</access>
+ <affected>
+ <package name="media-libs/sdl2-ttf" auto="yes" arch="*">
+ <unaffected range="ge">2.20.0</unaffected>
+ <vulnerable range="lt">2.20.0</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>SDL_ttf is a wrapper around the FreeType and Harfbuzz libraries, allowing you to use TrueType fonts to render text in SDL applications.</p>
+ </background>
+ <description>
+ <p>A vulnerability has been discovered in SDL_ttf. Please review the CVE identifier referenced below for details.</p>
+ </description>
+ <impact type="normal">
+ <p>SDL_ttf was discovered to contain an arbitrary memory write via the function TTF_RenderText_Solid(). This vulnerability is triggered via a crafted TTF file.</p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All SDL_ttf users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=media-libs/sdl2-ttf-2.20.0"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-27470">CVE-2022-27470</uri>
+ </references>
+ <metadata tag="requester" timestamp="2024-07-01T05:56:15.409960Z">graaff</metadata>
+ <metadata tag="submitter" timestamp="2024-07-01T05:56:15.413752Z">ajak</metadata>
+</glsa> \ No newline at end of file