CVE-2026-40040

8.8

Pachno · Pachno

Pachno 1.0.6 contains an unrestricted file upload vulnerability that allows authenticated users to achieve remote code execution on the server via the /uploadfile endpoint.

Executive summary

An unrestricted file upload vulnerability in Pachno 1.0.6 allows authenticated attackers to execute arbitrary code on the host server, posing a high risk to system integrity.

Vulnerability

This is an unrestricted file upload flaw (CWE-434) located at the /uploadfile endpoint. Authenticated users can bypass extension filtering to upload executable scripts, such as .php5 files, to web-accessible directories.

Business impact

The ability to execute arbitrary code on the server represents a critical security compromise, as it grants an attacker full control over the application environment. With a CVSS score of 8.8, this vulnerability carries a high risk of data exfiltration, service disruption, and unauthorized lateral movement within the network.

Remediation

Immediate Action: Since a specific patch version is not currently listed, administrators should restrict access to the /uploadfile endpoint and implement strict server-side validation of all uploaded file types.

Proactive Monitoring: Review web server access logs for suspicious requests to the upload directory and monitor for the creation of unauthorized executable files.

Compensating Controls: Implement a Web Application Firewall (WAF) rule to block requests containing non-permitted file extensions or unexpected content types directed at the upload interface.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists as documented in the ZSL-2026-5982 research writeup.

Analyst recommendation

Given the potential for remote code execution, organizations should treat this vulnerability with high priority. Users must audit their environment for the presence of Pachno 1.0.6 and apply restrictive access controls to the vulnerable endpoint until a formal security update is provided by the vendor.

More Pachno CVEs

Sources

Originally found and disclosed by LiquidWorm as Gjoko Krstic of Zero Science Lab, per the CVE Program record.