AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-10745

MEDIUM · CVSS 5.3 EPSS 0.34%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-09-26 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 5.3. It affects WordPress. Exploitation may require the attacker to be authenticated.

CVE
CVE-2025-10745
Severity
MEDIUM
CVSS
5.3
EPSS
0.34%
WordPress

Original NVD Description

The Banhammer – Monitor Site Traffic, Block Bad Users and Bots plugin for WordPress is vulnerable to Blocking Bypass in all versions up to, and including, 3.4.8. This is due to a site-wide “secret key” being deterministically generated from a constant character set using md5() and base64_encode() and then stored in the `banhammer_secret_key` option. This makes it possible for unauthenticated attackers to bypass the plugin’s logging and blocking by appending a GET parameter named `banhammer-process_{SECRET}` where `{SECRET}` is the predictable value, thereby causing Banhammer to abort its protections for that request.