CVE-2016-0774
MediumThe (1) pipe_read and (2) pipe_write implementations in fs/pipe.c in a certain Linux kernel backport in the linux package before 3.2.73-2+deb7u3 on Debian wheezy and the kernel package before 3.10.0-229.26.2 on Red Hat Enterprise Linux (RHEL) 7.1 do not properly consider the side effects of failed __copy_to_user_inatomic and __copy_from_user_inatomic calls, which allows local users to cause a denial of service (system crash) or possibly gain privileges via a crafted application, aka an "I/O vector array overrun." NOTE: this vulnerability exists because of an incorrect fix for CVE-2015-1805.
CVSS 3.0 score
6.8
CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
Weakness type
CWE-20CVE-2016-0774 is a Improper Input Validation vulnerability
What is Improper Input Validation?
The product receives input but does not validate it correctly, allowing attackers to craft inputs that cause unexpected behavior. Learn more on MITRE CWE
References
The following references provide additional information about CVE-2016-0774 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Debian Securityhttp://www.debian.org/security/2016/dsa-3503
-
-
Securityfocushttp://www.securityfocus.com/bid/84126
-
Ubuntu Securityhttp://www.ubuntu.com/usn/USN-2967-1
-
Ubuntu Securityhttp://www.ubuntu.com/usn/USN-2967-2
-
Ubuntu Securityhttp://www.ubuntu.com/usn/USN-2968-1
-
Ubuntu Securityhttp://www.ubuntu.com/usn/USN-2968-2
-
-
Debian Securityhttps://security-tracker.debian.org/tracker/CVE-2016-0774
Frequently asked questions
-
What is CVE-2016-0774?
CVE-2016-0774 is a Medium severity Linux kernel vulnerability with a CVSS score of 6.8 out of 10 , classified as an Improper Input Validation flaw (CWE-20) . CVE-2016-0774 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2016-0774?
CVE-2016-0774 has a CVSS score of 6.8 out of 10, rated Medium severity (CVSS 3.0). The vector string is
CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H. -
Is there a patch available for CVE-2016-0774?
No patch is currently available for CVE-2016-0774. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2016-0774 actively exploited?
No — CVE-2016-0774 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Improper Input Validation (CWE-20)?
The product receives input but does not validate it correctly, allowing attackers to craft inputs that cause unexpected behavior. View CWE-20 on MITRE CWE →