PatchSiren cyber security CVE debrief
CVE-2026-54054 transmute-app CVE debrief
CVE-2026-54054 is a Server-Side Request Forgery (SSRF) vulnerability in Transmute, a free, open-source, self-hosted file conversion and compression tool. The vulnerability exists in the URL import endpoint, `POST /api/files/url`, which allows an authenticated user to cause the Transmute server to make HTTP requests to internal or cloud-local resources. This issue can result in full-read SSRF, allowing the retrieval of downloaded content through `GET /api/files/{id}`.
- Vendor
- transmute-app
- Product
- transmute
- CVSS
- MEDIUM 6.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-10
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-10
- Advisory updated
- 2026-09-11
Who should care
Defenders responsible for Transmute deployments, particularly those with authenticated users, should assess the potential impact of this vulnerability and apply the fix in version 1.3.0.
Why it matters
CVE-2026-54054 is a Server-Side Request Forgery (SSRF) vulnerability in Transmute that allows authenticated users to make HTTP requests to internal resources, potentially leading to full-read SSRF. Defenders should prioritize verifying exposure, assessing impact, and applying the fix.
- Potential SSRF attacks on internal resources.
- Possible retrieval of sensitive information through `GET /api/files/{id}`.
- Need for verification of exposure to internal resources.
- Priority for applying the fix in version 1.3.0.
Technical summary
The Transmute server's URL import endpoint, `POST /api/files/url`, is vulnerable to SSRF due to the lack of validation for user-supplied URLs. This allows an authenticated user to cause the server to make HTTP requests to internal or cloud-local resources, potentially leading to full-read SSRF. The vulnerability exists in versions prior to 1.3.0, and defenders should prioritize verifying exposure, assessing impact, and applying the fix. The issue can result in full-read SSRF, allowing the retrieval of downloaded content through `GET /api/files/{id}`.
Defensive priority
Defenders should prioritize verifying exposure to internal resources, assessing the impact of potential SSRF attacks, and applying the fix in version 1.3.0.
Recommended defensive actions
- Verify if the Transmute server is exposed to authenticated users and assess the potential impact of SSRF attacks on internal resources.
- Apply the fix in version 1.3.0 to prevent SSRF attacks.
- Monitor for potential abuse of the `POST /api/files/url` endpoint and implement compensating controls if necessary.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its existence in versions prior to 1.3.0 and the fix in version 1.3.0. However, the exact scope of affected deployments and potential impact on internal resources requires further verification.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-54054 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-54054
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-54054 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-54054
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/transmute-app/transmute/releases/tag/v1.3.0
-
Source reference
Unverified legacy reference
URL: https://github.com/transmute-app/transmute/security/advisories/GHSA-89m5-mvmx-7xrf
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.