Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-54337 – Unauthenticated Arbitrary File Write/Overwrite – Fireshare < 1.6.14

Be the first to know when new zero-days emerge:

Summary

CVE-2026-54337 is a critical argument injection vulnerability (CWE-88) in Fireshare, a self-hosted media and link sharing platform, affecting its public video upload function. The flaw allows unauthenticated attackers to inject arguments into a backend command invocation, resulting in arbitrary file write or overwrite on the underlying system. It carries a CVSS v3.1 score of 9.8 (Critical).

Technical details

  • Root cause: the upload handler sanitizes filenames with secure_filename(), which strips many special characters but does not remove spaces, and the accompanying folder parameter is only checked for forward slashes and .. sequences rather than being fully sanitized.
  • The uploaded file path is passed to an internal video-scan routine that builds a command line (e.g. fireshare scan-video --path=<save_path>); when this command string is later tokenized with a simple split operation, attacker-controlled spaces in the filename/folder values become additional, independently-interpreted arguments.
  • Attack vector: the unauthenticated /api/upload/public endpoint accepts multipart form data (file and folder fields); a crafted filename such as db.sqlite -select_streams v.mp4 combined with a crafted folder value such as testfolder -o data causes the underlying media-probing command to write/overwrite a file at an attacker-chosen path.
  • Impact: no authentication or user interaction is required (network attack vector, low complexity). An attacker can create or overwrite files reachable by the service account (typically limited to the app’s /data, /processed, /images, and /videos directories). Overwriting the application’s SQLite database file renders the service unusable, and arbitrary file write can also be leveraged for further compromise depending on file targets.

Affected software

  • Fireshare (ShaneIsrael/fireshare) — all versions prior to 1.6.14

Severity

  • CVSS v3.1 Base Score: 9.8 (Critical)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Mitigation and recommended actions

  • Immediate: Upgrade Fireshare to version 1.6.14 or later, which fixes the argument injection issue.
  • If immediate patching is not possible: restrict or disable public/unauthenticated upload functionality, place the application behind authentication or an access-controlled reverse proxy, and monitor/restrict outbound file-system writes from the application’s service account until the upgrade can be applied.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge