CVE-2026-6292
Last modified
CVE-2026-6292 is a medium-severity vulnerability rated 4.3/10 on the CVSS scale. The MP Customize Login Page plugin for WordPress is vulnerable to Cross-Site Request Forgery (CSRF) in all versions up to and including 1.0. This is due to a completely broken nonce validation in the enter_mpclp_login_options() function, which contains an inverted check (if wp_verify_nonce(...) { return false; }) and is missing the required action parameter for wp_verify_nonce(). EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
The MP Customize Login Page plugin for WordPress is vulnerable to Cross-Site Request Forgery (CSRF) in all versions up to and including 1.0. This is due to a completely broken nonce validation in the enter_mpclp_login_options() function, which contains an inverted check (if wp_verify_nonce(...) { return false; }) and is missing the required action parameter for wp_verify_nonce(). As a result, the nonce check is effectively dead code: it never blocks malicious requests because a CSRF-supplied empty/invalid nonce always returns false, satisfying the inverted condition to continue execution. Furthermore, the settings-update handler is hooked on init without any capability check. This makes it possible for unauthenticated attackers to modify all plugin setting, including login page background, logo URL, image dimensions, button colors, and login message, by tricking a logged-in administrator into submitting a crafted request.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-6292?
How severe is CVE-2026-6292?
How do I fix CVE-2026-6292?
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-62912Deserialization of untrusted data in Microsoft Exchange Serv…6.5
- CVE-2026-62913Heap-based buffer overflow in Microsoft Exchange Server allo…8.8
- CVE-2026-62914Improper neutralization of input during web page generation …7.3
- CVE-2026-62915Missing authorization in Microsoft Exchange Server allows an…6.5
- CVE-2026-62917Improper input validation in Microsoft Office SharePoint all…4.6
- CVE-2026-62918Improper verification of cryptographic signature in Microsof…7.5
- CVE-2026-62927In Eclipse Milo versions 1.0.0 through 1.1.4, the Call servi…7.5
- CVE-2026-6293The Inquiry Form to Posts or Pages plugin for WordPress is v…4.3
- CVE-2026-6294The Google PageRank Display plugin for WordPress is vulnerab…4.3
- CVE-2026-62946ImageMagick is free and open-source software used for editin…4.7
- CVE-2026-62947OpenWrt is a Linux operating system targeting embedded devic…4.9
- CVE-2026-62948OpenWrt is a Linux operating system targeting embedded devic…9.6
Are you affected by CVE-2026-6292?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
