CVE-2026-47118 PUBLISHED

Agent Zero < 1.15 Path Traversal File Read via image_get API

Assigner: VulnCheck
Reserved: 18.05.2026 Published: 27.05.2026 Updated: 27.05.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 7.1

Product Status

Vendor 3clyp50
Product agent-zero
Versions Default: affected
  • affected from 0 to 1.15 (excl.)

Credits

  • YU SUN finder

References

Problem Types

  • Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE