CVE-2026-43988 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 ASN.1/OER parsing pipeline of Vanetza. When processing malformed network packets containing corrupted ASN.1/OER structures (e.g., invalid length fields or malformed certificate encoding), the ASN.1 wrapper (asn1c_wrapper.cpp) raises a std::runtime_error. This exception is not caught at the parsing boundary and propagates to std::terminate, resulting in process termination. This vulnerability is fixed with commit 62dfe58a8342512b6e1947d75821402ada524f1a.
A denial-of-service vulnerability exists in Vanetza versions through 26.02, within the ASN.1/OER parsing pipeline. The issue arises when the application processes malformed network packets containing corrupted ASN.1/OER structures, such as invalid length fields or improperly encoded certificates. The ASN.1 wrapper (asn1c_wrapper.cpp) throws a std::runtime_error, which is not caught at the parsing boundary. This uncaught exception propagates to std::terminate, leading to process termination. The vulnerability can be exploited by sending crafted packets from unauthenticated and untrusted network sources, causing a reliable denial-of-service by terminating the application and disrupting availability.
Users can update to Vanetza commit 62dfe58a8342512b6e1947d75821402ada524f1a, which addresses the vulnerability by adding proper exception handling at the parsing boundary to safely reject malformed input without crashing the application.
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-j6cj-rp87-mfrx | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/riebl/vanetza/commit/62dfe58a8342512b6e1947d75821402ada524f1a | [email protected] | Source CodeVendor |
| https://github.com/riebl/vanetza/security/advisories/GHSA-j6cj-rp87-mfrx | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-248 | Uncaught Exception | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Vanetza | 24.10 25.06 26.02 |
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