Skip to main content

Simple Custom Login Page CVE-2026-10100

| EUVDEUVD-2026-33870 MEDIUM
Cross-site Scripting (XSS) (CWE-79)
2026-06-02 Wordfence GHSA-855q-xm3j-j7h8
4.4
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
4.4 MEDIUM
AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
High
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
Jun 02, 2026 - 02:45 vuln.today
CVE Published
Jun 02, 2026 - 01:28 nvd
MEDIUM 4.4

DescriptionCVE.org

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.

AnalysisAI

Stored Cross-Site Scripting in the Simple Custom Login Page WordPress plugin (versions ≤ 1.0.3) allows authenticated administrators to inject arbitrary CSS rules into wp-login.php, which is then rendered for every unauthenticated visitor to the login page. The changed scope (S:C in CVSS) is the critical risk amplifier: a single administrator-level compromise or malicious admin can silently overlay phishing UI elements on the WordPress login page, harvesting credentials from any user who subsequently visits. No public exploit code has been identified at time of analysis and this vulnerability is not listed in the CISA KEV catalog.

Technical ContextAI

The affected plugin (CPE: cpe:2.3:a:pattihis:simple_custom_login_page:*:*:*:*:*:*:*:*) registers color customization options - Page Background, Form Background, Text Color, Link Color - via WordPress's register_setting() API without supplying a sanitize_callback parameter, meaning no server-side validation or sanitization occurs on save (as visible in admin/class-simple-custom-login-page-admin.php#L206). The stored values are later echoed into a raw CSS <style> block on wp-login.php using esc_attr() (class-simple-custom-login-page.php#L248). CWE-79 (Improper Neutralization of Input During Web Page Generation) applies here with a context mismatch at its core: esc_attr() correctly encodes HTML attribute special characters but does not escape CSS control characters such as semicolons, braces, forward slashes, or asterisks. This allows an attacker to break out of the intended CSS property value and insert arbitrary CSS rules - including rules that reposition elements, inject content via CSS url() or counter() tricks, or overlay invisible phishing forms.

RemediationAI

No vendor-released patched version has been identified at time of analysis - affected versions run up to and including 1.0.3 with no confirmed successor release noted in the references. Until an update is available, the primary compensating control is to deactivate or uninstall the Simple Custom Login Page plugin, eliminating the vulnerable code path entirely; this removes login page customization but closes the injection vector. If the plugin must remain active, strictly auditing and limiting WordPress administrator accounts reduces the pool of principals who could exploit this - enforce MFA on all admin accounts and review admin user lists for unauthorized entries. Monitor the Wordfence advisory page and the WordPress plugin repository for a patched release. Avoid relying on WAF rules alone, as CSS context injection is difficult to fingerprint reliably without breaking legitimate color value inputs.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2026-10100 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy