Red Hat Enterprise Linux · JSON Structure
Rhel Cve Structure
Structure of a CVE record from the Red Hat Security Data API
Type:
Properties: 0
AutomationComplianceEnterpriseLinuxOperating SystemRed HatRHELSecuritySubscription ManagementVulnerability Management
RHEL CVE is a JSON Structure definition published by Red Hat Enterprise Linux.
Meta-schema:
JSON Structure
{
"name": "RHEL CVE",
"description": "Structure of a CVE record from the Red Hat Security Data API",
"fields": [
{"name": "name", "type": "string", "description": "CVE identifier (e.g., CVE-2021-23358)", "required": true},
{"name": "threat_severity", "type": "enum", "values": ["Low", "Moderate", "Important", "Critical"], "description": "Red Hat severity rating", "required": true},
{"name": "public_date", "type": "datetime", "description": "Date CVE was publicly disclosed"},
{"name": "bugzilla", "type": "object", "description": "Associated Bugzilla ticket",
"fields": [
{"name": "description", "type": "string"},
{"name": "id", "type": "string"},
{"name": "url", "type": "uri"}
]
},
{"name": "cvss", "type": "object", "description": "CVSS v2 scoring",
"fields": [
{"name": "cvss_base_score", "type": "string"},
{"name": "cvss_scoring_vector", "type": "string"},
{"name": "status", "type": "string"}
]
},
{"name": "cvss3", "type": "object", "description": "CVSS v3 scoring",
"fields": [
{"name": "cvss3_base_score", "type": "string"},
{"name": "cvss3_scoring_vector", "type": "string"},
{"name": "status", "type": "string"}
]
},
{"name": "cwe", "type": "string", "description": "CWE identifier"},
{"name": "details", "type": "array", "items": "string", "description": "Vulnerability description"},
{"name": "statement", "type": "string", "description": "Red Hat impact statement"},
{"name": "affected_release", "type": "array", "description": "Fixed package releases",
"items": {
"type": "object",
"fields": [
{"name": "product_name", "type": "string"},
{"name": "release_date", "type": "datetime"},
{"name": "advisory", "type": "string"},
{"name": "cpe", "type": "string"},
{"name": "package", "type": "string"}
]
}
},
{"name": "package_state", "type": "array", "description": "Unpatched packages",
"items": {
"type": "object",
"fields": [
{"name": "product_name", "type": "string"},
{"name": "fix_state", "type": "enum", "values": ["Affected", "Will not fix", "Fix deferred", "Not affected", "Out of support scope"]},
{"name": "package_name", "type": "string"},
{"name": "cpe", "type": "string"}
]
}
}
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/rhel-cve-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.