Severity by source
AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Local vector because exploitation requires supplying input to a locally running process; PR:N since no elevated privileges are needed to run the CLI or call the SDK; C:N/I:N because impact is crash-only.
Primary rating from Vendor (adobe).
CVSS VectorVendor: adobe
Lifecycle Timeline
1DescriptionCVE.org
CAI Content Credentials is affected by an Improper Input Validation vulnerability that could result in an application denial-of-service. An attacker could exploit this vulnerability to crash the application, leading to a denial-of-service condition. Exploitation of this issue does not require user interaction.
AnalysisAI
Improper input validation in Adobe's Content Credentials suite (C2PA Rust SDK, JS SDK, and c2patool CLI) allows a local attacker without privileges to crash the application by supplying malformed C2PA manifest content, resulting in a denial-of-service condition. Affected components span the Rust library (c2pa ≤ 0.84.0), the Node.js web SDK (@contentauth/c2pa-web ≤ 0.7.0), and the command-line tool (c2patool ≤ v0.16.5). No public exploit has been identified at time of analysis, and CISA SSVC rates exploitation status as none with non-automatable attack paths.
Technical ContextAI
The vulnerability resides in Adobe's open-source implementation of the Coalition for Content Authenticity (C2PA) specification - a standard for embedding cryptographic provenance metadata into digital media. Three distinct release artifacts are affected as confirmed by CPE strings: the Rust crate (cpe:2.3:a:adobe:c2pa:*:*:*:*:*:rust:*:*), the Node.js/web SDK (cpe:2.3:a:adobe:c2pa-web:*:*:*:*:*:node.js:*:*), and the standalone CLI tool (cpe:2.3:a:adobe:c2patool:*:*:*:*:*:*:*:*). The root cause is CWE-20 (Improper Input Validation): the parsing or processing layer does not adequately validate attacker-controlled C2PA manifest data before consuming it, allowing a specially crafted payload to trigger an unhandled error or resource exhaustion that terminates the process. The CVSS vector (AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) reflects a local attack surface consistent with file-based processing: no authentication or user interaction is required, but the attacker must supply input to the process locally - typical for CLI tools and embedded library callers.
RemediationAI
The primary fix is to upgrade to the patched releases confirmed by the EUVD data and Adobe advisory (APSB26-80): upgrade the Rust crate to c2pa-v0.85.2, upgrade the Node.js SDK to @contentauth/c2pa-web@0.9.0, and upgrade the CLI tool to c2patool-v0.26.65. Details and download links are available at https://helpx.adobe.com/security/products/content-authenticity-sdk/apsb26-80.html. If immediate patching is not feasible, compensating controls should focus on restricting the sources of C2PA manifest files processed by the tool or library: configure the application to accept manifests only from trusted, internally validated sources, and reject externally supplied or user-provided manifest files at the application boundary. For CLI deployments, restrict execution of c2patool to trusted operators and controlled input paths via filesystem permissions. These controls reduce attack surface but do not eliminate the underlying validation defect; patching remains the definitive remediation.
Server-Side Request Forgery in Adobe's C2PA (Content Credentials) SDK family - the Rust SDK (c2pa), the Node.js web SDK
Uncontrolled resource consumption in Adobe's CAI Content Credentials SDK enables remote unauthenticated attackers to exh
Null pointer dereference in Adobe's Content Credentials SDKs (Rust SDK ≤c2pa-v0.90.5, JS SDK ≤@contentauth/c2pa-web@0.12
Denial-of-service in Adobe's C2PA / Content Credentials SDKs allows a remote attacker to crash any application built on
Denial-of-service in Adobe's Content Credentials (C2PA) SDK ecosystem lets a remote attacker crash any application that
Credential disclosure in Adobe's CAI Content Credentials (C2PA) tooling - spanning the Rust SDK (c2pa ≤0.84.0), the JS S
Arbitrary code execution in Adobe's Content Authenticity (CAI) Content Credentials tooling — the c2pa Rust SDK (≤0.84.0)
Path traversal in Adobe's Content Credentials toolkit - spanning the c2patool CLI, the c2pa Rust SDK, and the @contentau
Security feature bypass in Adobe's Content Credentials (C2PA) SDKs - the Rust SDK (≤0.84.0), JavaScript SDK (≤0.7.0), an
Improper input validation across Adobe's Content Credentials JS SDK, Rust SDK, and command-line tool allows a remote una
Integer overflow in Adobe's CAI Content Credentials SDK family (Rust, JavaScript, and CLI) allows a local attacker to cr
Integer overflow in Adobe's Content Credentials ecosystem - spanning the Rust SDK (c2pa ≤ v0.90.5), JavaScript SDK (@con
Same weakness CWE-20 – Improper Input Validation
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-44521
GHSA-28w4-whch-hx99