diff options
author | 2022-12-19 02:01:20 +0000 | |
---|---|---|
committer | 2022-12-18 20:04:28 -0600 | |
commit | d1d3408ae943ef415fee2767c91a2fb9a91f4c3b (patch) | |
tree | 841e6cf7dd6a20a9c82bafb5a6c732f39c3350bb | |
parent | [ GLSA 202212-02 ] Unbound: Multiple Vulnerabilities (diff) | |
download | glsa-d1d3408ae943ef415fee2767c91a2fb9a91f4c3b.tar.gz glsa-d1d3408ae943ef415fee2767c91a2fb9a91f4c3b.tar.bz2 glsa-d1d3408ae943ef415fee2767c91a2fb9a91f4c3b.zip |
[ GLSA 202212-03 ] Oracle VirtualBox: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/877601
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r-- | glsa-202212-03.xml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/glsa-202212-03.xml b/glsa-202212-03.xml new file mode 100644 index 00000000..a025a7bd --- /dev/null +++ b/glsa-202212-03.xml @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202212-03"> + <title>Oracle VirtualBox: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in Oracle Virtualbox, the worst of which could result in privilege escalation from a guest to the host.</synopsis> + <product type="ebuild">virtualbox,virtualbox-modules</product> + <announced>2022-12-19</announced> + <revised count="1">2022-12-19</revised> + <bug>877601</bug> + <access>remote</access> + <affected> + <package name="app-emulation/virtualbox" auto="yes" arch="*"> + <unaffected range="ge">6.1.40</unaffected> + <vulnerable range="lt">6.1.40</vulnerable> + </package> + <package name="app-emulation/virtualbox-modules" auto="yes" arch="*"> + <unaffected range="ge">6.1.40</unaffected> + <vulnerable range="lt">6.1.40</vulnerable> + </package> + </affected> + <background> + <p>VirtualBox is a powerful virtualization product from Oracle.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Oracle VirtualBox. 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 Oracle VirtualBox users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-emulation/virtualbox-6.1.40" + </code> + + <p>All Oracle VirtualBox modules users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-emulation/virtualbox-modules-6.1.40" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-21620">CVE-2022-21620</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-21621">CVE-2022-21621</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-21627">CVE-2022-21627</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-39421">CVE-2022-39421</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-39422">CVE-2022-39422</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-39423">CVE-2022-39423</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-39424">CVE-2022-39424</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-39425">CVE-2022-39425</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-39426">CVE-2022-39426</uri> + </references> + <metadata tag="requester" timestamp="2022-12-19T02:01:20.545221Z">ajak</metadata> + <metadata tag="submitter" timestamp="2022-12-19T02:01:20.550934Z">ajak</metadata> +</glsa>
\ No newline at end of file |