CVE-2026-2502 MEDIUM

CVE-2026-2502: xmlrpc attacks blocker <= 1.0 - Unauthenticated Stored Cross-Site Scripting via 'X-Forwarded-For'

Vendor Yehudah
Product xmlrpc attacks blocker
Weakness CWE-79 · XSS
Published February 19, 2026
Last update April 8, 2026

CVSS base score

6.1/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction Required
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

The xmlrpc attacks blocker plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 1.0, via the 'X-Forwarded-For' HTTP header. This is due to the plugin trusting and logging attacker-controlled IP header data and rendering debug log entries without output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts that execute when an administrator views the debug log page.

Explanation of Vulnerability in Simple Terms

02Summary

The XML-RPC Attacks Blocker plugin for WordPress contains a cross-site scripting (XSS) vulnerability in versions 1.0 and earlier. An attacker can inject malicious scripts that execute in a visitor's browser when they view a page containing the vulnerable component. The vulnerability requires user interaction and can affect other users on the site.

What an attacker can do

03Attacker Capabilities

Inject malicious JavaScript that runs in visitors' browsers and steals session cookies or credentials.

Potential impact on your site

04Site Impact

Attackers can steal admin or user session tokens, deface content, or redirect visitors to malicious sites.

Conditions required to exploit

05Prerequisites

Visitor must view a page containing the injected payload; no authentication required.

Key dates

06Disclosure timeline

February 19, 2026 CVE published
April 8, 2026 Record updated