2 matches found
CVE-2026-45887 af_unix: Fix memleak of newsk in unix_stream_connect().
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...
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...