Blog

"Prevention is cheaper than a breach"

Live Vulnerability Intelligence

Threat Database

Search CVEs, inspect descriptions, and open detail pages with AI-assisted technical context.

Total6
Critical0
High3
Medium3
Reset
Showing 1-6 of 6 records
Threat Entry Updated 2026-06-25

CVE-2026-6292 - Page Plugin

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…

PLUGIN Page

CVE-2026-6292

MEDIUM CVSS 4.3 2026-06-24
Threat Entry Updated 2026-06-17

CVE-2026-10100 - Page Plugin

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 block on wp-login.php using esc_attr(), which is incorrect for a CSS context (it does not escape ;, {, }, / or *).…

PLUGIN Page

CVE-2026-10100

MEDIUM CVSS 4.4 2026-06-02
Threat Entry Updated 2024-11-21

CVE-2023-2549 - Page Plugin

The Feather Login Page plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions starting from 1.0.7 up to, and including, 1.1.1. This is due to missing nonce validation in the 'createTempAccountLink' function. This makes it possible for unauthenticated attackers to create a new user with administrator role via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. An attacker can leverage CVE-2023-2545 to get the login link or request a password reset to the new user's email…

PLUGIN Page

CVE-2023-2549

HIGH CVSS 8.8 2023-05-31
Threat Entry Updated 2024-11-21

CVE-2023-2545 - Page Plugin

The Feather Login Page plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the 'getListOfUsers' function in versions starting from 1.0.7 up to, and including, 1.1.1. This makes it possible for authenticated attackers, with subscriber-level permissions and above, to access the login links, which can be used for privilege escalation.

PLUGIN Page

CVE-2023-2545

HIGH CVSS 8.1 2023-05-31
Threat Entry Updated 2024-11-21

CVE-2023-2547 - Page Plugin

The Feather Login Page plugin for WordPress is vulnerable to unauthorized loss of data due to a missing capability check on the 'deleteUser' function in versions starting from 1.0.7 up to, and including, 1.1.1. This makes it possible for authenticated attackers, with subscriber-level permissions and above, to delete the temp user generated by the plugin.

PLUGIN Page

CVE-2023-2547

MEDIUM CVSS 5.4 2023-05-31
Threat Entry Updated 2024-11-21

CVE-2021-24460 - Page Plugin

The get_fb_likeboxes() function in the Popup Like box – Page Plugin WordPress plugin before 3.5.3 did not use whitelist or validate the orderby parameter before using it in SQL statements passed to the get_results() DB calls, leading to SQL injection issues in the admin dashboard

PLUGIN Page

CVE-2021-24460

HIGH CVSS 8.8 2021-08-02
Scroll to top