When your application is served through HackGATE, Cloudflare may block requests if a specific Cloudflare Managed Firewall Rule is triggered. This can cause the site to fail loading, appear broken, or return a 403/1020 “Access Denied” error.
One commonly triggered rule is:
“Drupal, Wordpress – Anomaly:Header:X-Original-Url, Anomaly:Header:X-Rewrite-Url – CVE:CVE-2018-14773”
This rule blocks requests containing certain headers — including X-Original-URL, which HackGATE uses intentionally to rewrite the original request path during proxying.
This article explains why the rule is triggered, how to disable it safely, and what to do if the fix does not work.
HackGATE rewrites and forwards traffic using headers such as:
X-Original-URL
X-Rewrite-URL
These are required for correct request routing inside the proxy.
However, Cloudflare includes a Managed Rule designed to protect Drupal and WordPress from CVE-2018-14773, which exploited these headers for path traversal attacks.
Because HackGATE legitimately uses these headers, Cloudflare may mistake this for an attack — and block the request.
Below is the original Hungarian description (translated to clear steps):
Step-by-step instructions
Security → WAF → Managed Firewall Rules
Drupal, Wordpress - Anomaly:Header:X-Original-Url, Anomaly:Header:X-Rewrite-Url – CVE:CVE-2018-14773
Disable
This rule is not essential unless you run a public Drupal or WordPress installation directly through Cloudflare. Disabling it for HackGATE-protected applications is safe and recommended.
In some environments, other Cloudflare rules may also block the HackGATE URL. If disabling rule 100250 does not fix the issue, follow the steps below.
Security → Events / Logs
This will show exactly which rule blocked HackGATE traffic.
If you see one of these blocking the request, you may need to:
Security → WAF → Custom Rules
If (Hostname equals “<your-hackgate-subdomain.hackgate.net>”)
Then Skip → WAF Managed Rules
This ensures that HackGATE traffic passes without being stopped by high-sensitivity CMS rules.
If you still experience blocks after disabling rule 100250 and reviewing the logs, please provide:
Hackrate Support will help identify the exact rule and recommend the safest bypass strategy.
