CVE-2026-44905
Denial-of-Service in Vanetza Due to ASN.1 Semantic Validation Bypass
Publication date: 2026-05-26
Last updated on: 2026-05-26
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-248 | An exception is thrown from a function, but it is not caught. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in Vanetza, an open-source implementation of the ETSI C-ITS protocol suite. In versions 26.02 and earlier, there is a denial-of-service issue in the cryptographic verification pipeline. Specifically, when processing incoming V2X messages, the ASN.1 decoder accepts packets as syntactically valid even if they contain semantic violations in certain fields, such as an invalid Psid (Provider Service Identifier) sub-type.
The problem arises because these semantic constraints are only enforced later during OER re-encoding. When the system attempts to re-encode the signing certificate to calculate a message hash for cryptographic verification, it detects the semantic violation and raises an uncaught exception. This causes the process to terminate immediately, resulting in a denial-of-service condition.
How can this vulnerability impact me? :
This vulnerability can cause a denial-of-service (DoS) condition in systems using Vanetza for V2X message processing. An attacker can craft a malicious packet with an invalid Psid sub-type that triggers an uncaught exception during cryptographic verification, causing the process to terminate unexpectedly.
As a result, the affected system may become unavailable or stop processing messages, potentially disrupting communication in vehicular networks that rely on Vanetza for secure message verification.
What immediate steps should I take to mitigate this vulnerability?
The vulnerability is fixed with commit e1a2e2709210d309458c3d77f98d50dec26c0df0. Immediate mitigation involves updating Vanetza to a version that includes this fix.