Vulnerability Description
Agent Zero before version 1.15 contains a path traversal vulnerability that allows unauthenticated attackers to read arbitrary files by supplying crafted paths to the image file serving endpoint, which relies solely on an extension allowlist while the path containment check is explicitly disabled. Attackers can request any file with an image extension readable by the process, including files outside the agent workspace, user home directories, and mounted volumes, and can also leverage symlink-based escapes due to the lack of path canonicalization in the path resolution logic.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/3clyp50/agent-zero/commit/1f2d5122265282d6b98bc36ee8f9d0f8ab7
- https://github.com/agent0ai/agent-zero/issues/1609
- https://www.vulncheck.com/advisories/agent-zero-path-traversal-file-read-via-ima
FAQ
What is CVE-2026-47118?
CVE-2026-47118 is a vulnerability with a CVSS score of 6.5 (MEDIUM). Agent Zero before version 1.15 contains a path traversal vulnerability that allows unauthenticated attackers to read arbitrary files by supplying crafted paths to the image file serving endpoint, whic...
How severe is CVE-2026-47118?
CVE-2026-47118 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-47118?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.