<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cpe="http://cpe.mitre.org/language/2.0" xmlns:cvrf="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf" xmlns:cvrf-common="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/common" xmlns:cvssv2="http://scap.nist.gov/schema/cvss-v2/1.0" xmlns:cvssv3="https://www.first.org/cvss/cvss-v3.0.xsd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://purl.org/dc/elements/1.1/" xmlns:prod="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod" xmlns:scap-core="http://scap.nist.gov/schema/scap-core/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:vuln="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf">
  <DocumentTitle xml:lang="en">CVE-2023-42456</DocumentTitle>
  <DocumentType>SUSE CVE</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE CVE-2023-42456</ID>
    </Identification>
    <Status>Interim</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>14</Number>
        <Date>2026-03-05T03:36:50Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2023-12-06T00:09:34Z</InitialReleaseDate>
    <CurrentReleaseDate>2026-03-05T03:36:50Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf-cve.pl</Engine>
      <Date>2020-12-27T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="CVE" Type="Summary" Ordinal="1" xml:lang="en">CVE-2023-42456</Note>
    <Note Title="Mitre CVE Description" Type="Description" Ordinal="2" xml:lang="en">Sudo-rs, a memory safe implementation of sudo and su, allows users to not have to enter authentication at every sudo attempt, but instead only requiring authentication every once in a while in every terminal or process group. Only once a configurable timeout has passed will the user have to re-authenticate themselves. Supporting this functionality is a set of session files (timestamps) for each user, stored in `/var/run/sudo-rs/ts`. These files are named according to the username from which the sudo attempt is made (the origin user).

An issue was discovered in versions prior to 0.2.1 where usernames containing the `.` and `/` characters could result in the corruption of specific files on the filesystem. As usernames are generally not limited by the characters they can contain, a username appearing to be a relative path can be constructed. For example we could add a user to the system containing the username `../../../../bin/cp`. When logged in as a user with that name, that user could run `sudo -K` to clear their session record file. The session code then constructs the path to the session file by concatenating the username to the session file storage directory, resulting in a resolved path of `/bin/cp`. The code then clears that file, resulting in the `cp` binary effectively being removed from the system.

An attacker needs to be able to login as a user with a constructed username. Given that such a username is unlikely to exist on an existing system, they will also need to be able to create the users with the constructed usernames.

The issue is patched in version 0.2.1 of sudo-rs. Sudo-rs now uses the uid for the user instead of their username for determining the filename. Note that an upgrade to this version will result in existing session files being ignored and users will be forced to re-authenticate. It also fully eliminates any possibility of path traversal, given that uids are always integer values.

