An open API service providing security vulnerability metadata for many open source software ecosystems.

GSA_kwCzR0hTQS04OHFoLWNwaHYtOTk2Y84ABR-b

Critical CVSS: 9.5

FUXA Unauthenticated Remote Code Execution via Arbitrary File Write in Upload API

Affected Packages Affected Versions Fixed Versions
npm:fuxa-server
PURL: pkg:npm/fuxa-server
<= 1.2.9 1.2.10
0 Dependent packages
0 Dependent repositories
42 Downloads last month

Affected Version Ranges

All affected versions

1.1.14-1243

All unaffected versions

Summary

Description
A path traversal vulnerability in FUXA allows an unauthenticated, remote attacker to write arbitrary files to arbitrary locations on the server filesystem. This affects FUXA through version 1.2.9. This issue has been patched in FUXA version 1.2.10.

Impact

This affects all deployments, including those with runtime.settings.secureEnabled set to true.

Exploitation allows an unauthenticated, remote attacker to overwrite application and system files. If the attacker can overwrite application code, startup scripts, or configuration files that are later executed/loaded, RCE is likely. Depending on deployment configuration and permissions, this may lead to full system compromise and could further expose connected ICS/SCADA environments to follow-on actions.

Patches

This issue has been patched in FUXA version 1.2.10. Users are strongly encouraged to update to the latest available release.

Notes

GitHub stated this vulnerability is identical to CVE-2025-69981, which was published against the repository out of band before coordinated disclosure concluded. CVE-2025-69981 describes a "CWE-434: Unrestricted Upload of File with Dangerous Type" vulnerability. While a CWE-434 is present, it was an unsafe, intended feature of the application that has been locked behind authentication. This report describes a "CWE-35: Path Traversal" that enables an arbitrary file write.

References: