CVE-2026-44905
Last modified
CVE-2026-44905 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-44905?
How severe is CVE-2026-44905?
How do I fix CVE-2026-44905?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-44898Mistune is a Python Markdown parser with renderers and plugi…6.1
- CVE-2026-44899Mistune is a Python Markdown parser with renderers and plugi…6.1
- CVE-2026-4490A flaw has been found in Tenda A18 Pro 02.03.02.28. This iss…8.8
- CVE-2026-44900epa4all-client is the Java Client for epa4all / ePA 3.0 in t…8.1
- CVE-2026-44902opentelemetry-js is the OpenTelemetry JavaScript Client. Pri…7.5
- CVE-2026-44903Prometheus is an open-source monitoring system and time seri…6.1
- CVE-2026-44907A denial of service vulnerability could be triggered by send…7.5
- CVE-2026-44909Proxygen lacked a generalized slow-consumer detection mechan…7.5
- CVE-2026-4491A vulnerability has been found in Tenda A18 Pro 02.03.02.28.…8.8
- CVE-2026-44911Authorization handling for component configuration verificat…6.3
- CVE-2026-44913Improper escaping of database table names in the CaptureChan…7.2
- CVE-2026-44914Apache NiFi 1.12.0 through 2.9.0 are missing authorization w…7.2
Are you affected by CVE-2026-44905?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
