CVE-2025-66431

7.8 HIGH

📋 TL;DR

This vulnerability allows authenticated Plesk users with domain management permissions to execute arbitrary code with root privileges during domain creation. It affects WebPros Plesk installations on Linux where users have 'Create and manage sites' with 'Domains management' and 'Subdomains management' permissions.

💻 Affected Systems

Products:
  • WebPros Plesk
Versions: Plesk before 18.0.73.5 and 18.0.74 before 18.0.74.2
Operating Systems: Linux
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects Linux installations. Requires authenticated user with specific domain management permissions.

⚠️ 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

An authenticated malicious user gains full root access to the server, allowing complete system compromise, data theft, and lateral movement.

🟠

Likely Case

Privileged Plesk users exploit the vulnerability to escalate privileges to root and execute arbitrary commands on the server.

🟢

If Mitigated

With proper access controls limiting domain management permissions, the attack surface is reduced to only trusted administrators.

🌐 Internet-Facing: HIGH
🏢 Internal Only: HIGH

🎯 Exploit Status

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

Exploitation requires authenticated access with specific permissions, but the vulnerability itself appears straightforward based on the description.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 18.0.73.5 or 18.0.74.2

Vendor Advisory: https://support.plesk.com/hc/en-us/articles/36494997377687--CVE-2025-66431-Security-vulnerability-in-domain-creation-mechanism-allows-Plesk-users-to-execute-arbitrary-code-on-behalf-of-root

Restart Required: Yes

Instructions:

1. Backup your Plesk configuration and data. 2. Update Plesk to version 18.0.73.5 or 18.0.74.2 via the Plesk updater or command line. 3. Restart Plesk services after update.

🔧 Temporary Workarounds

Restrict Domain Management Permissions

linux

Temporarily remove 'Domains management' and 'Subdomains management' permissions from non-administrative users until patching is complete.

🧯 If You Can't Patch

  • Immediately audit and restrict domain management permissions to only essential administrative users
  • Implement network segmentation to isolate Plesk servers and monitor for suspicious domain creation activities

🔍 How to Verify

Check if Vulnerable:

Check Plesk version via command line: plesk version. If version is earlier than 18.0.73.5 or between 18.0.74 and 18.0.74.2, the system is vulnerable.

Check Version:

plesk version

Verify Fix Applied:

After update, verify version is 18.0.73.5 or 18.0.74.2 or later using plesk version command.

📡 Detection & Monitoring

Log Indicators:

  • Unusual domain creation patterns by non-administrative users
  • Suspicious command execution in Plesk logs during domain operations

Network Indicators:

  • Unexpected outbound connections from Plesk server following domain creation

SIEM Query:

source="plesk" AND (event="domain_create" OR event="subdomain_create") AND user!="admin"

🔗 References

📤 Share & Export