The Ultimate Video Player For WordPress – by Presto Player <= 4.1.3 - Missing Authorization
Description
The The Ultimate Video Player For WordPress – by Presto Player plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on a function in versions up to, and including, 4.1.3. This makes it possible for unauthenticated attackers to perform an unauthorized action.
CVSS Vector Breakdown
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:NTechnical Details
What Changed in the Fix
Changes introduced in v4.1.4
Source Code
WordPress.org SVN# Exploitation Research Plan - CVE-2026-45442 ## 1. Vulnerability Summary The **The Ultimate Video Player For WordPress – by Presto Player** plugin (versions <= 4.1.3) is vulnerable to **Missing Authorization**. The vulnerability exists because the plugin registers an action on the `admin_init` hoo…
Show full research plan
Exploitation Research Plan - CVE-2026-45442
1. Vulnerability Summary
The The Ultimate Video Player For WordPress – by Presto Player plugin (versions <= 4.1.3) is vulnerable to Missing Authorization. The vulnerability exists because the plugin registers an action on the admin_init hook that performs a state-changing operation (updating a WordPress option) without sufficient capability checks or nonce verification. This allows unauthenticated attackers to modify site options prefixed with presto_player_dismissed_notice_.
2. Attack Vector Analysis
- Endpoint:
/wp-admin/admin-post.php - Hook:
admin_init - Action:
presto_action=dismiss_notices - Vulnerable Function:
PrestoPlayer\Services\AdminNotices::dismiss() - Parameter:
presto_notice(Used to determine the option key) - Authentication: None required (Unauthenticated).
- Preconditions: None.
admin-post.phptriggers theadmin_inithook even for unauthenticated users.
3. Code Flow
- The plugin's
AdminNotices::register()function (ininc/Services/AdminNotices.php) hooks thedismiss()method toadmin_init. - When a request is made to
/wp-admin/admin-post.php, WordPress initializes the admin environment and fires the
Check if your site is affected.
Run a free security audit to detect vulnerable plugins, outdated versions, and misconfigurations.