CVE-2026-52100 Details
Description
Cross Site Request Forgery vulnerability in andreimarcu linux-server v.1.0 through v.2.3.8 allows a remote attacker to execute arbitrary code via the uploadPutHandler function
A Cross-Site Request Forgery (CSRF) vulnerability has been identified in Linx-Server versions 1.0 through 2.3.8. The issue arises because the PUT upload handler does not implement the same origin validation as the POST handler, allowing remote attackers to upload files without proper referrer checks. This vulnerability could be exploited to execute arbitrary code by uploading malicious files that are then processed by the server.
To address this vulnerability, the Linx-Server maintainer should apply the same origin checks to the PUT upload handler, validate the Origin and Referer headers consistently across all methods that change server state, and consider implementing CSRF tokens for operations that modify server state.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 14, 2026CISA-ADP
Assessed Jul 15, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/nk7667/-linx-server-vulnerability-report/blob/main/CVE-2026-52100.md | CISA-ADP | ExploitTechnical Analysis |
| https://github.com/andreimarcu/linx-server | [email protected] | ProductSource CodeVendor |
| https://github.com/nk7667/-linx-server-vulnerability-report/blob/main/CVE-2026-52100.md | [email protected] | ExploitTechnical Analysis |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-352 | Cross-Site Request Forgery (CSRF) | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| andreimarcu linx-server | >= 1.0, <= 2.3.8 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 15, 2026 | CVE Modified | CISA-ADP |
| Jul 14, 2026 | New CVE Received | [email protected] |
Volerion