CVE-2026-37554
An issue was discovered in Vanetza V2X v26.02 allowing remote unauthorized attackers to cause a denial of service.
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (0.35%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
Description
An issue was discovered in Vanetza V2X v26.02 allowing remote unauthorized attackers to cause a denial of service. The vulnerability exists in the GeoNetworking packet processing pipeline where OpenSSL exceptions from ECC point validation (invalid compressed point, point not on curve) are not properly caught by the Router::indicate() call chain. The openssl_wrapper.cpp check() function (line 19) throws openssl::Exception when OpenSSL operations fail. The parser's catch block in parse_secured() should catch these, but the exception escapes through subsequent processing stages (indicate_common, indicate_extended). This causes std::terminate, crashing the V2X receiver.
- CVSS 3.1
- 7.5 HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- EPSS
- 0.35% probability · 28th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-248
- Source
- cve@mitre.org
References
- https://gist.github.com/sgInnora/45128ae15d52df7238680a8f2da8359f
- https://github.com/riebl/vanetza
- https://github.com/riebl/vanetza/blob/master/vanetza/geonet/router.cpp
- https://github.com/riebl/vanetza/blob/master/vanetza/security/openssl_wrapper.cpp
- https://github.com/riebl/vanetza/security/advisories/GHSA-44qj-vh8c-5354
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.