Censys · JSON Structure

Platform Cvssv4 Structure

CVSSv4 schema from Censys Platform API

Type: object Properties: 3
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

CVSSv4 is a JSON Structure definition published by Censys, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

components score vector

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-cvssv4-structure.json",
  "name": "CVSSv4",
  "description": "CVSSv4 schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "components": {
      "description": "These metrics contribute to how a CVE is scored.",
      "$ref": "#/components/schemas/CVSSv4_Components"
    },
    "score": {
      "type": "double",
      "description": "Score of the vulnerability; 0.1 is the lowest, 10 is the maximum"
    },
    "vector": {
      "type": "string",
      "description": "The path, method, or scenario used to exploit the vulnerability. Each section represents components that contribute to the overall CVSS score."
    }
  }
}