Description
BunkerWeb is an open-source, next-generation Web Application Firewall. Prior to 1.6.13, the blacklist, greylist, and antibot modules in src/common/core/blacklist/blacklist.lua, src/common/core/greylist/greylist.lua, and src/common/core/antibot/antibot.lua trust PTR suffix matches in IGNORE_RDNS, GREYLIST_RDNS, and ANTIBOT_IGNORE_RDNS without using get_ips to confirm that the hostname resolves to the client address. An unauthenticated remote attacker who controls a PTR record can spoof a trusted suffix to bypass rDNS-based blacklisting, gain greylist treatment, or skip an antibot challenge. This issue is fixed in version 1.6.13.
Published: 2026-08-20
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw resides in BunkerWeb's blacklist, greylist, and antibot components, which validate reverse DNS suffixes from the IGNORE_RDNS, GREYLIST_RDNS, and ANTIBOT_IGNORE_RDNS lists without performing a forward DNS confirmation. This omission allows an attacker who can modify a PTR record to bind a trusted suffix to a different IP address, thereby evading rDNS‑based blocking, gaining benign treatment, or bypassing antibot tests. The vulnerability is exploitable by unauthenticated remote actors with control over reverse DNS records.

Affected Systems

All instances of BunkerWeb built before version 1.6.13 are affected, regardless of deployment environment. The vulnerability is tied to the core modules located in src/common/core/blacklist, src/common/core/greylist, and src/common/core/antibot. Users running the open‑source Web Application Firewall should check that the installed package is older than v1.6.13 and that the modules have not been patched manually.

Risk and Exploitability

This issue carries a CVSS score of 5.9, indicating a moderate risk level. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, implying that it has not yet been reported as exploited in the wild. Nevertheless, the attack vector is remote and requires only control over a PTR record, a capability that can be exercised by a compromised DNS provider or a malicious insider. Until the upgrade is applied, the risk remains that legitimate traffic could be incorrectly handed and malicious traffic could slip through the firewall.

Generated by OpenCVE AI on August 21, 2026 at 01:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade BunkerWeb to the v1.6.13 release or later to enforce forward confirmation on all rDNS checks.
  • If immediate upgrade is not possible, reduce the attack surface by blocking external IPs that have a controlled PTR record from accessing interfaces that rely on the blacklist, greylist, or antibot modules.
  • Proactively audit and clean up the IGNORE_RDNS, GREYLIST_RDNS, and ANTIBOT_IGNORE_RDNS settings to remove any entries that could be exploited with a forged PTR record, and configure the system to perform a get_ips confirmation on all rDNS lookups.

Generated by OpenCVE AI on August 21, 2026 at 01:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
First Time appeared Bunkerity
Bunkerity bunker Web
Vendors & Products Bunkerity
Bunkerity bunker Web

Thu, 20 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 20 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Description BunkerWeb is an open-source, next-generation Web Application Firewall. Prior to 1.6.13, the blacklist, greylist, and antibot modules in src/common/core/blacklist/blacklist.lua, src/common/core/greylist/greylist.lua, and src/common/core/antibot/antibot.lua trust PTR suffix matches in IGNORE_RDNS, GREYLIST_RDNS, and ANTIBOT_IGNORE_RDNS without using get_ips to confirm that the hostname resolves to the client address. An unauthenticated remote attacker who controls a PTR record can spoof a trusted suffix to bypass rDNS-based blacklisting, gain greylist treatment, or skip an antibot challenge. This issue is fixed in version 1.6.13.
Title BunkerWeb: rDNS bypass via missing forward-confirmation (FCrDNS) in blacklist, greylist, and antibot
Weaknesses CWE-350
References
Metrics cvssV3_1

{'score': 5.9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N'}


Subscriptions

Bunkerity Bunker Web
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-20T19:00:33.894Z

Reserved: 2026-08-17T20:49:21.599Z

Link: CVE-2026-75514

cve-icon Vulnrichment

Updated: 2026-08-20T18:59:19.086Z

cve-icon NVD

Status : Received

Published: 2026-08-20T19:17:03.637

Modified: 2026-08-20T19:17:03.637

Link: CVE-2026-75514

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T13:00:52Z

Weaknesses
  • CWE-350

    Reliance on Reverse DNS Resolution for a Security-Critical Action