Vulnerability Description
A flaw was found in the Linux Kernel. The tun/tap sockets have their socket UID hardcoded to 0 due to a type confusion in their initialization function. While it will be often correct, as tuntap devices require CAP_NET_ADMIN, it may not always be the case, e.g., a non-root user only having that capability. This would make tun/tap sockets being incorrectly treated in filtering/routing decisions, possibly bypassing network filters.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | - |
Related Weaknesses (CWE)
References
- https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=6Mailing ListPatch
- https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=aMailing ListPatch
- https://lists.debian.org/debian-lts-announce/2023/05/msg00005.html
- https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=6Mailing ListPatch
- https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=aMailing ListPatch
- https://lists.debian.org/debian-lts-announce/2023/05/msg00005.html
FAQ
What is CVE-2023-1076?
CVE-2023-1076 is a vulnerability with a CVSS score of 5.5 (MEDIUM). A flaw was found in the Linux Kernel. The tun/tap sockets have their socket UID hardcoded to 0 due to a type confusion in their initialization function. While it will be often correct, as tuntap devic...
How severe is CVE-2023-1076?
CVE-2023-1076 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-1076?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.