<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">grype-0.92.1-1.1 on GA media</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>openSUSE-SU-2025:16198</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2025-05-20T00:00:00Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2025-05-20T00:00:00Z</InitialReleaseDate>
    <CurrentReleaseDate>2025-05-20T00:00:00Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">grype-0.92.1-1.1 on GA media</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">These are all security issues fixed in the grype-0.92.1-1.1 package on the GA media of openSUSE Tumbleweed.</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">openSUSE-Tumbleweed-2025-16198</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2021-3711/</URL>
      <Description>SUSE CVE CVE-2021-3711 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2022-2068/</URL>
      <Description>SUSE CVE CVE-2022-2068 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <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="grype-0.92.1-1.1">
      <FullProductName ProductID="grype-0.92.1-1.1">grype-0.92.1-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="grype-bash-completion-0.92.1-1.1">
      <FullProductName ProductID="grype-bash-completion-0.92.1-1.1">grype-bash-completion-0.92.1-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="grype-fish-completion-0.92.1-1.1">
      <FullProductName ProductID="grype-fish-completion-0.92.1-1.1">grype-fish-completion-0.92.1-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="grype-zsh-completion-0.92.1-1.1">
      <FullProductName ProductID="grype-zsh-completion-0.92.1-1.1">grype-zsh-completion-0.92.1-1.1</FullProductName>
    </Branch>
    <Relationship ProductReference="grype-0.92.1-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:grype-0.92.1-1.1">grype-0.92.1-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="grype-bash-completion-0.92.1-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1">grype-bash-completion-0.92.1-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="grype-fish-completion-0.92.1-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1">grype-fish-completion-0.92.1-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="grype-zsh-completion-0.92.1-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1">grype-zsh-completion-0.92.1-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In order to decrypt SM2 encrypted data an application is expected to call the API function EVP_PKEY_decrypt(). Typically an application will call this function twice. The first time, on entry, the "out" parameter can be NULL and, on exit, the "outlen" parameter is populated with the buffer size required to hold the decrypted plaintext. The application can then allocate a sufficiently sized buffer and call EVP_PKEY_decrypt() again, but this time passing a non-NULL value for the "out" parameter. A bug in the implementation of the SM2 decryption code means that the calculation of the buffer size required to hold the plaintext returned by the first call to EVP_PKEY_decrypt() can be smaller than the actual size required by the second call. This can lead to a buffer overflow when EVP_PKEY_decrypt() is called by the application a second time with a buffer that is too small. A malicious attacker who is able present SM2 content for decryption to an application could cause attacker chosen data to overflow the buffer by up to a maximum of 62 bytes altering the contents of other data held after the buffer, possibly changing application behaviour or causing the application to crash. The location of the buffer is application dependent but is typically heap allocated. Fixed in OpenSSL 1.1.1l (Affected 1.1.1-1.1.1k).</Note>
    </Notes>
    <CVE>CVE-2021-3711</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Tumbleweed:grype-0.92.1-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL/>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2021-3711.html</URL>
        <Description>CVE-2021-3711</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1189520</URL>
        <Description>SUSE Bug 1189520</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1190129</URL>
        <Description>SUSE Bug 1190129</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1192100</URL>
        <Description>SUSE Bug 1192100</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1205663</URL>
        <Description>SUSE Bug 1205663</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1225628</URL>
        <Description>SUSE Bug 1225628</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool. Fixed in OpenSSL 3.0.4 (Affected 3.0.0,3.0.1,3.0.2,3.0.3). Fixed in OpenSSL 1.1.1p (Affected 1.1.1-1.1.1o). Fixed in OpenSSL 1.0.2zf (Affected 1.0.2-1.0.2ze).</Note>
    </Notes>
    <CVE>CVE-2022-2068</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Tumbleweed:grype-0.92.1-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>10</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL/>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2022-2068.html</URL>
        <Description>CVE-2022-2068</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1200550</URL>
        <Description>SUSE Bug 1200550</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1207568</URL>
        <Description>SUSE Bug 1207568</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1225628</URL>
        <Description>SUSE Bug 1225628</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
