CVE-2026-34745 Details
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.
A path traversal vulnerability has been identified in Fireshare versions prior to 1.5.3, specifically in the unauthenticated '/api/uploadChunked/public' endpoint. This vulnerability allows an unauthenticated attacker to exploit the 'checkSum' parameter to write arbitrary files with attacker-controlled content to any writable path on the server filesystem. The issue arises because the 'checkSum' parameter is used directly in file path construction without proper sanitization, enabling path traversal attacks. This vulnerability is particularly severe as it bypasses authentication requirements, allowing unauthorized access to file writing capabilities on the server.
Users are advised to update to Fireshare version 1.5.3 or later, where this vulnerability has been patched by applying proper input sanitization and path traversal guards to the public upload endpoint.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 2, 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/ShaneIsrael/fireshare/commit/b76915607924756e6fa1a5f6c8823c38d611fb24 | [email protected] | Patch |
| https://github.com/ShaneIsrael/fireshare/pull/520 | [email protected] | Issue TrackingPatch |
| https://github.com/ShaneIsrael/fireshare/releases/tag/v1.5.3 | [email protected] | Release Notes |
| https://github.com/ShaneIsrael/fireshare/security/advisories/GHSA-fvvp-rj8g-c7gc | [email protected] | ExploitMitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| shaneisrael fireshare | < 1.5.3 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 3, 2026 | Initial Analysis | [email protected] |
| Apr 2, 2026 | New CVE Received | [email protected] |