CVE-2026-32805 PUBLISHED

Romeo is vulnerable to Archive Slip due to missing checks in sanitization

Assigner: GitHub_M
Reserved: 16.03.2026 Published: 18.03.2026 Updated: 19.03.2026

Romeo gives the capability to reach high code coverage of Go ≥1.20 apps by helping to measure code coverage for functional and integration tests within GitHub Actions. Prior to version 0.2.2, the sanitizeArchivePath function in webserver/api/v1/decoder.go (lines 80-88) is vulnerable to a path traversal bypass due to a missing trailing path separator in the strings.HasPrefix check. A crafted tar archive can write files outside the intended destination directory. Version 0.2.2 fixes the issue.

Metrics

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

Product Status

Vendor ctfer-io
Product romeo
Versions
  • Version < 0.2.2 is affected

References

Problem Types

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