9.8

CVE-2024-12084

Exploit

A heap-based buffer overflow flaw was found in the rsync daemon. This issue is due to improper handling of attacker-controlled checksum lengths (s2length) in the code. When MAX_DIGEST_LEN exceeds the fixed SUM_LENGTH (16 bytes), an attacker can write out of bounds in the sum2 buffer.

Verknüpft mit AI von unstrukturierten Daten zu bestehenden CPE der NVD
This information is available to logged-in users.
Data is provided by the National Vulnerability Database (NVD)
SambaRsync Version3.2.7 Update-
SambaRsync Version3.3.0 Update-
AlmalinuxAlmalinux Version10.0 Update-
ArchlinuxArch Linux Version-
GentooLinux Version-
NixosNixos Version < 24.11
NixosNixos Version24.11
NovellSuse Linux Version-
TritondatacenterSmartos Version < 20250123
RedhatEnterprise Linux Version10.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 3.76% 0.876
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
secalert@redhat.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-122 Heap-based Buffer Overflow

A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().

CWE-787 Out-of-bounds Write

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