CVE-2016-9555
CriticalThe sctp_sf_ootb function in net/sctp/sm_statefuns.c in the Linux kernel before 4.8.8 lacks chunk-length checking for the first chunk, which allows remote attackers to cause a denial of service (out-of-bounds slab access) or possibly have unspecified other impact via crafted SCTP data.
CVSS 3.1 score
9.8
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness type
CWE-125CVE-2016-9555 is a Out-of-bounds Read vulnerability
What is Out-of-bounds Read?
The product reads data past the end or before the beginning of the intended buffer. Learn more on MITRE CWE
References
The following references provide additional information about CVE-2016-9555 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
Mailing List Third Party Advisory
-
Mailing List Third Party Advisory
-
Mailing List Third Party Advisory
-
Mailing List Third Party Advisory
-
Mailing List Third Party Advisory
-
Mailing List Third Party Advisory
-
Mailing List Third Party Advisory
-
Mailing List Third Party Advisory
-
Mailing List Third Party Advisory
-
Mailing List Third Party Advisory
-
Third Party Advisory
-
Third Party Advisory
-
Third Party Advisory
-
Third Party Advisory
-
Release Notes Vendor Advisory
-
Mailing List Third Party Advisory
-
Securityfocushttp://www.securityfocus.com/bid/94479Third Party Advisory VDB Entry
-
Securitytrackerhttp://www.securitytracker.com/id/1037339Third Party Advisory VDB Entry
-
Third Party Advisory
-
Issue Tracking Third Party Advisory
-
-
PatchKernel patch commithttp://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=bf911e985d6bbaa328c20c3e05f4eb03de11fdd6
-
PatchKernel patch commithttps://github.com/torvalds/linux/commit/bf911e985d6bbaa328c20c3e05f4eb03de11fdd6
Frequently asked questions
-
What is CVE-2016-9555?
CVE-2016-9555 is a Critical severity Linux kernel vulnerability with a CVSS score of 9.8 out of 10 , classified as an Out-of-bounds Read flaw (CWE-125) . CVE-2016-9555 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2016-9555?
CVE-2016-9555 has a CVSS score of 9.8 out of 10, rated Critical severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H. -
Is there a patch available for CVE-2016-9555?
No patch is currently available for CVE-2016-9555. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2016-9555 actively exploited?
No — CVE-2016-9555 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Out-of-bounds Read (CWE-125)?
The product reads data past the end or before the beginning of the intended buffer. View CWE-125 on MITRE CWE →