CVE-2026-95830
Received Received - Intake

Unrestricted File Upload in Pixtream

Vulnerability report for CVE-2026-95830, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-23

Last updated on: 2026-09-23

Assigner: VulDB

Description

A security flaw has been discovered in theRealSain Pixtream up to 866afd4f0cea812b918780fb74b67dccf8c4d6a0. This issue affects some unknown processing of the file /post_upload.php. The manipulation of the argument media results in unrestricted upload. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks. This product does not use versioning. This is why information about affected and unaffected releases are unavailable. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-23
Last Modified
2026-09-23
Generated
2026-09-23
AI Q&A
2026-09-23
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
therealsain pixtream to 866afd4f0cea812b918780fb74b67dccf8c4d6a0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.
CWE-434 The product allows the upload or transfer of dangerous file types that are automatically processed within its environment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-95830 is an arbitrary file upload vulnerability in the Pixtream software's post_upload.php file. Attackers can bypass security checks by modifying the Content-Type header to upload malicious files, such as webshells, disguised as images. The software only verifies user login and checks file types against a limited list but lacks robust validation.

Detection Guidance

Check for unusual file uploads in the /post_upload.php endpoint. Monitor for files with mismatched extensions and Content-Type headers, such as PHP files uploaded with an image/jpeg header. Inspect server logs for POST requests to /post_upload.php with unexpected file types.

Impact Analysis

This vulnerability allows attackers to upload malicious files like PHP webshells, leading to remote code execution and full server control. It can result in unauthorized access, data theft, or disruption of business operations. Attackers may steal sensitive data or use the server for further attacks.

Mitigation Strategies

Disable file uploads in Pixtream if not required. Implement strict file type validation, rejecting uploads that do not match the actual file content. Use server-side checks to verify file types and block executable scripts. Restrict write permissions on the upload directory to prevent malicious file execution.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-95830. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart