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
Published: 2026-07-14
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A Cross‑Site Request Forgery flaw (CWE‑352) exists in the uploadPutHandler function of the Andreimarcu Linux‑Server application. The vulnerability allows a remote attacker to forge a request that the server accepts as if it came from an authenticated user, thereby enabling arbitrary code execution within the server process. This breach can compromise the confidentiality, integrity, and availability of the host system.

Affected Systems

Andreimarcu Linux‑Server (GitHub project) versions 1.0 through 2.3.8 are vulnerable. Versions beyond 2.3.8 are unverified, so the impact of newer releases is unknown.

Risk and Exploitability

The CVSS score of 7.5 indicates high severity, while the EPSS score of less than 1% suggests that exploitation is unlikely at present. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is remote: an attacker can trigger the vulnerable endpoint from an arbitrary origin, bypassing CSRF checks and executing arbitrary code without requiring user authentication. Given the minimal prerequisites, exposed instances face an elevated risk.

Generated by OpenCVE AI on July 31, 2026 at 11:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest patched release of Andreimarcu Linux‑Server that removes the CSRF flaw in uploadPutHandler.
  • If an update is not immediately available, add a mandatory CSRF token to all state‑changing routes and validate it before processing requests to the upload endpoint.
  • Limit access to the upload handler by requiring user authentication or restricting the endpoint to trusted IP ranges via firewall or reverse‑proxy rules.
  • Ensure that only acceptable file types are processed and that file contents are sanitized to prevent unintended code execution.

Generated by OpenCVE AI on July 31, 2026 at 11:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 31 Jul 2026 11:30:00 +0000

Type Values Removed Values Added
Title CSRF in Andreimarcu Linux‑Server Enables Remote Code Execution

Tue, 28 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Title Cross‑Site Request Forgery in uploadPutHandler Enables Remote Code Execution in Andreimarcu Linux‑Server

Thu, 23 Jul 2026 04:00:00 +0000

Type Values Removed Values Added
Title Cross‑Site Request Forgery in uploadPutHandler Enables Remote Code Execution in Andreimarcu Linux‑Server

Fri, 17 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
Title Remote Code Execution via CSRF in Andreimarcu Linux‑Server uploadPUTHandler

Thu, 16 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
Title Remote Code Execution via CSRF in Andreimarcu Linux‑Server uploadPUTHandler

Wed, 15 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-352
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 14 Jul 2026 21:15:00 +0000

Type Values Removed Values Added
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
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-15T14:38:12.184Z

Reserved: 2026-06-08T00:00:00.000Z

Link: CVE-2026-52100

cve-icon Vulnrichment

Updated: 2026-07-15T14:38:00.443Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T11:15:05Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)