Lucene search
+L

1423 matches found

IBM Security Bulletins
IBM Security Bulletins
added 5 days ago13 views

Security Bulletin: IBM Guardium Data Protection is affected by multiple vulnerabilities

Summary IBM Guardium Data Protection has addressed these vulnerabilities in an update. Vulnerability Details CVEID:CVE-2026-0994 DESCRIPTION: A denial-of-service DoS vulnerability exists in google.protobuf.jsonformat.ParseDict in Python, where the maxrecursiondepth limit can be bypassed when...

8.2CVSS6.7AI score0.00864EPSS
SaveExploits1Affected Software1
ATTACKERKB
ATTACKERKB
added 6 days ago5 views

CVE-2026-55391

datamodel-code-generator generates Pydantic v2 models, dataclasses, TypedDict, and msgspec.Struct from OpenAPI, JSON Schema, GraphQL, Avro, Protobuf, and raw JSON, YAML, or CSV. Prior to 0.63.0, datamodel-code-generator validates a URL host once in src/datamodelcodegenerator/http.py through...

7.5CVSS5.9AI score0.00197EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 6 days ago7 views

PT-2026-65614

Name of the Vulnerable Software and Affected Versions datamodel-code-generator versions prior to 0.62.0 Description An unauthenticated path traversal and information disclosure issue exists when the software resolves JSON Schema $ref targets. The application fails to restrict these targets to the...

7.5CVSS5.7AI score0.00362EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 6 days ago9 views

PT-2026-65611

Name of the Vulnerable Software and Affected Versions datamodel-code-generator versions 0.52.1 through 0.60.1 Description When using Pydantic v2 output mode, the software improperly handles data from the --extra-template-data file. Specifically, the process validators function in src/datamodel co...

7.8CVSS6.6AI score0.0015EPSS
SaveExploits0References9
IBM Security Bulletins
IBM Security Bulletins
added last week12 views

Security Bulletin: IBM Watson Speech Services Cartridge is vulnerable to a Denial of Service in google.protobuf [CVE-2026-0994]

Summary IBM Watson Speech Services Cartridge is vulnerable to a Denial of Service in google.protobuf, due to an issue that allows maxrecursiondepth limit to be bypassed when parsing nested google.protobuf.Any messages. CVE-2026-0994. Google.protobuf is used in our speech service runtimes. This...

8.2CVSS6.3AI score0.00662EPSS
SaveExploits0Affected Software1
Cvelist
Cvelist
added 2026/07/17 7:49 p.m.34 views

CVE-2026-45799 Wire: skipGroup() missing negative-length check allows 10-byte payload to crash any Wire-decoding service

Wire provides gRPC and protocol buffers for Android, Kotlin, Swift, and Java. Prior to 6.3.0 and 7.0.0-alpha03, ByteArrayProtoReader32.skipGroup and ProtoReader.skipGroup in wire-runtime do not validate that a LENGTHDELIMITED field length is non-negative before skip, allowing a crafted protobuf...

7.5CVSS0.0049EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/16 3:57 p.m.11 views

CVE-2026-55407

Buffa is a pure-Rust Protocol Buffers implementation with first-class protobuf editions support. Prior to 0.8.0, the decodeunknownfield function in buffa's protobuf decoder allocated heap memory in proportion to untrusted input unknown fields in the serialized protobuf without enforcing an...

6.3CVSS6.1AI score0.00423EPSS
SaveExploits0References5Affected Software1
Circl
Circl
added 2026/07/15 6:35 p.m.13 views

CVE-2026-54451

creationtimestamp| type| source ---|---|--- 2026-07-15 18:35:03+00:00| published-proof-of-concept| https://github.com/elixir-protobuf/protobuf/security/advisories/GHSA-rv48-qqj5-crxg...

6.1AI score
SaveExploits0References1
OSV
OSV
added 2026/07/14 9:23 a.m.10 views

ROOT-APP-PYPI-CVE-2025-4565 CVE-2025-4565 in rootio-protobuf - Patched by Root

Root has patched CVE-2025-4565 in the rootio-protobuf package for Root:PyPI. Multiple fixed versions available...

