CVE-2013-6383: Medium severity Linux Linux kernel vulnerability
Last updated 24 July 2024
Other sources
Linux kernel built with the Adaptec RAID controller support(CONFIGSCSIAACRAID) along with the compat mode(CONFIGCOMPAT), is vulnerable due to a missing capability check in a compat ioctl routine. This could lead to undue usage of restricted operations by users.
A user/program could use this flaw to perform protected operations via compat ioctl route.
Upstream fix: ------------- -> https://git.kernel.org/linus/f856567b930dfcdbc3323261bf77240ccdde01f5
Reference: ---------- -> https://secunia.com/advisories/55562/
— Red Hat
The aaccompatioctl function in drivers/scsi/aacraid/linit.c in the Linux kernel before 3.11.8 does not require the CAPSYSRAWIO capability, which allows local users to bypass intended access restrictions via a crafted ioctl call.
— Launchpad
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
debian/linuxto a version that resolves this vulnerability.Fixed in 5.10.223-1Fixed in 5.10.234-1Fixed in 6.1.129-1Fixed in 6.1.135-1Fixed in 6.12.25-1Fixed in 6.12.27-1 - Upgrade
Upgrade
Linux kernelto a version that resolves this vulnerability.Fixed in 3.11.8 - Configuration
If you enable Linux kernel compat mode (CONFIG_COMPAT), ensure the related aacraid compat ioctl capability check is fixed by upgrading the Linux kernel to 3.11.8 or later; otherwise the compat ioctl routine in drivers/scsi/aacraid/linit.c can bypass intended access restrictions.
Linux kernel (CONFIG_COMPAT) CONFIG_COMPAT = enabled/disabled (not specified)
Event History
Frequently Asked Questions
What is the severity of CVE-2013-6383?
CVE-2013-6383 is rated as having a moderate severity due to the potential for unauthorized access to restricted operations.
How do I fix CVE-2013-6383?
To fix CVE-2013-6383, you should upgrade your Linux kernel to a version that includes the security patches addressing this vulnerability.
What versions of Linux Kernel are affected by CVE-2013-6383?
CVE-2013-6383 affects Linux kernel versions between 2.6.12 and 3.11.6, including various release candidates.
Is CVE-2013-6383 a remote or local vulnerability?
CVE-2013-6383 is considered a local vulnerability, allowing affected users to perform restricted operations.
What is the cause of CVE-2013-6383?
CVE-2013-6383 is caused by a missing capability check in a compat ioctl routine in the Linux kernel.