diff options
author | 2024-05-08 09:13:29 +0000 | |
---|---|---|
committer | 2024-05-08 11:13:49 +0200 | |
commit | 2456b87477e6ccf454b884c2405316b8102a652b (patch) | |
tree | 3bbd188ca40034c6b523deb0b293dc7462bb190a | |
parent | [ GLSA 202405-25 ] MariaDB: Multiple Vulnerabilities (diff) | |
download | glsa-2456b87477e6ccf454b884c2405316b8102a652b.tar.gz glsa-2456b87477e6ccf454b884c2405316b8102a652b.tar.bz2 glsa-2456b87477e6ccf454b884c2405316b8102a652b.zip |
[ GLSA 202405-26 ] qtsvg: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/830381
Bug: https://bugs.gentoo.org/906465
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202405-26.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/glsa-202405-26.xml b/glsa-202405-26.xml new file mode 100644 index 00000000..dd4b37ce --- /dev/null +++ b/glsa-202405-26.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202405-26"> + <title>qtsvg: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in qtsvg, the worst of which could lead to a denial of service.</synopsis> + <product type="ebuild">qtsvg</product> + <announced>2024-05-08</announced> + <revised count="1">2024-05-08</revised> + <bug>830381</bug> + <bug>906465</bug> + <access>remote</access> + <affected> + <package name="dev-qt/qtsvg" auto="yes" arch="*"> + <unaffected range="ge" slot="5">5.15.9-r1</unaffected> + <vulnerable range="lt" slot="5">5.15.9-r1</vulnerable> + </package> + </affected> + <background> + <p>qtsvg is a SVG rendering library for the Qt framework.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in qtsvg. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="normal"> + <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 qtsvg users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-qt/qtsvg-5.15.9-r1:5" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-45930">CVE-2021-45930</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-32573">CVE-2023-32573</uri> + </references> + <metadata tag="requester" timestamp="2024-05-08T09:13:29.745666Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-05-08T09:13:29.749484Z">graaff</metadata> +</glsa>
\ No newline at end of file |