The `sudo -K` and `sudo -k` commands can run, even if a user has no sudo access. As a workaround, make sure that one's system does not contain any users with a specially crafted username. While this is the case and while untrusted users do not have the ability to create arbitrary users on the system, one should not be able to exploit this issue.</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="4" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
  </DocumentNotes>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod">
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP6-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp6">SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 16.0">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 16.0">
        <FullProductName ProductID="SUSE Linux Enterprise Server 16.0" CPE="cpe:/o:suse:sles:16:16.0:server">SUSE Linux Enterprise Server 16.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6" CPE="cpe:/o:suse:sles_sap:15:sp6">SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Micro 6.0">
      <Branch Type="Product Name" Name="SUSE Linux Micro 6.0">
        <FullProductName ProductID="SUSE Linux Micro 6.0" CPE="cpe:/o:suse:sl-micro:6.0">SUSE Linux Micro 6.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Micro 6.1">
      <Branch Type="Product Name" Name="SUSE Linux Micro 6.1">
        <FullProductName ProductID="SUSE Linux Micro 6.1" CPE="cpe:/o:suse:sl-micro:6.1">SUSE Linux Micro 6.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.6">
      <Branch Type="Product Name" Name="openSUSE Leap 15.6">
        <FullProductName ProductID="openSUSE Leap 15.6" CPE="cpe:/o:opensuse:leap:15.6">openSUSE Leap 15.6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Tumbleweed">
      <Branch Type="Product Name" Name="openSUSE Tumbleweed">
        <FullProductName ProductID="openSUSE Tumbleweed" CPE="cpe:/o:opensuse:tumbleweed">openSUSE Tumbleweed</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="sudo">
      <FullProductName ProductID="sudo" CPE="cpe:2.3:a:todd_miller:sudo:*:*:*:*:*:*:*:*">sudo</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-1.9.15p2-1.1">
      <FullProductName ProductID="sudo-1.9.15p2-1.1" CPE="cpe:2.3:a:todd_miller:sudo:1.9.15p2:*:*:*:*:*:*:*">sudo-1.9.15p2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-1.9.15p5-1.3">
      <FullProductName ProductID="sudo-1.9.15p5-1.3" CPE="cpe:2.3:a:todd_miller:sudo:1.9.15p5:*:*:*:*:*:*:*">sudo-1.9.15p5-1.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-1.9.15p5-150600.1.2">
      <FullProductName ProductID="sudo-1.9.15p5-150600.1.2" CPE="cpe:2.3:a:todd_miller:sudo:1.9.15p5:*:*:*:*:*:*:*">sudo-1.9.15p5-150600.1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-1.9.15p5-150600.3.6.2">
      <FullProductName ProductID="sudo-1.9.15p5-150600.3.6.2" CPE="cpe:2.3:a:todd_miller:sudo:1.9.15p5:*:*:*:*:*:*:*">sudo-1.9.15p5-150600.3.6.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-1.9.15p5-slfo.1.1_1.2">
      <FullProductName ProductID="sudo-1.9.15p5-slfo.1.1_1.2" CPE="cpe:2.3:a:todd_miller:sudo:1.9.15p5:*:*:*:*:*:*:*">sudo-1.9.15p5-slfo.1.1_1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-1.9.17p1-160000.2.2">
      <FullProductName ProductID="sudo-1.9.17p1-160000.2.2" CPE="cpe:2.3:a:todd_miller:sudo:1.9.17p1:*:*:*:*:*:*:*">sudo-1.9.17p1-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-devel">
      <FullProductName ProductID="sudo-devel">sudo-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-devel-1.9.15p2-1.1">
      <FullProductName ProductID="sudo-devel-1.9.15p2-1.1">sudo-devel-1.9.15p2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-devel-1.9.15p5-150600.1.2">
      <FullProductName ProductID="sudo-devel-1.9.15p5-150600.1.2">sudo-devel-1.9.15p5-150600.1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-devel-1.9.15p5-150600.3.6.2">
      <FullProductName ProductID="sudo-devel-1.9.15p5-150600.3.6.2">sudo-devel-1.9.15p5-150600.3.6.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-devel-1.9.17p1-160000.2.2">
      <FullProductName ProductID="sudo-devel-1.9.17p1-160000.2.2">sudo-devel-1.9.17p1-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-plugin-python">
      <FullProductName ProductID="sudo-plugin-python">sudo-plugin-python</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-plugin-python-1.9.15p2-1.1">
      <FullProductName ProductID="sudo-plugin-python-1.9.15p2-1.1">sudo-plugin-python-1.9.15p2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-plugin-python-1.9.15p5-150600.1.2">
      <FullProductName ProductID="sudo-plugin-python-1.9.15p5-150600.1.2">sudo-plugin-python-1.9.15p5-150600.1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-plugin-python-1.9.15p5-150600.3.6.2">
      <FullProductName ProductID="sudo-plugin-python-1.9.15p5-150600.3.6.2">sudo-plugin-python-1.9.15p5-150600.3.6.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-plugin-python-1.9.17p1-160000.2.2">
      <FullProductName ProductID="sudo-plugin-python-1.9.17p1-160000.2.2">sudo-plugin-python-1.9.17p1-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-policy-sudo-auth-self">
      <FullProductName ProductID="sudo-policy-sudo-auth-self">sudo-policy-sudo-auth-self</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-policy-sudo-auth-self-1.9.15p2-1.1">
      <FullProductName ProductID="sudo-policy-sudo-auth-self-1.9.15p2-1.1">sudo-policy-sudo-auth-self-1.9.15p2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-policy-sudo-auth-self-1.9.15p5-150600.1.2">
      <FullProductName ProductID="sudo-policy-sudo-auth-self-1.9.15p5-150600.1.2">sudo-policy-sudo-auth-self-1.9.15p5-150600.1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-policy-sudo-auth-self-1.9.15p5-150600.3.6.2">
      <FullProductName ProductID="sudo-policy-sudo-auth-self-1.9.15p5-150600.3.6.2">sudo-policy-sudo-auth-self-1.9.15p5-150600.3.6.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-policy-sudo-auth-self-1.9.17p1-160000.2.2">
      <FullProductName ProductID="sudo-policy-sudo-auth-self-1.9.17p1-160000.2.2">sudo-policy-sudo-auth-self-1.9.17p1-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-policy-wheel-auth-self">
      <FullProductName ProductID="sudo-policy-wheel-auth-self">sudo-policy-wheel-auth-self</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-policy-wheel-auth-self-1.9.15p2-1.1">
      <FullProductName ProductID="sudo-policy-wheel-auth-self-1.9.15p2-1.1">sudo-policy-wheel-auth-self-1.9.15p2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-policy-wheel-auth-self-1.9.15p5-150600.1.2">
      <FullProductName ProductID="sudo-policy-wheel-auth-self-1.9.15p5-150600.1.2">sudo-policy-wheel-auth-self-1.9.15p5-150600.1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-policy-wheel-auth-self-1.9.15p5-150600.3.6.2">
      <FullProductName ProductID="sudo-policy-wheel-auth-self-1.9.15p5-150600.3.6.2">sudo-policy-wheel-auth-self-1.9.15p5-150600.3.6.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-policy-wheel-auth-self-1.9.17p1-160000.2.2">
      <FullProductName ProductID="sudo-policy-wheel-auth-self-1.9.17p1-160000.2.2">sudo-policy-wheel-auth-self-1.9.17p1-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-test">
      <FullProductName ProductID="sudo-test">sudo-test</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="sudo-test-1.9.15p2-1.1">
      <FullProductName ProductID="sudo-test-1.9.15p2-1.1">sudo-test-1.9.15p2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="system-group-sudo">
      <FullProductName ProductID="system-group-sudo">system-group-sudo</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="system-group-sudo-1.9.15p2-1.1">
      <FullProductName ProductID="system-group-sudo-1.9.15p2-1.1">system-group-sudo-1.9.15p2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="system-group-sudo-1.9.15p5-150600.1.2">
      <FullProductName ProductID="system-group-sudo-1.9.15p5-150600.1.2">system-group-sudo-1.9.15p5-150600.1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="system-group-sudo-1.9.15p5-150600.3.6.2">
      <FullProductName ProductID="system-group-sudo-1.9.15p5-150600.3.6.2">system-group-sudo-1.9.15p5-150600.3.6.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="system-group-sudo-1.9.17p1-160000.2.2">
      <FullProductName ProductID="system-group-sudo-1.9.17p1-160000.2.2">system-group-sudo-1.9.17p1-160000.2.2</FullProductName>
    </Branch>
    <Relationship ProductReference="sudo-1.9.15p5-150600.1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-1.9.15p5-150600.1.2">sudo-1.9.15p5-150600.1.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-devel-1.9.15p5-150600.1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-devel-1.9.15p5-150600.1.2">sudo-devel-1.9.15p5-150600.1.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-plugin-python-1.9.15p5-150600.1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-plugin-python-1.9.15p5-150600.1.2">sudo-plugin-python-1.9.15p5-150600.1.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-policy-sudo-auth-self-1.9.15p5-150600.1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-policy-sudo-auth-self-1.9.15p5-150600.1.2">sudo-policy-sudo-auth-self-1.9.15p5-150600.1.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-policy-wheel-auth-self-1.9.15p5-150600.1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-policy-wheel-auth-self-1.9.15p5-150600.1.2">sudo-policy-wheel-auth-self-1.9.15p5-150600.1.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-sudo-1.9.15p5-150600.1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:system-group-sudo-1.9.15p5-150600.1.2">system-group-sudo-1.9.15p5-150600.1.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-1.9.15p5-150600.3.6.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:sudo-1.9.15p5-150600.3.6.2">sudo-1.9.15p5-150600.3.6.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-devel-1.9.15p5-150600.3.6.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:sudo-devel-1.9.15p5-150600.3.6.2">sudo-devel-1.9.15p5-150600.3.6.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-plugin-python-1.9.15p5-150600.3.6.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:sudo-plugin-python-1.9.15p5-150600.3.6.2">sudo-plugin-python-1.9.15p5-150600.3.6.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-policy-sudo-auth-self-1.9.15p5-150600.3.6.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:sudo-policy-sudo-auth-self-1.9.15p5-150600.3.6.2">sudo-policy-sudo-auth-self-1.9.15p5-150600.3.6.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-policy-wheel-auth-self-1.9.15p5-150600.3.6.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:sudo-policy-wheel-auth-self-1.9.15p5-150600.3.6.2">sudo-policy-wheel-auth-self-1.9.15p5-150600.3.6.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-sudo-1.9.15p5-150600.3.6.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:system-group-sudo-1.9.15p5-150600.3.6.2">system-group-sudo-1.9.15p5-150600.3.6.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-1.9.17p1-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:sudo-1.9.17p1-160000.2.2">sudo-1.9.17p1-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-devel-1.9.17p1-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:sudo-devel-1.9.17p1-160000.2.2">sudo-devel-1.9.17p1-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-plugin-python-1.9.17p1-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:sudo-plugin-python-1.9.17p1-160000.2.2">sudo-plugin-python-1.9.17p1-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-policy-sudo-auth-self-1.9.17p1-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:sudo-policy-sudo-auth-self-1.9.17p1-160000.2.2">sudo-policy-sudo-auth-self-1.9.17p1-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-policy-wheel-auth-self-1.9.17p1-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:sudo-policy-wheel-auth-self-1.9.17p1-160000.2.2">sudo-policy-wheel-auth-self-1.9.17p1-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-sudo-1.9.17p1-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:system-group-sudo-1.9.17p1-160000.2.2">system-group-sudo-1.9.17p1-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-1.9.15p5-1.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:sudo-1.9.15p5-1.3">sudo-1.9.15p5-1.3 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-1.9.15p5-slfo.1.1_1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:sudo-1.9.15p5-slfo.1.1_1.2">sudo-1.9.15p5-slfo.1.1_1.2 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-1.9.15p2-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:sudo-1.9.15p2-1.1">sudo-1.9.15p2-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-devel-1.9.15p2-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:sudo-devel-1.9.15p2-1.1">sudo-devel-1.9.15p2-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-plugin-python-1.9.15p2-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:sudo-plugin-python-1.9.15p2-1.1">sudo-plugin-python-1.9.15p2-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-policy-sudo-auth-self-1.9.15p2-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:sudo-policy-sudo-auth-self-1.9.15p2-1.1">sudo-policy-sudo-auth-self-1.9.15p2-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-policy-wheel-auth-self-1.9.15p2-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:sudo-policy-wheel-auth-self-1.9.15p2-1.1">sudo-policy-wheel-auth-self-1.9.15p2-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-test-1.9.15p2-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:sudo-test-1.9.15p2-1.1">sudo-test-1.9.15p2-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-sudo-1.9.15p2-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:system-group-sudo-1.9.15p2-1.1">system-group-sudo-1.9.15p2-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo">sudo as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-devel">sudo-devel as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-plugin-python" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-plugin-python">sudo-plugin-python as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-policy-sudo-auth-self" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-policy-sudo-auth-self">sudo-policy-sudo-auth-self as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-policy-wheel-auth-self" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-policy-wheel-auth-self">sudo-policy-wheel-auth-self as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-sudo" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:system-group-sudo">system-group-sudo as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:sudo">sudo as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:sudo-devel">sudo-devel as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-plugin-python" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:sudo-plugin-python">sudo-plugin-python as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-policy-sudo-auth-self" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:sudo-policy-sudo-auth-self">sudo-policy-sudo-auth-self as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-policy-wheel-auth-self" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:sudo-policy-wheel-auth-self">sudo-policy-wheel-auth-self as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-sudo" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP6-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP6-LTSS:system-group-sudo">system-group-sudo as a component of SUSE Linux Enterprise Server 15 SP6-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:sudo">sudo as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:sudo-devel">sudo-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-plugin-python" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:sudo-plugin-python">sudo-plugin-python as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-policy-sudo-auth-self" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:sudo-policy-sudo-auth-self">sudo-policy-sudo-auth-self as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-policy-wheel-auth-self" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:sudo-policy-wheel-auth-self">sudo-policy-wheel-auth-self as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-sudo" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP6:system-group-sudo">system-group-sudo as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:sudo">sudo as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-devel" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:sudo-devel">sudo-devel as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-plugin-python" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:sudo-plugin-python">sudo-plugin-python as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-policy-sudo-auth-self" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:sudo-policy-sudo-auth-self">sudo-policy-sudo-auth-self as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-policy-wheel-auth-self" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:sudo-policy-wheel-auth-self">sudo-policy-wheel-auth-self as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="sudo-test" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:sudo-test">sudo-test as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="system-group-sudo" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:system-group-sudo">system-group-sudo as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Sudo-rs, a memory safe implementation of sudo and su, allows users to not have to enter authentication at every sudo attempt, but instead only requiring authentication every once in a while in every terminal or process group. Only once a configurable timeout has passed will the user have to re-authenticate themselves. Supporting this functionality is a set of session files (timestamps) for each user, stored in `/var/run/sudo-rs/ts`. These files are named according to the username from which the sudo attempt is made (the origin user).

