SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-18547

MEDIUM · CVSS 6.4 EPSS 0.21%

Source: NVD + CISA KEV + EPSS · Published 2026-08-25 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The Ultimate Member plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) due to inadequate input sanitization in the Textarea Profile Field, allowing authenticated attackers with subscriber-level access and above to inject malicious scripts. This vulnerability can lead to the execution of arbitrary web scripts on user-accessed pages, potentially compromising user data and session integrity. WordPress site administrators using this plugin should prioritize patching to mitigate the risk of exploitation.

CVE
CVE-2026-18547
Severity
MEDIUM
CVSS
6.4
EPSS
0.21%
WordPress Java

Original NVD Description

The Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Textarea Profile Field with HTML Support (DOM Gadget via id Attribute) in all versions up to, and including, 2.12.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with subscriber-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This is possible because the wp_kses 'templates' allowlist permits the id attribute on div elements but does not neutralize unescaped quotes within its value; when pickadate.js concatenates the stored id value into an HTML string via jQuery .html() on profile page load, the smuggled onfocus and autofocus attribute syntax breaks out of attribute context and executes as JavaScript.