CVE-2026-6249

8.8

Vvveb · Vvveb CMS

Vvveb CMS 1.0.8.2 contains a remote code execution vulnerability in the media upload handler, allowing authenticated users to upload and execute arbitrary PHP webshells.

Executive summary

Vvveb CMS 1.0.8.2 is susceptible to remote code execution due to improper validation of file extensions in the media upload handler, which can lead to a full server compromise.

Vulnerability

This vulnerability is a result of unrestricted file upload (CWE-434) where the system fails to properly restrict dangerous file types. An authenticated attacker can bypass the extension deny-list to upload a malicious .phtml file, which can then be executed by accessing the file through a web browser.

Business impact

The ability to execute arbitrary operating system commands poses a severe risk to the confidentiality, integrity, and availability of the host server. Given the CVSS score of 8.8, this is a high-severity issue that could allow an attacker to gain full control over the application environment, exfiltrate sensitive data, or pivot into the internal network.

Remediation

Immediate Action: Apply the vendor-provided patch by pulling the fix from the official repository commit 23ac0e8c758d80f3c4d9224763c8b2359648270e.

Proactive Monitoring: Audit the media upload directory for any unexpected files with executable extensions such as .php, .phtml, or .phar and monitor access logs for requests to these suspicious files.

Compensating Controls: Implement a Web Application Firewall rule to block uploads containing .phtml extensions and restrict access to the media directory to prevent the direct execution of uploaded scripts.

Exploitation status

Public Exploit Available: No (Exploit available is unknown based on available data).

Analyst recommendation

Organizations running Vvveb CMS version 1.0.8.2 must prioritize updating their installation to the patched version immediately. Because this vulnerability allows for trivial remote code execution, failing to patch exposes the system to complete compromise. If an immediate update is not feasible, administrators should restrict access to the media upload functionality to trusted users only and implement strict server-side file execution policies.

More Vvveb CVEs

Sources

Originally found and disclosed by Mohammed EL OUARDANI, per the CVE Program record.