CVE-2016-3070
HighThe trace_writeback_dirty_page implementation in include/trace/events/writeback.h in the Linux kernel before 4.4 improperly interacts with mm/migrate.c, which allows local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact by triggering a certain page move.
CVSS 3.0 score
7.8
CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness type
CWE-476CVE-2016-3070 is a NULL Pointer Dereference vulnerability
What is NULL Pointer Dereference?
The product dereferences a pointer that it expects to be valid but is NULL, typically causing a crash. Learn more on MITRE CWE
References
The following references provide additional information about CVE-2016-3070 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-3607
-
Securityfocushttp://www.securityfocus.com/bid/90518
-
Ubuntu Securityhttp://www.ubuntu.com/usn/USN-3034-1
-
Ubuntu Securityhttp://www.ubuntu.com/usn/USN-3034-2
-
Ubuntu Securityhttp://www.ubuntu.com/usn/USN-3035-1
-
Ubuntu Securityhttp://www.ubuntu.com/usn/USN-3035-2
-
Ubuntu Securityhttp://www.ubuntu.com/usn/USN-3035-3
-
Ubuntu Securityhttp://www.ubuntu.com/usn/USN-3036-1
-
Ubuntu Securityhttp://www.ubuntu.com/usn/USN-3037-1
-
Issue Tracking
-
Debian Securityhttps://security-tracker.debian.org/tracker/CVE-2016-3070Third Party Advisory
-
PatchKernel patch commithttp://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=42cb14b110a5698ccf26ce59c4441722605a3743
-
PatchKernel patch commithttps://github.com/torvalds/linux/commit/42cb14b110a5698ccf26ce59c4441722605a3743
Frequently asked questions
-
What is CVE-2016-3070?
CVE-2016-3070 is a High severity Linux kernel vulnerability with a CVSS score of 7.8 out of 10 , classified as a NULL Pointer Dereference flaw (CWE-476) . CVE-2016-3070 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2016-3070?
CVE-2016-3070 has a CVSS score of 7.8 out of 10, rated High severity (CVSS 3.0). The vector string is
CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H. -
Is there a patch available for CVE-2016-3070?
No patch is currently available for CVE-2016-3070. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2016-3070 actively exploited?
No — CVE-2016-3070 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is NULL Pointer Dereference (CWE-476)?
The product dereferences a pointer that it expects to be valid but is NULL, typically causing a crash. View CWE-476 on MITRE CWE →