O

Open Source Filings · Security CVE

by Open Source Filings

GETBase

$0.05

per call · USD Coin on Base

CVE lookup and exploit check by CVE id. Answers is this CVE actively exploited in the wild using the US CISA Known Exploited Vulnerabilities (KEV) catalog, with the EPSS exploitation probability score and CVSS severity. Each field carries a provenance URL to the official US source. For vulnerability management, patch prioritization, threat intelligence, and DevSecOps agents.

Endpoint

GET https://api.osf-master-server.com/x402/security/cve/:cve_id

2

Calls / 30d

2

Unique payers / 30d

Aug 26

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.osf-master-server.com/x402/security/cve/:cve_id", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.osf-master-server.com/x402/security/cve/:cve_id?format=json" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "actively_exploited": true,
  "audit_receipt": {
    "check_id": "uuid",
    "result_sha256": "..."
  },
  "compliance_note": "This is a decision-support signal, not a guarantee. Confirm against the linked authoritative sources (cisa.gov, nvd.nist.gov, first.org) before acting.",
  "coverage_note": "Direct lookup against the US CISA Known Exploited Vulnerabilities (KEV) catalog, the FIRST EPSS model score, and the NVD CVE record. 'actively_exploited' reflects presence on the CISA KEV catalog ONLY. A CVE that is NOT on KEV is not necessarily safe or unexploitable - it simply is not on CISA's confirmed-exploited list. EPSS is a probability estimate, not proof.",
  "epss": {
    "epss_probability": 0.984,
    "exploitation_band": "Critical"
  },
  "exploitation_summary": "ON the CISA KEV catalog - confirmed exploited in the wild.",
  "nvd": {
    "cvss_severity": "CRITICAL"
  },
  "provenance_urls": {
    "cisa_kev": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
  },
  "query": "CVE-2026-33017",
  "result": "FOUND",
  "service": "OSF Security - CVE Exploit Check"
}

Payment details

Pay to0x72f62de8b70d6cfa8cc2df6f21f243f289f3396c
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from Open Source Filings & similar services