Vulnerability Description
Fireshare facilitates self-hosted media and link sharing. Prior to version 1.6.16, two API endpoints that trigger outbound HTTP requests are missing the @login_required decorator. An unauthenticated attacker can call POST /api/test-discord-webhook or POST /api/test-webhook and cause the Fireshare server to issue an arbitrary HTTP POST to any URL the attacker supplies, including internal network addresses and cloud metadata services. No credentials, session cookies, or prior access are required. Version 1.6.16 contains a patch.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/ShaneIsrael/fireshare/commit/3d786848d2d27344d4cdecf1bd0d5429
- https://github.com/ShaneIsrael/fireshare/security/advisories/GHSA-w7j7-gv7f-gj92
- https://github.com/ShaneIsrael/fireshare/security/advisories/GHSA-w7j7-gv7f-gj92
FAQ
What is CVE-2026-54544?
CVE-2026-54544 is a vulnerability with a CVSS score of 7.2 (HIGH). Fireshare facilitates self-hosted media and link sharing. Prior to version 1.6.16, two API endpoints that trigger outbound HTTP requests are missing the @login_required decorator. An unauthenticated a...
How severe is CVE-2026-54544?
CVE-2026-54544 has been rated HIGH with a CVSS base score of 7.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-54544?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.