3 matches found
CVE-2026-45887
In the Linux kernel, the following vulnerability has been resolved: afunix: Fix memleak of newsk in unixstreamconnect. When preparepeercred fails in unixstreamconnect, unixreleasesock is not called for newsk, and the memory is leaked. Let's move preparepeercred before unixcreate1...
CVE-2026-45887
In the Linux kernel af_unix code, the vulnerability relates to a memleak of the new socket (newsk) in unix_stream_connect(). If prepare_peercred() fails during unix_stream_connect(), unix_release_sock() is not called for the newsk, causing a memory leak. The fix moves prepare_peercred() before un...
PT-2026-43754
In the Linux kernel, the following vulnerability has been resolved: af unix: Fix memleak of newsk in unix stream connect. When prepare peercred fails in unix stream connect, unix release sock is not called for newsk, and the memory is leaked. Let's move prepare peercred before unix create1...