CVE-2026-10044 PUBLISHED

ai-goofish-monitor Unauthenticated Arbitrary File Read via GET /api/prompts/

Assigner: VulnCheck
Reserved: 28.05.2026 Published: 28.05.2026 Updated: 28.05.2026

Usagi-org ai-goofish-monitor contains an unauthenticated arbitrary file read vulnerability in the GET /api/prompts/{filename} endpoint on Windows deployments that allows unauthenticated remote attackers to read arbitrary files by supplying absolute Windows paths or backslash-based traversal sequences. Attackers can bypass the incomplete path traversal guard, which only blocks forward slashes and '..', by providing absolute paths such as Windows system file locations, causing os.path.join to discard the intended prompts directory prefix and expose files accessible to the application process.

Metrics

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

Product Status

Vendor Usagi-org
Product ai-goofish-monitor
Versions Default: unknown
  • affected from 0 to f85d140b6b45029d9a0925feb96dad733b41396d (excl.)

Credits

  • YU SUN finder

References

Problem Types

  • CWE-36 Absolute Path Traversal CWE