Cyber Resilience

CVE-2025-26548

High

Published: 15 March 2025

Published
15 March 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0009 25.2th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-26548 is a high-severity Cross-site Scripting (CWE-79) vulnerability. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Malicious Link (T1204.001); ranked at the 25.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2025-26548 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, in the kdmurray Random Image Selector plugin (random-image-selector) for WordPress. This flaw affects all versions of the plugin from n/a through 2.4 inclusive. The vulnerability was published on 2025-03-15 and carries a CVSS v3.1 base score of 7.1.

An unauthenticated attacker with network access can exploit this vulnerability by crafting malicious input that is reflected back in the web page without proper neutralization. Exploitation requires low complexity and user interaction, such as tricking a victim (e.g., a site administrator) into visiting a malicious URL. Successful exploitation executes arbitrary JavaScript in the victim's browser context with changed scope, resulting in low impacts to confidentiality, integrity, and availability, such as potential session hijacking or data theft.

The Patchstack advisory provides details on this vulnerability, including specifics for affected versions like 1.5.6, and recommends mitigation steps such as updating the plugin.

EU & UK References

Vulnerability details

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in kdmurray Random Image Selector random-image-selector allows Reflected XSS.This issue affects Random Image Selector: from n/a through <= 2.4.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
Why these techniques?

Reflected XSS allows arbitrary JS execution in the victim's browser when tricked into visiting a crafted malicious URL, directly enabling the Malicious Link sub-technique under User Execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-23542Shared CWE-79
CVE-2025-23866Shared CWE-79
CVE-2025-28889Shared CWE-79
CVE-2025-24602Shared CWE-79
CVE-2025-22765Shared CWE-79
CVE-2024-13885Shared CWE-79
CVE-2025-23645Shared CWE-79
CVE-2025-26583Shared CWE-79
CVE-2024-13918Shared CWE-79
CVE-2025-22575Shared CWE-79

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires timely identification, reporting, and patching of the specific reflected XSS flaw in the Random Image Selector WordPress plugin versions through 2.4.

prevent

Mandates filtering of web page outputs to neutralize untrusted inputs, directly preventing reflected XSS execution in the victim's browser.

prevent

Enforces validation of user inputs to the plugin, blocking malicious payloads before they are improperly reflected during web page generation.

References