PT-2026-51721 · Linux · Linux

Published

2026-06-24

·

Updated

2026-06-24

·

CVE-2026-52928

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
af unix: Reject SIOCATMARK on non-stream sockets
SIOCATMARK reports whether the receive queue is at the urgent mark for MSG OOB.
In AF UNIX, MSG OOB is supported only for SOCK STREAM sockets. SOCK DGRAM and SOCK SEQPACKET reject MSG OOB in sendmsg() and recvmsg(), so they should not support SIOCATMARK either.
Return -EOPNOTSUPP for non-stream sockets before checking the receive queue.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-52928

Affected Products

Linux