CVE-2026-45615 Details
Description
mouse07410/asn1c is an ASN.1 compiler. In 1.4 and earlier, a memory safety vulnerability was identified in the OER decoding skeleton files generated by asn1c (specifically INTEGER_oer.c). When parsing a maliciously crafted, zero-length OER payload for a variable-length, non-negative INTEGER type, the decoder fails to validate the required bytes before extracting the Most Significant Bit (MSB). This forces a precise 1-byte Heap Out-of-Bounds (OOB) Read. Because asn1c generated code is primarily deployed to parse untrusted network inputs (such as V2X network protocols, 5G telecom headers, or X.509 certificates), when the decoder processes untrusted network-originated input, a remote attacker can exploit this to cause a Denial of Service (DoS) or trigger incorrect integer interpretation in downstream applications (e.g., protocol state poisoning or logic bypass).
A memory safety vulnerability has been identified in the OER decoding skeleton files generated by mouse07410/asn1c, specifically in versions 1.4 and earlier. The vulnerability arises when the decoder processes a maliciously crafted, zero-length OER payload for a variable-length, non-negative INTEGER type. The decoder fails to validate the required bytes before extracting the Most Significant Bit (MSB), leading to a precise 1-byte heap out-of-bounds read. This vulnerability can be exploited by remote attackers, causing a denial-of-service (DoS) condition or triggering incorrect integer interpretations in downstream applications, such as protocol state poisoning or logic bypass.
A proposed patch is to implement a validation check in the INTEGER OER decoding function to ensure that the length parameter is greater than zero before extracting the Most Significant Bit. However, this patch should be tested thoroughly to avoid unintended side effects.
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 29, 2026CISA-ADP
Assessed May 29, 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/mouse07410/asn1c/security/advisories/GHSA-wxx8-76rw-96j2 | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/mouse07410/asn1c/security/advisories/GHSA-wxx8-76rw-96j2 | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-125 | Out-of-bounds Read | [email protected] |
| CWE-130 | Improper Handling of Length Parameter Inconsistency | [email protected] |
| CWE-20 | Improper Input Validation | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| mouse07410/asn1c | <= 1.4 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 21, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 29, 2026 | CVE Modified | CISA-ADP |
| May 29, 2026 | New CVE Received | [email protected] |
Volerion