CVE-2025-11003

6.4 MEDIUM

📋 TL;DR

The UiPress Lite WordPress plugin has an authorization vulnerability that allows authenticated users with Subscriber-level access or higher to save templates containing custom JavaScript. This enables attackers to inject malicious scripts into WordPress admin interfaces. All WordPress sites using UiPress Lite version 3.5.08 or earlier are affected.

💻 Affected Systems

Products:
  • UiPress Lite WordPress plugin
Versions: All versions up to and including 3.5.08
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with UiPress Lite plugin enabled and at least one user with Subscriber role or higher.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could inject persistent JavaScript payloads that steal admin credentials, redirect users to malicious sites, or perform administrative actions when logged-in users view affected pages.

🟠

Likely Case

Attackers with subscriber accounts inject JavaScript that creates backdoors, steals session cookies, or modifies site content when administrators view templates.

🟢

If Mitigated

With proper user role management and plugin updates, impact is limited to authorized template modifications only.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires authenticated access but is straightforward once an attacker obtains subscriber credentials.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.5.09 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3209200%40uipress-lite%2Ftrunk&old=3209199%40uipress-lite%2Ftrunk&sfp_email=&sfph_mail=

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find UiPress Lite and click 'Update Now'. 4. Verify plugin version is 3.5.09 or higher.

🔧 Temporary Workarounds

Disable UiPress Lite plugin

all

Temporarily deactivate the vulnerable plugin until patched

wp plugin deactivate uipress-lite

Restrict user registration

all

Prevent new user registrations to limit attack surface

wp option update users_can_register 0

🧯 If You Can't Patch

  • Remove Subscriber role from all non-essential users and implement least privilege access
  • Install web application firewall (WAF) rules to block JavaScript injection attempts in POST requests to uip_save_ui_template endpoint

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins > Installed Plugins for UiPress Lite version 3.5.08 or lower

Check Version:

wp plugin get uipress-lite --field=version

Verify Fix Applied:

Verify UiPress Lite version is 3.5.09 or higher in WordPress admin plugins page

📡 Detection & Monitoring

Log Indicators:

  • POST requests to /wp-admin/admin-ajax.php with action=uip_save_ui_template from non-admin users
  • Unusual template modifications in WordPress activity logs

Network Indicators:

  • HTTP POST requests containing JavaScript payloads to admin-ajax.php endpoint

SIEM Query:

source="wordpress.log" AND "uip_save_ui_template" AND user_role!="administrator"

🔗 References

📤 Share & Export