Vulnerability 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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/bunkerity/bunkerweb/commit/1a97e5b3f977130a1b84507a9e1f703c8e
- https://github.com/bunkerity/bunkerweb/pull/3710
- https://github.com/bunkerity/bunkerweb/releases/tag/v1.6.13
- https://github.com/bunkerity/bunkerweb/security/advisories/GHSA-q54j-5484-pvjm
- https://github.com/bunkerity/bunkerweb/security/advisories/GHSA-q54j-5484-pvjm
FAQ
What is CVE-2026-75514?
CVE-2026-75514 is a vulnerability with a CVSS score of 5.9 (MEDIUM). 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/greylis...
How severe is CVE-2026-75514?
CVE-2026-75514 has been rated MEDIUM with a CVSS base score of 5.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-75514?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.