Description
Control Web Panel before 0.9.8.1225 contains a blind SQL injection vulnerability that allows unauthenticated remote attackers to execute arbitrary SQL queries by submitting unsanitized input through the userRes POST parameter at the user endpoint. Attackers can exploit MySQL root privileges obtained via the injection to write arbitrary files using INTO DUMPFILE, enabling deployment of a PHP webshell to the web-accessible roundcube logs directory and achieving remote code execution as the cwpsvc account.
Published: 2026-07-01
Score: 9.3 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Control Web Panel before 0.9.8.1225 contains a blind SQL injection vulnerability (CWE‑89) that allows unauthenticated remote attackers to inject arbitrary SQL through the unsanitized userRes POST parameter at the /user endpoint. The attacker can gain MySQL root privileges via the injection, use INTO DUMPFILE to write arbitrary files, and deploy a PHP web shell into the publicly accessible roundcube logs directory. This gives the attacker remote code execution rights as the cwpsvc account and full compromise of confidentiality, integrity, and availability.

Affected Systems

Control Web Panel versions earlier than 0.9.8.1225 installed on any server exposing the web UI are affected. The vulnerability exists in all installations that include the default /user endpoint; any network accessible to untrusted actors could be targeted.

Risk and Exploitability

The CVSS base score of 9.3 signals critical severity. EPSS is not available, but the absence of a KEV listing does not lessen the risk; the flaw permits code deployment without authentication. The likely attack path involves sending a crafted POST request to /user, leveraging the hidden injection to write a malicious PHP file via INTO DUMPFILE, and tunneling remote command execution once the file is served by the web server. Because exploitation requires only network connectivity to the web server, attackers could perform the attack from anywhere on the internet without privilege escalation.

Generated by OpenCVE AI on July 1, 2026 at 21:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch by upgrading to Control Web Panel 0.9.8.1225 or later, which removes the unsanitized userRes parameter processing.
  • Restrict access to the /user endpoint by enforcing authentication or limiting the source IPs of traffic to trusted administrators.
  • Scan the publicly accessible directories, especially the roundcube logs folder, for any unauthorized PHP files or web shells and delete them.

Generated by OpenCVE AI on July 1, 2026 at 21:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 01 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
First Time appeared Control Web Panel
Control Web Panel control Web Panel
Vendors & Products Control Web Panel
Control Web Panel control Web Panel

Wed, 01 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 01 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description Control Web Panel before 0.9.8.1225 contains a blind SQL injection vulnerability that allows unauthenticated remote attackers to execute arbitrary SQL queries by submitting unsanitized input through the userRes POST parameter at the user endpoint. Attackers can exploit MySQL root privileges obtained via the injection to write arbitrary files using INTO DUMPFILE, enabling deployment of a PHP webshell to the web-accessible roundcube logs directory and achieving remote code execution as the cwpsvc account.
Title Control Web Panel < 0.9.8.1225 Blind SQL Injection via userRes Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Control Web Panel Control Web Panel
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-01T15:53:01.338Z

Reserved: 2026-06-24T15:58:58.537Z

Link: CVE-2026-57517

cve-icon Vulnrichment

Updated: 2026-07-01T15:52:46.043Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-01T23:15:04Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')