PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-54732 elwerene CVE debrief

libreoffice-convert is a Node.js module for converting office documents to different formats. Prior to 1.8.2, index.js uses the caller-controlled options.fileName value in path.join(tempDir.name, fileName) without reducing it to a base name. A filename containing ../ can escape the temporary directory because path.basename() normalization is missing and write the supplied document buffer to an arbitrary path writable by the process, including an SSH authorized_keys file, a cron configuration, or a web root. This issue is fixed in version 1.8.2.

Vendor
elwerene
Product
libreoffice-convert
CVSS
MEDIUM 6.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-27
Original CVE updated
2026-09-09
Advisory published
2026-08-27
Advisory updated
2026-09-09

Who should care

Defenders responsible for Node.js applications using the libreoffice-convert module, especially those handling sensitive data or in high-security environments, should assess exposure and prioritize remediation.

Why it matters

CVE-2026-54732 is a medium-severity vulnerability in the libreoffice-convert Node.js module, allowing for potential unauthorized file writes due to a path traversal issue. Defenders should prioritize verifying and upgrading to version 1.8.2 or later, and restrict write access to sensitive directories.

  • Potential unauthorized file writes to sensitive directories
  • Possible elevation of privileges through cron configurations or SSH authorized_keys
  • Risk of data tampering or unauthorized access through web root modifications
  • Verification of version 1.8.2 or later is required for mitigation

Technical summary

The libreoffice-convert module for Node.js is vulnerable to a path traversal attack due to missing path.basename() normalization. This allows an attacker to write to arbitrary paths writable by the process, potentially leading to unauthorized file writes, elevation of privileges, or data tampering. The vulnerability is fixed in version 1.8.2, and defenders should prioritize verifying and upgrading to this version or later, while restricting write access to sensitive directories and monitoring for suspicious activity.

Defensive priority

Defenders should prioritize verifying and upgrading to version 1.8.2 or later, and restrict write access to sensitive directories.

Recommended defensive actions

  • Verify and upgrade to version 1.8.2 or later
  • Restrict write access to sensitive directories
  • Monitor for suspicious activity in temporary directories
  • 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, but do not specify versions affected beyond 1.8.2. The fix is confirmed in version 1.8.2. Defenders should verify the presence of version 1.8.2 or later in their environments, focusing on Node.js applications utilizing the libreoffice-convert module, especially those handling sensitive data or in high-security environments. Verification tasks include checking the module version, reviewing temporary directory configurations, and ensuring restricted write access to敏感目录.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-54732 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-54732

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-54732 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-54732

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

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.