CVE-2026-48815

HIGHPre-NVD 7.57.5
EchelonGraph scoreLOW confidence

This high-severity CVE scores 7.5 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: cna:github_m
7.5
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: CVSS: 7.5Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

sigstore's certificateOIDs verification constraints are silently dropped and never enforced

Summary

The documented certificateOIDs option in sigstore.verify() is accepted by the public API but discarded before verification, so required certificate extension OIDs are never checked.

Details

The public verify options include certificateOIDs and the documentation says those OID/value pairs “must be present in the certificate’s extension list.” The policy-construction path used by sigstore.verify() and createVerifier() only copies the SAN and issuer settings into the verification policy and completely ignores certificateOIDs.

As a result, callers can believe they are constraining verification to certificates carrying specific Fulcio or workload-identifying OIDs, while the actual verifier never receives those constraints. Any bundle that satisfies the remaining checks is accepted even if the required OID extensions are absent or mismatched.

This is reachable from supported usage through the documented certificateOIDs verify option.

PoC

const { createVerificationPolicy } = require("sigstore/dist/config");

const policy = createVerificationPolicy({ certificateIssuer: "https://issuer.example", certificateIdentityEmail: "[email protected]", certificateOIDs: { "1.2.3.4": "required-value", }, });

console.log("certificateOIDs" in policy, JSON.stringify(policy)); // false {"subjectAlternativeName":"[email protected]","extensions":{"issuer":"https://issuer.example"}}

Impact

Applications that rely on certificateOIDs to restrict which certificates may sign artifacts receive no such protection. Unauthorized certificates that should be rejected on extension policy can be accepted as long as they satisfy the remaining verification checks.

CVSS v3
7.5
EG Score
7.5(low)
EPSS
KEV
Not listed

Published

July 1, 2026

Last Modified

July 1, 2026

Vendor Advisories for CVE-2026-48815(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 11× in last 7d / 11× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-07 01:44 UTCEG score recompute
  2. 2026-07-06 13:11 UTCEG score recompute
  3. 2026-07-06 00:33 UTCEG score recompute
  4. 2026-07-05 12:00 UTCEG score recompute
  5. 2026-07-04 23:27 UTCEG score recompute
  6. 2026-07-04 10:53 UTCEG score recompute
  7. 2026-07-03 22:20 UTCEG score recompute
  8. 2026-07-03 09:45 UTCEG score recompute
  9. 2026-07-02 21:11 UTCEG score recompute
  10. 2026-07-02 08:38 UTCEG score recompute
  11. 2026-07-01 20:02 UTCEG score recompute

Frequently asked(4)

What is CVE-2026-48815?
CVE-2026-48815 is a high vulnerability published on July 1, 2026. sigstore's certificateOIDs verification constraints are silently dropped and never enforced Summary The documented certificateOIDs option in sigstore.verify() is accepted by the public API but discarded before verification, so required certificate extension OIDs are never checked. Details The…
When was CVE-2026-48815 disclosed?
CVE-2026-48815 was first published in the National Vulnerability Database on July 1, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
What is the CVSS score of CVE-2026-48815?
CVE-2026-48815 has a CVSS v4.0 base score of 7.5 (CNA self-assessment; NVD's own analysis pending). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-48815?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-48815, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-48815

Explore →

Is Your Infrastructure Affected by CVE-2026-48815?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.