Lucene search
+L

198 matches found

Broadcom
Broadcom
added 2026/03/03 12:0 a.m.21 views

Protobuf Pure-Python backend can be corrupted by exceeding the Python recursion limit

Any project that uses Protobuf Pure-Python backend to parse untrusted Protocol Buffers data containing an arbitrary number of recursive groups, recursive messages or a series of SGROUP tags can be corrupted by exceeding the Python recursion limit. This can result in a Denial of service by crashin...

8.2CVSS6AI score0.00251EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/02/23 4:2 p.m.5 views

python: protobuf: Protobuf: Denial of Service due to recursion depth bypass

A flaw was found in protobuf. A remote attacker can exploit this denial-of-service DoS vulnerability by supplying deeply nested google.protobuf.Any messages to the google.protobuf.jsonformat.ParseDict function. This bypasses the intended recursion depth limit, leading to the exhaustion of Python’...

8.2CVSS5.8AI score0.00662EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/02/10 12:23 a.m.6 views

SUSE CVE-2026-25727

time provides date and time handling in Rust. From 0.3.6 to before 0.3.47, when user-provided input is provided to any type that parses with the RFC 2822 format, a denial of service attack via stack exhaustion is possible. The attack relies on formally deprecated and rarely-used features that are...

7.5CVSS5.5AI score0.00291EPSS
SaveExploits0References33
RedhatCVE
RedhatCVE
added 2026/02/07 7:31 p.m.9 views

CVE-2026-25727

A stack exhaustion flaw has been discovered in the rust time crate. When user-provided input is provided to any type that parses with the RFC 2822 format, a denial of service attack via stack exhaustion is possible. The attack relies on formally deprecated and rarely-used features that are part o...

6.8CVSS5.6AI score0.00291EPSS
SaveExploits0References7
OSV
OSV
added 2026/02/06 8:16 p.m.6 views

UBUNTU-CVE-2026-25727

time provides date and time handling in Rust. From 0.3.6 to before 0.3.47, when user-provided input is provided to any type that parses with the RFC 2822 format, a denial of service attack via stack exhaustion is possible. The attack relies on formally deprecated and rarely-used features that are...

6.8CVSS5.8AI score0.00291EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/02/06 8:16 p.m.10 views

CVE-2026-25727

time provides date and time handling in Rust. From 0.3.6 to before 0.3.47, when user-provided input is provided to any type that parses with the RFC 2822 format, a denial of service attack via stack exhaustion is possible. The attack relies on formally deprecated and rarely-used features that are...

6.8CVSS5.9AI score0.00291EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/02/06 7:20 p.m.9 views

CVE-2026-25727

time provides date and time handling in Rust. From 0.3.6 to before 0.3.47, when user-provided input is provided to any type that parses with the RFC 2822 format, a denial of service attack via stack exhaustion is possible. The attack relies on formally deprecated and rarely-used features that are...

6.8CVSS5.4AI score0.00291EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/05 5:57 p.m.6 views

time vulnerable to stack exhaustion Denial of Service attack

Impact When user-provided input is provided to any type that parses with the RFC 2822 format, a denial of service attack via stack exhaustion is possible. The attack relies on formally deprecated and rarely-used features that are part of the RFC 2822 format used in a malicious manner. Ordinary,...

6.8CVSS5.3AI score0.00291EPSS
SaveExploits0References7Affected Software1
RustSec
RustSec
added 2026/02/05 12:0 p.m.23 views

Denial of Service via Stack Exhaustion

Impact When user-provided input is provided to any type that parses with the RFC 2822 format, a denial of service attack via stack exhaustion is possible. The attack relies on formally deprecated and rarely-used features that are part of the RFC 2822 format used in a malicious manner. Ordinary,...

6.8CVSS5.4AI score0.00291EPSS
SaveExploits0Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/01/27 3:34 p.m.5 views

CVE-2025-55095

The function uxhostclassstoragemediamount is responsible for mounting partitions on a USB mass storage device. When it encounters an extended partition entry in the partition table, it recursively calls itself to mount the next logical partition. This recursion occurs in...

4.2CVSS5.9AI score0.00138EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2026/01/27 1:43 p.m.5 views

