CVE-2026-44905 Details
Description
Vanetza is an open-source implementation of the ETSI C-ITS protocol suite. In 26.02 and earlier, a denial-of-service vulnerability was identified in the cryptographic verification pipeline of Vanetza. When processing incoming V2X messages, the ASN.1 decoder accepts the structure as syntactically valid. However, this reveals a logic-based protocol failure where semantic constraints on specific fields are only strictly enforced during OER re-encoding. Specifically, if a crafted packet contains a certificate where the Psid (Provider Service Identifier) sub-type violates subtype constraints (e.g., out-of-range or invalid CHOICE variant), it is accepted during initial parsing, where subtype constraints are not enforced. Later, when StraightVerifyService attempts to calculate a message hash for cryptographic verification, it must re-encode the signing certificate. The underlying ASN.1 wrapper (asn1c_wrapper.cpp) detects the semantic violation during encoding and raises a std::runtime_error. This exception is not caught within the encoding path and propagates to std::terminate, resulting in immediate process termination. This vulnerability is fixed with commit e1a2e2709210d309458c3d77f98d50dec26c0df0.
A denial-of-service vulnerability has been identified in Vanetza, an open-source implementation of the ETSI C-ITS protocol suite, in versions through 26.02. The issue arises in the cryptographic verification pipeline when processing incoming V2X messages. The ASN.1 decoder initially accepts syntactically valid structures but fails to enforce semantic constraints on certain fields until after OER re-encoding. This allows crafted packets to bypass checks, particularly those containing certificates with invalid or out-of-range Psid sub-type variations. When the 'StraightVerifyService' attempts to verify the message by re-encoding the signing certificate, the ASN.1 wrapper detects the violation and throws a runtime error. This unhandled exception propagates up, causing the process to terminate abruptly, leading to a loss of service. The vulnerability can be exploited remotely and does not require authentication or a valid certificate, making it a trivial and deterministic cause of denial-of-service.
Users can update to Vanetza commit e1a2e2709210d309458c3d77f98d50dec26c0df0, which introduces proper exception handling to prevent the process termination.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 26, 2026CISA-ADP
Assessed May 27, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/riebl/vanetza/security/advisories/GHSA-q9fq-3rx9-7xcv | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/riebl/vanetza/commit/e1a2e2709210d309458c3d77f98d50dec26c0df0 | [email protected] | Source CodeVendor |
| https://github.com/riebl/vanetza/security/advisories/GHSA-q9fq-3rx9-7xcv | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-248 | Uncaught Exception | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Vanetza | 62dfe58a8342512b6e1947d75821402ada524f1a |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jul 23, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 27, 2026 | CVE Modified | CISA-ADP |
| May 26, 2026 | New CVE Received | [email protected] |
Volerion