8.7

CVE-2024-7254

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
Diese Information steht angemeldeten Benutzern zur Verfügung.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
GoogleProtobuf SwPlatformruby Version < 3.25.5
GoogleProtobuf SwPlatformruby Version >= 4.0.0 < 4.27.5
GoogleProtobuf SwPlatformruby Version >= 4.28.0 < 4.28.2
GoogleProtobuf-java Version < 3.25.5
GoogleProtobuf-java Version >= 4.0.0 < 4.27.5
GoogleProtobuf-java Version >= 4.28.0 < 4.28.2
GoogleProtobuf-javalite Version < 3.25.5
GoogleProtobuf-javalite Version >= 4.0.0 < 4.27.5
GoogleProtobuf-javalite Version >= 4.28.0 < 4.28.2
GoogleProtobuf-kotlin Version < 3.25.5
GoogleProtobuf-kotlin Version >= 4.0.0 < 4.27.5
GoogleProtobuf-kotlin Version >= 4.28.0 < 4.28.2
GoogleProtobuf-kotlin-lite Version < 3.25.5
GoogleProtobuf-kotlin-lite Version >= 4.0.0 < 4.27.5
GoogleProtobuf-kotlin-lite Version >= 4.28.0 <= 4.28.2
NetappActive Iq Unified Manager Version- SwPlatformlinux
NetappActive Iq Unified Manager Version- SwPlatformvmware_vsphere
NetappActive Iq Unified Manager Version- SwPlatformwindows
NetappBluexp Version-
NetappOntap Tools Version10 SwPlatformvmware_vsphere
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.08% 0.253
CVSS Metriken
Quelle 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.