CVE-2026-22860

Summary

Rack is a modular Ruby web server interface. Prior to versions 2.2.22, 3.1.20, and 3.2.5, Rack::Directory’s path check used a string prefix match on the expanded path. A request like /../root_example/ can escape the configured root if the target path starts with the root string, allowing directory listing outside the intended root. Versions 2.2.22, 3.1.20, and 3.2.5 fix the issue.

Affected Software

VendorProductVersion RangeStatus
rackrack< 2.2.22affected
rackrack>= 3.0.0.beta1, < 3.1.20affected
rackrack>= 3.2.0, < 3.2.5affected

Weaknesses

  • CWE-22: CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
  • CWE-548: CWE-548: Exposure of Information Through Directory Listing

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: yes
    • Technical Impact: partial

rubygem-rack: Rack Directory Traversal via Rack:Directory

Additional References

References