diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-07-05 17:34:05 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-07-05 17:34:05 +0000 |
commit | 1242dac1b3d288e9fa5bc668f47646c3586f3299 (patch) | |
tree | 3b8929b2ab7dca23d0a3700d16f0b7705e261653 /metadata | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 202407-18 ] Stellarium: Arbitrary File Write (diff) | |
download | gentoo-1242dac1b3d288e9fa5bc668f47646c3586f3299.tar.gz gentoo-1242dac1b3d288e9fa5bc668f47646c3586f3299.tar.bz2 gentoo-1242dac1b3d288e9fa5bc668f47646c3586f3299.zip |
Merge commit 'a8f97908f4480a9712a58f19cfe3dc3ebda24e3f'
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/glsa/glsa-202407-18.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202407-18.xml b/metadata/glsa/glsa-202407-18.xml new file mode 100644 index 000000000000..ea2c242f8af4 --- /dev/null +++ b/metadata/glsa/glsa-202407-18.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-18"> + <title>Stellarium: Arbitrary File Write</title> + <synopsis>A vulnerability has been discovered in Stellarium, which can lead to arbitrary file writes.</synopsis> + <product type="ebuild">stellarium</product> + <announced>2024-07-05</announced> + <revised count="1">2024-07-05</revised> + <bug>905300</bug> + <access>local and remote</access> + <affected> + <package name="sci-astronomy/stellarium" auto="yes" arch="*"> + <unaffected range="ge">23.1</unaffected> + <vulnerable range="lt">23.1</vulnerable> + </package> + </affected> + <background> + <p>Stellarium is a free open source planetarium for your computer. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope.</p> + </background> + <description> + <p>A vulnerability has been discovered in Stellarium. Please review the CVE identifier referenced below for details.</p> + </description> + <impact type="normal"> + <p>Attackers can write to files that are typically unintended, such as ones with absolute pathnames or .. directory traversal.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Stellarium users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sci-astronomy/stellarium-23.1" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-28371">CVE-2023-28371</uri> + </references> + <metadata tag="requester" timestamp="2024-07-05T17:31:39.463505Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-07-05T17:31:39.467808Z">graaff</metadata> +</glsa>
\ No newline at end of file |