5.3CVSS5.4AI score0.00251EPSS
SaveExploits0
OSV
OSV
added 2026/07/14 9:23 a.m.11 views

ROOT-APP-PYPI-CVE-2026-0994 CVE-2026-0994 in rootio-protobuf - Patched by Root

Root has patched CVE-2026-0994 in the rootio-protobuf package for Root:PyPI. Multiple fixed versions available...

7.5CVSS5.4AI score0.00662EPSS
SaveExploits0
OSV
OSV
added 2026/07/09 4:49 p.m.5 views

PYSEC-2026-3153 Null-dereference in Tensorflow

Impact When decoding a tensor from protobuf, TensorFlow might do a null-dereference if attributes of some mutable arguments to some operations are missing from the proto. This is guarded by a DCHECK: cc const auto attr = attrs.Findarg-s; DCHECKattr != nullptr; if attr-valuecase == AttrValue::kLis...

7.1CVSS6.7AI score0.00992EPSS
SaveExploits1References9
OSV
OSV
added 2026/07/09 4:49 p.m.3 views

PYSEC-2026-3204 Reachable Assertion in Tensorflow

Impact When decoding a tensor from protobuf, a TensorFlow process can encounter cases where a CHECK assertion is invalidated based on user controlled arguments, if the tensors have an invalid dtype and 0 elements or an invalid shape. This allows attackers to cause denial of services in TensorFlow...

7.1CVSS6.7AI score0.00469EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/07/09 2:49 p.m.8 views

protobufjs: protobufjs: Arbitrary code execution due to unsafe expression generation from crafted protobuf descriptors

A flaw was found in protobufjs, a library used to compile protobuf definitions into JavaScript functions. A remote attacker could exploit this vulnerability by providing a crafted descriptor that includes a non-string default value for a bytes field. This could lead to the generation of an unsafe...

8.8CVSS6.2AI score0.00392EPSS
SaveExploits0References5
GithubExploit
GithubExploit
added 2026/07/08 12:1 a.m.72 views

Exploit for Uncontrolled Resource Consumption in Google Protobuf

No d...

8.7CVSS6.8AI score0.02772EPSS
SaveExploits1
PyPA
PyPA
added 2026/07/07 4:3 p.m.21 views

protobuf affected by a JSON recursion depth bypass

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 supp...

8.2CVSS6AI score0.00662EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/07/07 4:3 p.m.8 views

PYSEC-2026-1805 protobuf affected by a JSON recursion depth bypass

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.2CVSS6AI score0.00662EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/07 4:3 p.m.10 views

PYSEC-2026-1326 ESPHome vulnerable to denial-of-service via out-of-bounds check bypass in the API component

Summary An integer overflow in the API component's protobuf decoder allows denial-of-service attacks when API encryption is not used. Details The bounds check ptr + fieldlength end in components/api/proto.cpp can overflow when a malicious client sends a large fieldlength value. This affects all...

6.8CVSS6AI score0.00273EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/07 4:2 p.m.10 views

PYSEC-2026-1806 protobuf-python has a potential Denial of Service issue

Summary 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. Reporter: Alexis Challande, Trail of Bits...

8.2CVSS6.6AI score0.00251EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/07 10:17 a.m.6 views

PYSEC-2026-899 protobuf-cpp and protobuf-python have potential Denial of Service issue

Summary A message parsing and memory management vulnerability in ProtocolBuffer’s C++ and Python implementations can trigger an out of memory OOM failure when processing a specially crafted message, which could lead to a denial of service DoS on services using the libraries. Reporter: ClusterFuzz...

7.5CVSS6.9AI score0.01207EPSS
SaveExploits0References13
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/04 1:38 a.m.6 views

Security Bulletin: Due to the use of Google Go, IBM Cloud Pak Sys is affected by an infinite loop when unmarshaling certain forms of invalid JSON

Summary Vulnerability in Go used by Cloud Pak System CVE-2024-24786. Vulnerability Details CVEID:CVE-2024-24786 DESCRIPTION: The protojson.Unmarshal function can enter an infinite loop when unmarshaling certain forms of invalid JSON. This condition can occur when unmarshaling into a message which...

7.5CVSS6.7AI score0.01262EPSS
SaveExploits0Affected Software2
Rows per page
Query Builder