CVE-2014-2523
Highnet/netfilter/nf_conntrack_proto_dccp.c in the Linux kernel through 3.13.6 uses a DCCP header pointer incorrectly, which allows remote attackers to cause a denial of service (system crash) or possibly execute arbitrary code via a DCCP packet that triggers a call to the (1) dccp_new, (2) dccp_packet, or (3) dccp_error function.
CVSS 2.0 score
10.0
AV:N/AC:L/Au:N/C:C/I:C/A:C
Weakness type
CWE-20CVE-2014-2523 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-2014-2523 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
Third Party Advisory
-
Broken Link
-
Securityfocushttp://www.securityfocus.com/bid/66279Third Party Advisory VDB Entry
-
Securitytrackerhttp://www.securitytracker.com/id/1029945Third Party Advisory VDB Entry
-
Ubuntu Securityhttp://www.ubuntu.com/usn/USN-2173-1Third Party Advisory
-
Ubuntu Securityhttp://www.ubuntu.com/usn/USN-2174-1Third Party Advisory
-
Issue Tracking Third Party Advisory
-
Third Party Advisory VDB Entry
-
PatchKernel patch commithttp://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%3Bh=b22f5126a24b3b2f15448c3f2a254fc10cbc2b92
-
PatchKernel patch commithttp://www.openwall.com/lists/oss-security/2014/03/17/7
-
PatchKernel patch commithttps://github.com/torvalds/linux/commit/b22f5126a24b3b2f15448c3f2a254fc10cbc2b92
Frequently asked questions
-
What is CVE-2014-2523?
CVE-2014-2523 is a High severity Linux kernel vulnerability with a CVSS score of 10.0 out of 10 , classified as an Improper Input Validation flaw (CWE-20) . CVE-2014-2523 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2014-2523?
CVE-2014-2523 has a CVSS score of 10.0 out of 10, rated High severity (CVSS 2.0). The vector string is
AV:N/AC:L/Au:N/C:C/I:C/A:C. -
Is there a patch available for CVE-2014-2523?
No patch is currently available for CVE-2014-2523. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2014-2523 actively exploited?
No — CVE-2014-2523 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 →