Description
ASN.1 TypeScript ESM library, including codecs for Basic Encoding Rules (BER) and Distinguished Encoding Rules (DER). In versions 11.0.5 and below, in some cases, decoding an INTEGER could leak the underlying ArrayBuffer. This issue is expected to be fixed in version 11.0.6.
Published: 2026-02-21
Score: 9.2 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Data Exposure
Action: Apply Patch
AI Analysis

Impact

ASN.1 TypeScript ESM library, which provides BER and DER codecs, contains a flaw in versions 11.0.5 and earlier where decoding an INTEGER can expose the underlying ArrayBuffer. This leak can expose arbitrary internal data such as cryptographic keys or sensitive configuration stored within the buffer, leading to information disclosure. The weakness is identified as CWE-200, indicating an information exposure vulnerability.

Affected Systems

CVE-2026-27452 affects the asn1-ts library distributed by Jonathan Wilbur, specifically all releases version 11.0.5 and earlier. Upgrades to version 11.0.6 and subsequent releases contain the patch that mitigates the vulnerability.

Risk and Exploitability

With a CVSS score of 9.2, CVE-2026-27452 is considered high severity, and although the EPSS score is below 1% indicating a low current exploitation probability, the vulnerability is not listed in the CISA KEV catalog. The flaw is local; an attacker who can supply crafted ASN.1 data to the decoding routine can trigger the leak. The likely attack vector is via an application that processes ASN.1 data from untrusted sources. This can lead to data exposure. The fix is straightforward via upgrading to 11.0.6, and no public exploit exploits have been documented. Given its local nature and low exploitation probability, monitoring and remediation remain priority actions.

Generated by OpenCVE AI on April 17, 2026 at 16:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the asn1-ts library to version 11.0.6 or later to remove the Integer decoding leak.
  • Where an upgrade is not immediately possible, limit the source of ASN.1 data to trusted inputs and validate the data before decoding to prevent malicious values from reaching the decoder.
  • Implement a temporary code change that ensures the function returns a copy of the decoded value rather than the original ArrayBuffer, if a patch cannot be applied at this time.

Generated by OpenCVE AI on April 17, 2026 at 16:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 03 Mar 2026 17:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:jonathanwilbur:asn1-ts:*:*:*:*:*:node.js:*:*
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Wed, 25 Feb 2026 22:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 23 Feb 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Jonathanwilbur
Jonathanwilbur asn1-ts
Vendors & Products Jonathanwilbur
Jonathanwilbur asn1-ts

Sat, 21 Feb 2026 07:15:00 +0000

Type Values Removed Values Added
Description ASN.1 TypeScript ESM library, including codecs for Basic Encoding Rules (BER) and Distinguished Encoding Rules (DER). In versions 11.0.5 and below, in some cases, decoding an INTEGER could leak the underlying ArrayBuffer. This issue is expected to be fixed in version 11.0.6.
Title ASN.1 TypeScript Library: Decoding an INTEGER could leak the underlying ArrayBuffer
Weaknesses CWE-200
References
Metrics cvssV4_0

{'score': 9.2, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N'}


Subscriptions

Jonathanwilbur Asn1-ts
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-02-24T18:54:48.702Z

Reserved: 2026-02-19T17:25:31.100Z

Link: CVE-2026-27452

cve-icon Vulnrichment

Updated: 2026-02-24T18:54:41.271Z

cve-icon NVD

Status : Analyzed

Published: 2026-02-21T07:16:13.210

Modified: 2026-03-03T17:28:50.777

Link: CVE-2026-27452

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-17T17:00:10Z

Weaknesses