CVE-2026-95830

6.3

theRealSain · Pixtream

A vulnerability in theRealSain Pixtream allows authenticated attackers to bypass file type validation in post_upload.php and upload arbitrary files, leading to remote code execution.

Executive summary

An unrestricted file upload vulnerability in theRealSain Pixtream allows authenticated attackers to execute arbitrary code on the server, posing a critical threat to system integrity.

Vulnerability

The application fails to perform rigorous server-side validation of uploaded files in the post_upload.php script. By manipulating the Content-Type header during the upload of the media argument, an authenticated attacker can bypass security filters to upload malicious scripts, such as web shells, resulting in remote code execution.

Business impact

Successful exploitation of this vulnerability allows an attacker to achieve full remote code execution on the underlying server. This enables unauthorized actors to deploy backdoors, steal sensitive business data, and disrupt critical operations. While the CVSS score is 6.3, the potential for total system compromise through arbitrary code execution necessitates immediate attention.

Remediation

Immediate Action: As no official patch is currently available, administrators should restrict access to the upload functionality or implement strict server-side file type and content validation to ensure only permitted file formats are accepted.

Proactive Monitoring: Review web server logs for suspicious POST requests directed at post_upload.php and monitor the file system for the presence of unauthorized executable scripts in upload directories.

Compensating Controls: Deploy a Web Application Firewall (WAF) configured to inspect file upload requests and block non-image MIME types or files containing suspicious code signatures.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists as detailed in the referenced GitHub security issue.

Analyst recommendation

Given the availability of a public proof-of-concept and the high impact of remote code execution, this vulnerability should be treated with high priority. Organizations using Pixtream must implement immediate compensating controls to prevent arbitrary file uploads, as the vendor has not provided an official patch to remediate this flaw.

History

  1. Analyst report written

Sources

Originally found and disclosed by yingxiujie (VulDB User), with VulDB CNA Team (coordinator), per the CVE Program record.