CVE-2026-11576
Received
Received - Intake
HTTP Server PUT Error Handling Flaw in Eclipse ThreadX NetX Duo
Publication date: 2026-06-19
Last updated on: 2026-06-19
Assigner: Eclipse Foundation
Description
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 Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| eclipse | threadx | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-459 | The product does not properly "clean up" and remove temporary or supporting resources after they have been used. |
| CWE-908 | The product uses or accesses a resource that has not been initialized. |
| CWE-415 | The product calls free() twice on the same memory address. |