CVE Catalog

CVE-2026-18547

MediumCVSS 6.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.21%

11th percentile - higher than 11% of all known CVEs

Summary

The Ultimate Member plugin for WordPress up to version 2.12.1 is vulnerable to Stored Cross-Site Scripting via Textarea Profile Field with HTML Support (DOM Gadget via id Attribute). Insufficient input sanitization and output escaping allow authenticated attackers with subscriber-level access and above to inject arbitrary web scripts that execute when a user accesses an injected page.

Risk Assessment

An attacker can steal session data, take over user accounts, or perform other malicious actions in the victim's browser context. The vulnerability can be exploited to target administrators and other users.

Recommendation

Upgrade the Ultimate Member plugin to a version later than 2.12.1 that includes sanitization and escaping fixes.

Other vulnerabilities in Ultimate Member

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS