CVE-2013-1763: Input Validation
Array index error in the sockdiagrcvmsg function in net/core/sockdiag.c in the Linux kernel before 3.7.10 allows local users to gain privileges via a large family value in a Netlink message.
Other sources
Description: An unprivileged user can send a netlink message resulting in an out-of-bounds access of the sockdiaghandlers[] array which, in turn, allows userland to take over control while in kernel mode.
References: http://seclists.org/oss-sec/2013/q1/420 http://thread.gmane.org/gmane.linux.network/260061
Upstream fix: http://thread.gmane.org/gmane.linux.network/260061
— Red Hat
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2013-1763?
CVE-2013-1763 has been rated as a high severity vulnerability due to its potential to allow local users to gain elevated privileges on affected systems.
How do I fix CVE-2013-1763?
To fix CVE-2013-1763, upgrade the Linux kernel to version 3.7.10 or later, as this version addresses the vulnerability.
Which Linux kernel versions are affected by CVE-2013-1763?
CVE-2013-1763 affects Linux kernel versions prior to 3.7.10, as well as certain versions including 3.0-3.6.
What is the nature of the vulnerability in CVE-2013-1763?
CVE-2013-1763 is an array index error in the __sock_diag_rcv_msg function, leading to out-of-bounds memory access.
Can unprivileged users exploit CVE-2013-1763?
Yes, unprivileged users can exploit CVE-2013-1763 to send a malicious Netlink message that results in privilege escalation.