SEPTEMBER 11, 2026
Live Feed
Back to database
Case File

CVE-2026-48758

MEDIUM · CVSS 5.4 EPSS 0.20% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-14 · Last synced 2026-08-13

CyberRota Analysis

AI-Generated

The vulnerability affects the preAuthEncoding function in the @sigstore/core library, which improperly uses Node.js ASCII encoding, allowing the payloadType to be altered post-signing without invalidating the signature. This undermines the type-binding guarantee intended by the Digital Signature Submission Envelope (DSSE) framework, potentially leading to unauthorized modifications. Developers using versions prior to 3.2.1 should prioritize upgrading to mitigate the risk of payload manipulation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-48758
Severity
MEDIUM
CVSS
5.4
EPSS
0.20%
Java

Original NVD Description

sigstore-js provides JavaScript libraries for interacting with Sigstore services. Prior to 3.2.1, the preAuthEncoding function in @sigstore/core uses Node.js ascii encoding when converting the PAE string to bytes, allowing payloadType to be mutated after signing without invalidating the signature and breaking the type-binding guarantee that DSSE is designed to provide. This issue is fixed in version 3.2.1.