diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-11-25 11:31:56 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-11-25 11:31:56 +0000 |
commit | e6c7658262da84e8b9fc9fdb96dbb7b8d2f55d9f (patch) | |
tree | 0ce398d4ce27d2eb8b71043e690cf4f3653094e6 | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 202311-14 ] GRUB: Multiple Vulnerabilities (diff) | |
download | gentoo-e6c7658262da84e8b9fc9fdb96dbb7b8d2f55d9f.tar.gz gentoo-e6c7658262da84e8b9fc9fdb96dbb7b8d2f55d9f.tar.bz2 gentoo-e6c7658262da84e8b9fc9fdb96dbb7b8d2f55d9f.zip |
Merge commit '4c466f4d082dba9c6c82b370699194bb99c93843'
-rw-r--r-- | metadata/glsa/glsa-202311-14.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202311-14.xml b/metadata/glsa/glsa-202311-14.xml new file mode 100644 index 000000000000..8ae2ab551c6b --- /dev/null +++ b/metadata/glsa/glsa-202311-14.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202311-14"> + <title>GRUB: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discoverd in GRUB, which may lead to secure boot circumvention or code execution.</synopsis> + <product type="ebuild">grub</product> + <announced>2023-11-25</announced> + <revised count="1">2023-11-25</revised> + <bug>881413</bug> + <bug>915187</bug> + <access>remote</access> + <affected> + <package name="sys-boot/grub" auto="yes" arch="*"> + <unaffected range="ge">2.06-r9</unaffected> + <vulnerable range="lt">2.06-r9</vulnerable> + </package> + </affected> + <background> + <p>GNU GRUB is a multiboot boot loader used by most Linux systems.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in GRUB. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="high"> + <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 GRUB users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-boot/grub-2.06-r9" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-2601">CVE-2022-2601</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-3775">CVE-2022-3775</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-4692">CVE-2023-4692</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-4693">CVE-2023-4693</uri> + </references> + <metadata tag="requester" timestamp="2023-11-25T11:18:39.731078Z">graaff</metadata> + <metadata tag="submitter" timestamp="2023-11-25T11:18:39.734177Z">graaff</metadata> +</glsa>
\ No newline at end of file |