CVE-2025-67888
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedAn issue was discovered in Control Web Panel (CWP) before 0.9.8.1209. User input passed via the "key" GET parameter to /admin/index.php (when the "api" parameter is set) is not properly sanitized before being used to execute OS commands. This can be exploited by unauthenticated attackers to inject and execute arbitrary OS commands with the privileges of root on the web server. Softaculous or SitePad must be present.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceCWP versions before 0.9.8.1208 contain an OS command injection vulnerability in /admin/index.php. The 'key' GET parameter is not sanitized when the 'api' parameter is present, allowing unauthenticated attackers to execute arbitrary OS commands as root. The vulnerability is only exploitable when Softaculous or SitePad is installed.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify CWP installation and versionCheck for CWP by looking for its control panel files or running: cat /usr/local/cwpsrv/version 2>/dev/null || rpm -qa | grep -i cwpAffected if CWP is installed and version is lower than 0.9.8.1208 (e.g., 0.9.8.1207 or earlier)
-
Verify Softaculous or SitePad is installedCheck for Softaculous: ls /usr/local/cwpsrv/var/services/softaculous 2>/dev/null; Check for SitePad: ls /usr/local/cwpsrv/var/services/sitedpad 2>/dev/null; Or check via CWP admin panel under 'Plugins' or 'Applications'Affected if Either Softaculous or SitePad is installed on the server (this is required for the exploit to work)
-
Confirm /admin/index.php is network accessibleVerify the CWP admin interface is exposed: curl -s -I https://YOUR_SERVER_IP:2087/admin/index.php 2>/dev/null | head -5; Check if firewall allows port 2087 (or 2086) from untrusted networksAffected if The /admin/index.php endpoint is reachable from the network where attackers could send requests (unauthenticated access is possible)
-
Check for suspicious activity in admin access logsReview /usr/local/cwpsrv/logs/access_log or /var/log/httpd/access_log for unusual requests to /admin/index.php with 'api' and 'key' parameters; Example: grep 'admin/index.php.*api.*key' /usr/local/cwpsrv/logs/access_logAffected if There are log entries showing requests to /admin/index.php with 'api' and 'key' parameters that you did not initiate
You are affected if CWP version is below 0.9.8.1208 AND Softaculous or SitePad is installed AND the admin interface is network-accessible, putting you at risk of unauthenticated root command injection.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade CWP to version 0.9.8.1209 or later. As an interim control, restrict network access to /admin/index.php and disable or remove Softaculous/SitePad if not required.
CWP version 0.9.8.1209 or later
- 1. Verify the current CWP version by checking the admin panel or running: cwpctl version
- 2. Confirm that Softaculous or SitePad is installed (this is a prerequisite for the vulnerability)
- 3. Backup all critical data and configurations before performing the upgrade
- 4. Update CWP to version 0.9.8.1209 or later using the official update mechanism: cwpctl update or through the admin panel
- 5. After update, verify the new version is 0.9.8.1209 or higher using: cwpctl version
- 6. Test that the /admin/index.php API functionality works correctly post-update
- 7. Review CWP logs to ensure no unauthorized access occurred during the update window
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-67888 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-67888 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data