C2paApplication · Adobe

CVE-2026-48295

HIGH · 7.5 CVSS v3.1 Published 2026-07-14
Fix available
A fix is available. Upgrade to after 0.84.0 or later.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges Zero-click 5 weeks old

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
CAI Content Credentials is affected by an Insufficiently Protected Credentials vulnerability that could result in disclosure of sensitive information. An attacker could leverage this vulnerability to gain unauthorized read access. Exploitation of this issue does not require user interaction.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

CAI Content Credentials contains an Insufficiently Protected Credentials vulnerability where sensitive authentication material is not adequately secured, allowing unauthenticated attackers to gain unauthorized read access to sensitive information via network access without requiring any user interaction.

MitigationImplement proper credential protection mechanisms including encryption at rest, secure key management, and appropriate access controls to ensure credentials cannot be accessed by unauthorized parties.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
C2paApplication
Affected:<= 0.84.0
C2pa WebApplication
Affected:<= 0.7.0
C2patoolApplication
Affected:<= 0.17.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify installed Adobe C2Pa components
    Run 'npm list c2pa' for Node.js deployments, check package.json dependencies, or locate installed C2Pa binaries/libraries in your application. For C2patool, run 'c2patool --version' if installed via CLI.
    Affected if Any Adobe C2Pa, C2Pa Web, or C2patool component is found with version <= 0.84.0, <= 0.7.0, or <= 0.17.0 respectively.
  2. Locate credential storage configuration
    Search project configuration files, environment files, and application data directories for credential-related files such as .env, config files with 'secret', 'key', 'token', 'auth', or credential-related JSON/YAML files that the C2Pa component may use.
    Affected if Credential files or configuration containing authentication material exist in directories accessible by the C2Pa component.
  3. Verify credential file permissions
    Inspect file system permissions on any identified credential storage files. On Linux/Unix: 'ls -la <credential-file>'. On Windows: right-click file > Properties > Security. Check that unauthorized users or processes cannot read these files.
    Affected if Credential files have overly permissive read access (e.g., world-readable on Linux, or accessible by untrusted application pools/users).
  4. Check for credential encryption at rest
    Examine credential storage mechanisms. If using a secrets manager, verify encryption settings. If stored in files, confirm they are encrypted (e.g., check for AES-encrypted keyrings, encrypted config vaults, or proper OS credential managers).
    Affected if Credentials are stored in plaintext, unencrypted configuration files, or in locations without encryption-at-rest protection.
  5. Assess network exposure of C2Pa service
    Determine if the C2Pa component exposes network services or APIs. Check listening ports, firewall rules, and service configurations. Verify if authentication is enforced on any exposed endpoints.
    Affected if C2Pa services are network-accessible without proper authentication, or the component exposes APIs that can be reached remotely without credentials.

You are affected if you run any Adobe C2Pa, C2Pa Web, or C2patool version at or below the affected thresholds AND you store or use credentials that are not encrypted at rest or are accessible without proper authentication controls.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to a release after 0.84.0
Interim mitigation

Implement proper credential protection mechanisms including encryption at rest, secure key management, and appropriate access controls to ensure credentials cannot be accessed by unauthorized parties.

Recommended fix Moderate confidence

C2pa >= 0.85.0, C2pa Web >= 0.8.0, C2patool >= 0.18.0

  1. 1. Identify all deployments of C2pa (versions <= 0.84.0), C2pa Web (versions <= 0.7.0), and C2patool (versions <= 0.17.0) in your environment
  2. 2. Review the application's credential storage mechanisms and access controls to understand the exposure window
  3. 3. Upgrade C2pa to version 0.85.0 or later
  4. 4. Upgrade C2pa Web to version 0.8.0 or later
  5. 5. Upgrade C2patool to version 0.18.0 or later
  6. 6. Verify that sensitive credentials are properly protected post-upgrade
  7. 7. Audit logs for any unauthorized access attempts during the vulnerable period

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in C2pa Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing3.0 h
  • Review / QA2.0 h
14.0 hours of engineering $2,490
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-48295 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-48295 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data