CVE-2026-62314 PUBLISHED

Anubis: Policy bypass via client controlled X-Original-URI header

Assigner: GitHub_M
Reserved: 13.07.2026 Published: 15.07.2026 Updated: 16.07.2026

Anubis is a Web AI Firewall Utility that challenges users' connections in order to protect upstream resources from scraper bots. From 1.22.0 until 1.26.0-pre1, lib/policy/checker.go PathChecker.Check() trusted the client-controlled X-Original-URI header before matching r.URL.Path, allowing an HTTP client to match default data/common/keep-internet-working.yaml ALLOW rules such as ^/.well-known/.*$ and bypass the Anubis challenge. This issue is fixed in version 1.26.0-pre1.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
CVSS Score: 5.8

Product Status

Vendor TecharoHQ
Product anubis
Versions
  • Version >= 1.22.0, < 1.26.0-pre1 is affected

References

Problem Types

  • CWE-284: Improper Access Control CWE