9.8

CVE-2023-20032

Warnung

On Feb 15, 2023, the following vulnerability in the ClamAV scanning library was disclosed:

 
 A vulnerability in the HFS+ partition file parser of ClamAV versions 1.0.0 and earlier, 0.105.1 and earlier, and 0.103.7 and earlier could allow an unauthenticated, remote attacker to execute arbitrary code.

 
 This vulnerability is due to a missing buffer size check that may result in a heap buffer overflow write. An attacker could exploit this vulnerability by submitting a crafted HFS+ partition file to be scanned by ClamAV on an affected device. A successful exploit could allow the attacker to execute arbitrary code with the privileges of the ClamAV scanning process, or else crash the process, resulting in a denial of service (DoS) condition.

 For a description of this vulnerability, see the ClamAV blog ["https://blog.clamav.net/"].

Daten sind bereitgestellt durch National Vulnerability Database (NVD)
CiscoSecure Endpoint SwPlatformlinux Version < 1.20.2
CiscoSecure Endpoint SwPlatformmacos Version < 1.21.1
CiscoSecure Endpoint SwPlatformwindows Version < 7.5.9
CiscoSecure Endpoint SwPlatformwindows Version >= 8.0.1.21160 < 8.1.5
CiscoWeb Security Appliance Version < 12.5.6
CiscoWeb Security Appliance Version >= 14.0.0 < 14.0.4-005
CiscoWeb Security Appliance Version >= 14.5.0 < 14.5.1-013
CiscoWeb Security Appliance Version >= 15.0.0 < 15.0.0-254
ClamavClamav Version <= 0.103.7
ClamavClamav Version >= 0.104.0 <= 0.105.1
ClamavClamav Version1.0.0 Update-
ClamavClamav Version1.0.0 Updaterc
ClamavClamav Version1.0.0 Updaterc2
StormshieldStormshield Network Security Version >= 3.0.0 < 3.7.35
StormshieldStormshield Network Security Version >= 3.8.0 < 3.11.23
StormshieldStormshield Network Security Version >= 4.3.0 < 4.3.17
StormshieldStormshield Network Security Version >= 4.4.0 < 4.6.4
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 6.06% 0.904
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 9.8 3.9 5.9
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
psirt@cisco.com 9.8 3.9 5.9
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.

CWE-787 Out-of-bounds Write

The product writes data past the end, or before the beginning, of the intended buffer.