Cyber Posture

CVE-2025-26910

High

Published: 10 March 2025

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

Description

Adversaries may abuse various implementations of JavaScript for execution.

Security Summary

CVE-2025-26910 is a Cross-Site Request Forgery (CSRF) vulnerability in the WPBookit WordPress plugin developed by Iqonic Design, which enables Stored XSS. This issue affects WPBookit versions from n/a through 1.0.1 and is associated with CWE-352.

The vulnerability can be exploited by unauthenticated remote attackers (AV:N/PR:N) with low attack complexity (AC:L), though it requires user interaction (UI:R). Exploitation involves tricking authenticated users into submitting malicious requests, resulting in the storage of XSS payloads. This leads to low impacts on confidentiality, integrity, and availability (C:L/I:L/A:L), but with changed scope (S:C), yielding a CVSS v3.1 base score of 7.1.

Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/wpbookit/vulnerability/wordpress-wpbookit-plugin-1-0-1-cross-site-request-forgery-csrf-vulnerability?_s_id=cve. The vulnerability was published on 2025-03-10.

Details

CWE(s)
CWE-352

Affected Products

iqonic
wpbookit
≤ 1.0.2

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
Why these techniques?

The CSRF vulnerability in the public-facing WordPress plugin directly enables exploitation of the web application (T1190) to inject and store XSS payloads, which facilitates arbitrary JavaScript execution in the browser (T1059.007).

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

References