An issue was discovered in versions prior to 0.2.1 where usernames containing the `.` and `/` characters could result in the corruption of specific files on the filesystem. As usernames are generally not limited by the characters they can contain, a username appearing to be a relative path can be constructed. For example we could add a user to the system containing the username `../../../../bin/cp`. When logged in as a user with that name, that user could run `sudo -K` to clear their session record file. The session code then constructs the path to the session file by concatenating the username to the session file storage directory, resulting in a resolved path of `/bin/cp`. The code then clears that file, resulting in the `cp` binary effectively being removed from the system.

An attacker needs to be able to login as a user with a constructed username. Given that such a username is unlikely to exist on an existing system, they will also need to be able to create the users with the constructed usernames.

The issue is patched in version 0.2.1 of sudo-rs. Sudo-rs now uses the uid for the user instead of their username for determining the filename. Note that an upgrade to this version will result in existing session files being ignored and users will be forced to re-authenticate. It also fully eliminates any possibility of path traversal, given that uids are always integer values.

The `sudo -K` and `sudo -k` commands can run, even if a user has no sudo access. As a workaround, make sure that one's system does not contain any users with a specially crafted username. While this is the case and while untrusted users do not have the ability to create arbitrary users on the system, one should not be able to exploit this issue.</Note>
    </Notes>
    <CVE>CVE-2023-42456</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-1.9.15p5-150600.1.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-devel-1.9.15p5-150600.1.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-plugin-python-1.9.15p5-150600.1.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-policy-sudo-auth-self-1.9.15p5-150600.1.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-policy-wheel-auth-self-1.9.15p5-150600.1.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:system-group-sudo-1.9.15p5-150600.1.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:sudo-1.9.15p5-150600.3.6.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:sudo-devel-1.9.15p5-150600.3.6.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:sudo-plugin-python-1.9.15p5-150600.3.6.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:sudo-policy-sudo-auth-self-1.9.15p5-150600.3.6.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:sudo-policy-wheel-auth-self-1.9.15p5-150600.3.6.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:system-group-sudo-1.9.15p5-150600.3.6.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:sudo-1.9.17p1-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:sudo-devel-1.9.17p1-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:sudo-plugin-python-1.9.17p1-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:sudo-policy-sudo-auth-self-1.9.17p1-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:sudo-policy-wheel-auth-self-1.9.17p1-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:system-group-sudo-1.9.17p1-160000.2.2</ProductID>
        <ProductID>SUSE Linux Micro 6.0:sudo-1.9.15p5-1.3</ProductID>
        <ProductID>SUSE Linux Micro 6.1:sudo-1.9.15p5-slfo.1.1_1.2</ProductID>
        <ProductID>openSUSE Tumbleweed:sudo-1.9.15p2-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:sudo-devel-1.9.15p2-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:sudo-plugin-python-1.9.15p2-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:sudo-policy-sudo-auth-self-1.9.15p2-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:sudo-policy-wheel-auth-self-1.9.15p2-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:sudo-test-1.9.15p2-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:system-group-sudo-1.9.15p2-1.1</ProductID>
      </Status>
      <Status Type="Known Not Affected">
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-plugin-python</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-policy-sudo-auth-self</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:sudo-policy-wheel-auth-self</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:system-group-sudo</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:sudo</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:sudo-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:sudo-plugin-python</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:sudo-policy-sudo-auth-self</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:sudo-policy-wheel-auth-self</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP6-LTSS:system-group-sudo</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:sudo</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:sudo-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:sudo-plugin-python</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:sudo-policy-sudo-auth-self</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:sudo-policy-wheel-auth-self</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP6:system-group-sudo</ProductID>
        <ProductID>openSUSE Leap 15.6:sudo</ProductID>
        <ProductID>openSUSE Leap 15.6:sudo-devel</ProductID>
        <ProductID>openSUSE Leap 15.6:sudo-plugin-python</ProductID>
        <ProductID>openSUSE Leap 15.6:sudo-policy-sudo-auth-self</ProductID>
        <ProductID>openSUSE Leap 15.6:sudo-policy-wheel-auth-self</ProductID>
        <ProductID>openSUSE Leap 15.6:sudo-test</ProductID>
        <ProductID>openSUSE Leap 15.6:system-group-sudo</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV3>
        <BaseScoreV3>3.1</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:L</VectorV3>
      </ScoreSetV3>
    </CVSSScoreSets>
  </Vulnerability>
</cvrfdoc>
