CVE-2026-10100
Last modified
CVE-2026-10100 is a medium-severity vulnerability rated 4.4/10 on the CVSS scale. The Simple Custom Login Page plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the color settings fields (Page Background, Form Background, Text Color, Link Color) in versions up to and including 1.0.3. This is due to insufficient input sanitization of the color option values (they were registered with register_setting() and stored via the Settings API/update_option() with no sanitize_callback) combined with the values being output into a <style> block on wp-login.php using esc_attr(), which is incorrect for a CSS context (it does not escape ;, {, }, / or *). EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
The Simple Custom Login Page plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the color settings fields (Page Background, Form Background, Text Color, Link Color) in versions up to and including 1.0.3. This is due to insufficient input sanitization of the color option values (they were registered with register_setting() and stored via the Settings API/update_option() with no sanitize_callback) combined with the values being output into a <style> block on wp-login.php using esc_attr(), which is incorrect for a CSS context (it does not escape ;, {, }, / or *). This makes it possible for authenticated attackers, with administrator-level access and above, to inject arbitrary CSS rules into the login page that are rendered for all unauthenticated visitors, enabling UI-redress and credential-phishing attacks.
Metrics
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-10100?
How severe is CVE-2026-10100?
How do I fix CVE-2026-10100?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-10095The WP Photo Album Plus plugin for WordPress is vulnerable t…6.4
- CVE-2026-10096The Qi Blocks plugin for WordPress is vulnerable to Insecure…4.3
- CVE-2026-10097wolfSSL's AVX2-optimized ML-KEM implementation (mlkem_cmp_av…7.5
- CVE-2026-10098OCSP CertID serial-number length-confusion in wolfSSL_OCSP_r…5.3
- CVE-2026-10099XX-Net V5.16.6 contains a WebSocket frame parsing vulnerabil…5.1
- CVE-2026-1010A stored cross-site scripting (XSS) vulnerability exists in …5.4
- CVE-2026-10101ACM/MCE assisted-service writes raw referenced pull-secret c…6.3
- CVE-2026-10103Mattermost versions 11.7.x <= 11.7.2, 11.6.x <= 11.6.4, 10.1…4.3
- CVE-2026-10104The Product Video Gallery for Woocommerce plugin for WordPre…4.4
- CVE-2026-10105agno 2.6.5 contains a SQL injection vulnerability in the Cli…8.7
- CVE-2026-10106Mattermost versions 11.7.x <= 11.7.2, 11.6.x <= 11.6.4, 10.1…6.5
- CVE-2026-10107MoviePilot v2 contains a server-side request forgery vulnera…7.7
Are you affected by CVE-2026-10100?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
