On this page

Atomicorp WAF Rule 390719

Rule Summary

  • Rule ID: 390719
  • Status: Active
  • Alert message: Atomicorp.com WAF Rules: Attempt to access protected file remotely
  • Observed CWEs: CWE-20 (1), CWE-22 (6), CWE-78 (2), CWE-93 (1), CWE-94 (2), CWE-113 (1), CWE-184 (1), CWE-200 (1), CWE-306 (1), CWE-755 (1), CWE-918 (16)
  • Revision: 6
  • Rule severity: Critical (2)
  • Phase: 2 (request body)
  • Request surfaces: Request headers
  • Rule action: deny
  • HTTP status: 403
  • Logging: log, auditlog

Description

This rule detects when a protected file name is used in an HTTP header (other than the URL, Cookie or Referer headers). This rule specifically protects sensitive OS and application configuration files, such as webserver configuration files, operating system configuration files, password files, and command history files from disclosure.

Troubleshooting

False Positives

A false positive can occur when an application legitimately uses this information in an HTTP header. There are no known cases where this occurs.

It is not recommended that you disable this rule if you have a false positive. If you believe this is a false positive, please report this to our security team to determine if this is a legitimate case, or if its clever attack on your system. Instructions to report false positives are detailed on the Reporting False Positives wiki page. If it is a false positive, we will fix the issue in the rules and get a release out to you promptly.

Tuning Guidance

If you know that this behavior is acceptable for your application, you can either disable the rule for the domain, or you can disable it for the application. Please see the Tuning the Atomicorp WAF Rules page for basic information.

Additional Information

Similar Rules

WAF_390709

This is a selected list of documented research observations, not an exhaustive coverage matrix. Absence of a CVE does not imply absence of protection.

CVEVulnerabilityProductCVSSSeverity
CVE-2026-66898Path traversal via unvalidated instance name in backup tarball restore enables root file write / RCElxd9.9 (v3.1)Critical
CVE-2014-6271ShellShock - Remote Code Executionbash9.8 (v3.1)Critical
CVE-2017-5638Apache Struts 2 - Remote Command Executionstruts9.8 (v3.1)Critical
CVE-2021-41749CraftCMS SEOmatic - Server-Side Template Injectionseomatic9.8 (v3.1)Critical
CVE-2026-82244Budibase before 3.41.3 Remote Code Execution via Plugin eval()server9.4 (v4.0)Critical
CVE-2026-65700h2oGPT 0.2.1 Path Traversal via OpenAI-compatible Files APIh2ogpt9.3 (v4.0)Critical
CVE-2026-17552Plack::App::Prerender versions before 0.3.0 for Perl can proxy to an arbitrary host via unvalidated REQUEST_URI concatenPlack::App::Prerender9.1 (v3.1)Critical
CVE-2026-86259OpenMAIC before 1.0.1 SSRF via Environment-Gated URL ValidationOpenMAIC9.0 (v4.0)Critical
CVE-2026-84889A path traversal vulnerability in file handling components could allow an authenticated attacker to write files to arbitLangflow OSS8.8 (v3.1)High
CVE-2026-82270Portkey AI Gateway Server-Side Request Forgery via /v1/proxy/*gateway8.7 (v4.0)High
CVE-2026-82638jina-ai reader Server-Side Request Forgery via disabled private-address guardreader8.7 (v4.0)High
CVE-2026-52769YesWiki: Unauthenticated Server-Side Request Forgery via ActivityPub Signature.keyIdyeswiki8.3 (v3.1)High
CVE-2026-52831Nuclio: Unsanitized cron trigger event headers/body injected into CronJob shell command leads to persistent RCEnuclio8.0 (v3.1)High
CVE-2026-71365Awx: webhook status callback ssrf leaks the git patRed Hat Ansible Automation Platform 2.5 for RHEL 87.7 (v3.1)High
CVE-2026-77775Headroom Proxy Sends Upstream Requests to a Client-Supplied Base URL Without Address ValidationHeadroom7.7 (v4.0)High
CVE-2019-5418Rails File Content Disclosurerails7.5 (v3.1)High
CVE-2026-50151oras-go: credential forwarding via unvalidated Location header in blob uploadoras7.5 (v3.1)High
CVE-2026-47735Arc has an authenticated arbitrary local-file read via DuckDB I/O functions that bypasses RBAC table-level checksarc7.1 (v4.0)High
CVE-2026-39383Gotenberg unauthenticated blind SSRF via unfiltered webhook URLgotenberg6.9 (v4.0)Medium
CVE-2026-728609router Server-Side Request Forgery via /api/provider-nodes/validate Because the IPv4-Mapped IPv6 Denylist Check Is Unre9router6.3 (v4.0)Medium
CVE-2026-7223BigSweetPotatoStudio HyperChat AI Proxy Middleware aiProxyMiddleware.mts fetch server-side request forgeryHyperChat5.5 (v4.0)Medium
CVE-2026-44583Paymenter: Blind Unauthenticated SSRF on the Paypal gateway modulePaymenter5.3 (v3.1)Medium
CVE-2026-85650Trigger.dev before 4.5.2 Server-Side Request Forgery via webhook alert-channeltrigger.dev5.3 (v4.0)Medium
CVE-2026-55495Cloudreve: Path Traversal in WOPI PUT_RELATIVE Allows Arbitrary File Creation in Owner Accountcloudreve4.3 (v3.1)Medium
CVE-2026-42578Netty: HTTP Header Injection via HttpProxyHandler Disabled Validationnetty2.9 (v4.0)Low
CVE-2026-16434Adminer before 5.5.1 X-Forwarded-Prefix Backslash Bypassadminer2.3 (v4.0)Low
CVE-2026-16124nextlevelbuilder GoClaw web_fetch web_shared.go isPrivateIP server-side request forgeryGoClaw2.1 (v4.0)Low
CVE-2026-10583nextlevelbuilder GoClaw TTS Configuration Endpoint tts_config.go import server-side request forgeryGoClaw2.0 (v4.0)Low

Observed CWEs

These CWEs are recorded on published CVEs in the selected observations associated with this rule. They are observational relationships, not a claim that the rule universally blocks every vulnerability assigned to a CWE.

CWERelated Published CVEs
CWE-20CVE-2026-16434
CWE-22CVE-2026-66898 , CVE-2026-65700 , CVE-2026-84889 , CVE-2019-5418 , CVE-2026-47735 , CVE-2026-55495
CWE-78CVE-2014-6271 , CVE-2026-52831
CWE-93CVE-2026-42578
CWE-94CVE-2021-41749 , CVE-2026-82244
CWE-113CVE-2026-42578
CWE-184CVE-2026-72860
CWE-200CVE-2026-47735
CWE-306CVE-2026-86259
CWE-755CVE-2017-5638
CWE-918CVE-2026-17552 , CVE-2026-86259 , CVE-2026-82270 , CVE-2026-82638 , CVE-2026-52769 , CVE-2026-71365 , CVE-2026-77775 , CVE-2026-50151 , CVE-2026-47735 , CVE-2026-39383 , CVE-2026-72860 , CVE-2026-7223 , CVE-2026-44583 , CVE-2026-85650 , CVE-2026-16124 , CVE-2026-10583

Documentation Source

  • Original wiki page: WAF 390719
  • Source revision: 2733
  • Source revision date: 2012-09-20