9.8
CVE-2023-20032
- EPSS 6.06%
- Published 01.03.2023 08:15:11
- Last modified 21.11.2024 07:40:23
- Source psirt@cisco.com
- Teams watchlist Login
- Open Login
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/"].
Data is provided by the National Vulnerability Database (NVD)
Cisco ≫ Secure Endpoint SwPlatformlinux Version < 1.20.2
Cisco ≫ Secure Endpoint SwPlatformmacos Version < 1.21.1
Cisco ≫ Secure Endpoint SwPlatformwindows Version < 7.5.9
Cisco ≫ Secure Endpoint SwPlatformwindows Version >= 8.0.1.21160 < 8.1.5
Cisco ≫ Secure Endpoint Private Cloud Version < 3.6.0
Cisco ≫ Web Security Appliance Version < 12.5.6
Cisco ≫ Web Security Appliance Version >= 14.0.0 < 14.0.4-005
Cisco ≫ Web Security Appliance Version >= 14.5.0 < 14.5.1-013
Cisco ≫ Web Security Appliance Version >= 15.0.0 < 15.0.0-254
Stormshield ≫ Stormshield Network Security Version >= 3.0.0 < 3.7.35
Stormshield ≫ Stormshield Network Security Version >= 3.8.0 < 3.11.23
Stormshield ≫ Stormshield Network Security Version >= 4.3.0 < 4.3.17
Stormshield ≫ Stormshield Network Security Version >= 4.4.0 < 4.6.4
17.02.2023: CERT.at Warnung
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 6.06% | 0.904 |
Source | 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.