CVE-2025-67221

The orjson.dumps function in orjson thru 3.11.4 does not limit recursion for deeply nested JSON documents...

7.5CVSS5.9AI score0.0055EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/01/26 7:58 p.m.8 views

python-protobuf: Unbounded recursion in Python Protobuf

A flaw was found in the python protobuf package which can result in a denial of service. Applications that parse untrusted Protocol Buffers data containing an arbitrary number of recursive groups, recursive messages, or a series of SGROUP tags can be corrupted by exceeding the Python recursion...

8.2CVSS5.8AI score0.00251EPSS
SaveExploits0References5
NVD
NVD
added 2026/01/23 3:16 p.m.9 views

CVE-2026-0994

A denial-of-service DoS vulnerability exists in google.protobuf.jsonformat.ParseDict in Python, where the maxrecursiondepth limit can be bypassed when parsing nested google.protobuf.Any messages. Due to missing recursion depth accounting inside the internal Any-handling logic, an attacker can...

8.2CVSS0.00662EPSS
SaveExploits0References19
Vulnrichment
Vulnrichment
added 2026/01/23 2:55 p.m.11 views

CVE-2026-0994 Denial of Service in Python Protobuf

A denial-of-service DoS vulnerability exists in google.protobuf.jsonformat.ParseDict in Python, where the maxrecursiondepth limit can be bypassed when parsing nested google.protobuf.Any messages. Due to missing recursion depth accounting inside the internal Any-handling logic, an attacker can...

8.2CVSS5.6AI score0.00662EPSS
SaveExploits0References1
CVE
CVE
added 2026/01/23 2:55 p.m.331 views

CVE-2026-0994

CVE-2026-0994 affects google.protobuf.json_format.ParseDict() in Python. The root cause is missing recursion depth accounting inside the internal Any-handling logic, allowing crafting deeply nested google.protobuf.Any structures to bypass the max_recursion_depth limit, exhausting Python’s recursi...

8.2CVSS5.6AI score0.00662EPSS
SaveExploits0References19Affected Software1
OSV
OSV
added 2026/01/23 2:55 p.m.4 views

CVE-2026-0994 Denial of Service in Python Protobuf

A denial-of-service DoS vulnerability exists in google.protobuf.jsonformat.ParseDict in Python, where the maxrecursiondepth limit can be bypassed when parsing nested google.protobuf.Any messages. Due to missing recursion depth accounting inside the internal Any-handling logic, an attacker can...

8.2CVSS6.7AI score
SaveExploits0References21
AlpineLinux
AlpineLinux
added 2026/01/23 2:55 p.m.11 views

CVE-2026-0994

A denial-of-service DoS vulnerability exists in google.protobuf.jsonformat.ParseDict in Python, where the maxrecursiondepth limit can be bypassed when parsing nested google.protobuf.Any messages. Due to missing recursion depth accounting inside the internal Any-handling logic, an attacker can...

8.2CVSS5.7AI score0.00662EPSS
SaveExploits0References19
ATTACKERKB
ATTACKERKB
added 2026/01/23 2:55 p.m.3 views

CVE-2026-0994

A denial-of-service DoS vulnerability exists in google.protobuf.jsonformat.ParseDict in Python, where the maxrecursiondepth limit can be bypassed when parsing nested google.protobuf.Any messages. Due to missing recursion depth accounting inside the internal Any-handling logic, an attacker can...

8.2CVSS5.9AI score0.00662EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/01/23 2:55 p.m.48 views

CVE-2026-0994 Denial of Service in Python Protobuf

A denial-of-service DoS vulnerability exists in google.protobuf.jsonformat.ParseDict in Python, where the maxrecursiondepth limit can be bypassed when parsing nested google.protobuf.Any messages. Due to missing recursion depth accounting inside the internal Any-handling logic, an attacker can...

8.2CVSS0.00662EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/01/23 12:28 a.m.8 views

SUSE CVE-2025-67221

The orjson.dumps function in orjson thru 3.11.4 does not limit recursion for deeply nested JSON documents...

5.9CVSS5.4AI score0.0055EPSS
SaveExploits1References4
Rows per page
Query Builder