CVE-2026-22860 is a high-severity (CVSS 7.5) directory traversal vulnerability in Rack's `Rack::Directory` middleware. The flaw stems from a string prefix match in `directory.rb` that uses `start_with?` to validate paths, which fails to enforce proper path boundaries. An attacker can craft a request like `/../root_example/` to
Sort: