CVE-2026-37554

HIGH EPSS 26.9%
Published May 1, 20262mo ago · Modified Jun 17, 20262w ago
7.5 CVSS 3.1
High
Find Similar
Published May 1, 2026 2mo ago
Last Modified Jun 17, 2026 2w ago

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 Details

Base Score
7.5
Exploitability
3.9
Impact
3.6
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
26.9% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-248

References 5

  • gist.github.com https://gist.github.com/sgInnora/45128ae15d52df7238680a8f2da8359f
  • github.com https://github.com/riebl/vanetza
  • github.com https://github.com/riebl/vanetza/blob/master/vanetza/geonet/router.cpp
  • github.com https://github.com/riebl/vanetza/blob/master/vanetza/security/openssl_wrapper.cpp
  • github.com https://github.com/riebl/vanetza/security/advisories/GHSA-44qj-vh8c-5354

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.