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.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-20 19:17
Updated : 2026-08-20 19:17
NVD link : CVE-2026-75514
Mitre link : CVE-2026-75514
CVE.ORG link : CVE-2026-75514
JSON object : View
Products Affected
No product.
CWE
CWE-350
Reliance on Reverse DNS Resolution for a Security-Critical Action
