Vulnerability Description
The security fix for CVE-2025-0728 in eclipse-threadx NetX Duo refactors error handling in the HTTP server PUT process to use a shared cleanup label, but this unified cleanup path unconditionally calls fx_file_close() even when the file was never successfully opened. Multiple error branches jump to the shared cleanup label before any file open operation has occurred, causing fx_file_close() to operate on an uninitialized file handle, leading to undefined behavior, double-close issues, or memory corruption.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Eclipse | Threadx Netx Duo | >= 6.4.2, <= 6.5.0.202601 |
Related Weaknesses (CWE)
References
FAQ
What is CVE-2026-11576?
CVE-2026-11576 is a vulnerability with a CVSS score of 7.5 (HIGH). The security fix for CVE-2025-0728 in eclipse-threadx NetX Duo refactors error handling in the HTTP server PUT process to use a shared cleanup label, but this unified cleanup path unconditionally call...
How severe is CVE-2026-11576?
CVE-2026-11576 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-11576?
Check the references section above for vendor advisories and patch information. Affected products include: Eclipse Threadx Netx Duo.