You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
dup handle
About this tag
The tag 'dup handle' on WindowsForum.com covers discussions about handle duplication bugs in software libraries, with a primary focus on the libcurl CVE-2023-38546 vulnerability. This security issue involves a flaw in libcurl's handle-duplication logic that could allow an attacker to plant cookies into a running process under specific conditions. The bug was rated low severity by the curl project and was fixed in version 8.4.0. The tag content explores how API semantics, file-system assumptions, and library embedding can combine to create unexpected behavior affecting real-world applications. It serves as an instructive example for developers and IT professionals interested in software security, patching, and the nuances of library implementation.
A subtle bug in libcurl’s handle-duplication logic can let an attacker plant cookies into a running process under a narrow set of conditions — a reliability bug that turned into a security issue and was assigned CVE‑2023‑38546. The flaw is small in scope, rated low severity by the curl project...