Description
Fireshare facilitates self-hosted media and link sharing. Prior to version 1.5.3, the fix for CVE-2026-33645 was applied to the authenticated /api/uploadChunked endpoint but was not applied to the unauthenticated /api/uploadChunked/public endpoint in the same file (app/server/fireshare/api.py). An unauthenticated attacker can exploit the checkSum parameter to write arbitrary files with attacker-controlled content to any writable path on the server filesystem. This issue has been patched in version 1.5.3.
Published: 2026-04-02
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Arbitrary File Write
Action: Immediate Patch
AI Analysis

Impact

Fireshare includes an unauthenticated endpoint at /api/uploadChunked/public that, due to improper validation of the checkSum parameter, allows an attacker to supply an arbitrary file path. This flaw is a classic path‑traversal weakness (CWE‑22) that enables the creation or overwrite of any file the web server process can write to, thereby facilitating arbitrary file write. An attacker can place malicious scripts, alter configuration files, or replace application assets, potentially leading to remote code execution or significant data integrity violations.

Affected Systems

The vulnerability affects Fireshare deployments built by ShaneIsrael running any version earlier than 1.5.3. Versions 1.5.3 and later include the patch that disables the vulnerable behavior for the public upload endpoint.

Risk and Exploitability

The CVSS base score of 9.1 reflects a highly severe risk. Exploitation requires no authentication and only a simple HTTP request to the exposed public endpoint, making the attack straightforward for any network‑reachable attacker. While EPSS data is not available, the absence of a CISA KEV listing does not reduce the potential impact. If the attacker can reach the API, the ability to write arbitrary files poses a severe threat to confidentiality, integrity, and availability of the affected system.

Generated by OpenCVE AI on April 2, 2026 at 22:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Fireshare to version 1.5.3 or later.
  • Restrict access to the /api/uploadChunked/public endpoint by configuring a firewall or reverse proxy to require authentication.
  • Set restrictive filesystem permissions on the Fireshare service so it can only write to intended directories.

Generated by OpenCVE AI on April 2, 2026 at 22:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 03 Apr 2026 20:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:shaneisrael:fireshare:*:*:*:*:*:*:*:*

Fri, 03 Apr 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Shaneisrael
Shaneisrael fireshare
Vendors & Products Shaneisrael
Shaneisrael fireshare

Thu, 02 Apr 2026 20:30:00 +0000

Type Values Removed Values Added
Description Fireshare facilitates self-hosted media and link sharing. Prior to version 1.5.3, the fix for CVE-2026-33645 was applied to the authenticated /api/uploadChunked endpoint but was not applied to the unauthenticated /api/uploadChunked/public endpoint in the same file (app/server/fireshare/api.py). An unauthenticated attacker can exploit the checkSum parameter to write arbitrary files with attacker-controlled content to any writable path on the server filesystem. This issue has been patched in version 1.5.3.
Title Unauthenticated Path Traversal Arbitrary File Write in /api/uploadChunked/public
Weaknesses CWE-22
References
Metrics cvssV3_1

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

ssvc

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


Subscriptions

Shaneisrael Fireshare
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-04-02T19:15:43.377Z

Reserved: 2026-03-30T19:17:10.224Z

Link: CVE-2026-34745

cve-icon Vulnrichment

Updated: 2026-04-02T19:15:39.896Z

cve-icon NVD

Status : Analyzed

Published: 2026-04-02T19:21:33.340

Modified: 2026-04-03T19:50:08.803

Link: CVE-2026-34745

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-03T09:16:37Z

Weaknesses