8.7
CVE-2024-7254
- EPSS 0.08%
- Published 19.09.2024 01:15:10
- Last modified 26.09.2025 17:10:19
- Source cve-coordination@google.com
- Teams watchlist Login
- Open Login
Any project that parses untrusted Protocol Buffers data containing an arbitrary number of nested groups / series of SGROUP tags can corrupted by exceeding the stack limit i.e. StackOverflow. Parsing nested groups as unknown fields with DiscardUnknownFieldsParser or Java Protobuf Lite parser, or against Protobuf map fields, creates unbounded recursions that can be abused by an attacker.
Verknüpft mit AI von unstrukturierten Daten zu bestehenden CPE der NVD
This information is available to logged-in users. Login
Data is provided by the National Vulnerability Database (NVD)
Google ≫ Protobuf-java Version < 3.25.5
Google ≫ Protobuf-java Version >= 4.0.0 < 4.27.5
Google ≫ Protobuf-java Version >= 4.28.0 < 4.28.2
Google ≫ Protobuf-javalite Version < 3.25.5
Google ≫ Protobuf-javalite Version >= 4.0.0 < 4.27.5
Google ≫ Protobuf-javalite Version >= 4.28.0 < 4.28.2
Google ≫ Protobuf-kotlin Version < 3.25.5
Google ≫ Protobuf-kotlin Version >= 4.0.0 < 4.27.5
Google ≫ Protobuf-kotlin Version >= 4.28.0 < 4.28.2
Google ≫ Protobuf-kotlin-lite Version < 3.25.5
Google ≫ Protobuf-kotlin-lite Version >= 4.0.0 < 4.27.5
Google ≫ Protobuf-kotlin-lite Version >= 4.28.0 <= 4.28.2
Netapp ≫ Active Iq Unified Manager Version- SwPlatformlinux
Netapp ≫ Active Iq Unified Manager Version- SwPlatformvmware_vsphere
Netapp ≫ Active Iq Unified Manager Version- SwPlatformwindows
Netapp ≫ Ontap Tools Version10 SwPlatformvmware_vsphere
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.08% | 0.253 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
cve-coordination@google.com | 8.7 | 0 | 0 |
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
|
CWE-400 Uncontrolled Resource Consumption
The product does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.
CWE-674 Uncontrolled Recursion
The product does not properly control the amount of recursion that takes place, consuming excessive resources, such as allocated memory or the program stack.
CWE-787 Out-of-bounds Write
The product writes data past the end, or before the beginning, of the intended buffer.