CVE-2026-11576

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:eclipse:threadx_netx_duo:*:*:*:*:*:*:*:*

History

02 Jul 2026, 20:04

Type Values Removed Values Added
CPE cpe:2.3:a:eclipse:threadx_netx_duo:*:*:*:*:*:*:*:*
First Time Eclipse threadx Netx Duo
Eclipse
References () https://gitlab.eclipse.org/security/cve-assignment/-/work_items/123 - () https://gitlab.eclipse.org/security/cve-assignment/-/work_items/123 - Broken Link

19 Jun 2026, 10:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-19 10:16

Updated : 2026-07-02 20:04


NVD link : CVE-2026-11576

Mitre link : CVE-2026-11576

CVE.ORG link : CVE-2026-11576


JSON object : View

Products Affected

eclipse

  • threadx_netx_duo
CWE
CWE-415

Double Free

CWE-459

Incomplete Cleanup

CWE-908

Use of Uninitialized Resource