Linux Kernel up to 3.13.6 DCCP Packet nf_conntrack_proto_dccp.c skb_header_pointer input validation

| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 8.7 | $0-$5k | 0.00 |
Summary
A vulnerability classified as critical has been found in Linux Kernel up to 3.13.6. This affects the function skb_header_pointer of the file netfilter/nf_conntrack_proto_dccp.c of the component DCCP Packet Handler. Performing a manipulation results in input validation.
This vulnerability is cataloged as CVE-2014-2523. There is no exploit available.
Applying a patch is the recommended action to fix this issue.
Details
A vulnerability was found in Linux Kernel up to 3.13.6 (Operating System). It has been classified as critical. This affects the function skb_header_pointer of the file netfilter/nf_conntrack_proto_dccp.c of the component DCCP Packet Handler. The manipulation with an unknown input leads to a input validation vulnerability. CWE is classifying the issue as CWE-20. The product receives input or data, but it does
not validate or incorrectly validates that the input has the
properties that are required to process the data safely and
correctly. This is going to have an impact on confidentiality, integrity, and availability. The summary by CVE is:
net/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.
The weakness was shared 01/06/2014 as netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages as confirmed git commit (GIT Repository). The advisory is shared at git.kernel.org. This vulnerability is uniquely identified as CVE-2014-2523 since 03/17/2014. The exploitability is told to be easy. It is possible to initiate the attack remotely. No form of authentication is needed for exploitation. Technical details are known, but no exploit is available. The reason for this vulnerability is this part of code:
dh = skb_header_pointer(skb, dataoff, sizeof(_dh), &dh);
The vulnerability scanner Nessus provides a plugin with the ID 73241 (Fedora 20 : kernel-3.13.7-200.fc20 (2014-4317)), which helps to determine the existence of the flaw in a target environment. It is assigned to the family Fedora Local Security Checks. The commercial vulnerability scanner Qualys is able to test this issue with plugin 167228 (SUSE Enterprise Linux Security Update for Linux Kernel (SUSE-SU-2014:0807-1)).
Applying a patch is able to eliminate this problem. The bugfix is ready for download at git.kernel.org. A possible mitigation has been published immediately after the disclosure of the vulnerability. The vulnerability will be addressed with the following lines of code:
dh = skb_header_pointer(skb, dataoff, sizeof(_dh), &_dh);
The vulnerability is also documented in the databases at X-Force (91910), Tenable (73241), SecurityFocus (BID 66279†), Secunia (SA57446†) and Vulnerability Center (SBV-43681†). The entries VDB-11302, VDB-11755, VDB-12214 and VDB-12411 are related to this item. If you want to get the best quality for vulnerability data then you always have to consider VulDB.
Product
Type
Vendor
Name
Version
License
Website
- Vendor: https://www.kernel.org/
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔍VulDB Reliability: 🔍
CVSSv3
VulDB Meta Base Score: 10.0VulDB Meta Temp Score: 8.7
VulDB Base Score: 10.0
VulDB Temp Score: 8.7
VulDB Vector: 🔍
VulDB Reliability: 🔍
CVSSv2
| AV | AC | Au | C | I | A |
|---|---|---|---|---|---|
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| Vector | Complexity | Authentication | Confidentiality | Integrity | Availability |
|---|---|---|---|---|---|
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍
NVD Base Score: 🔍
Exploiting
Class: Input validationCWE: CWE-20
CAPEC: 🔍
ATT&CK: 🔍
Physical: No
Local: No
Remote: Yes
Availability: 🔍
Status: Unproven
EPSS Score: 🔍
EPSS Percentile: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍
| 0-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
Nessus ID: 73241
Nessus Name: Fedora 20 : kernel-3.13.7-200.fc20 (2014-4317)
Nessus File: 🔍
Nessus Risk: 🔍
Nessus Family: 🔍
OpenVAS ID: 881932
OpenVAS Name: CentOS Update for kernel CESA-2014:0475 centos6
OpenVAS File: 🔍
OpenVAS Family: 🔍
Qualys ID: 🔍
Qualys Name: 🔍
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: PatchStatus: 🔍
Reaction Time: 🔍
0-Day Time: 🔍
Exposure Time: 🔍
Patch: git.kernel.org
Timeline
01/06/2014 🔍01/06/2014 🔍
03/17/2014 🔍
03/18/2014 🔍
03/18/2014 🔍
03/18/2014 🔍
03/19/2014 🔍
03/21/2014 🔍
03/24/2014 🔍
05/08/2026 🔍
Sources
Vendor: kernel.orgAdvisory: netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages
Status: Confirmed
Confirmation: 🔍
CVE: CVE-2014-2523 (🔍)
GCVE (CVE): GCVE-0-2014-2523
GCVE (VulDB): GCVE-100-12669
OVAL: 🔍
X-Force: 91910 - Linux Kernel /netfilter/nf_conntrack_proto_dccp.c file code execution, High Risk
SecurityFocus: 66279 - Linux Kernel Multiple Function Remote Memory Corruption Vulnerabilities
Secunia: 57446 - Linux Kernel DCCP Packets Handling Memory Corruption Vulnerabilities, Highly Critical
SecurityTracker: 1029945
Vulnerability Center: 43681 - Linux Kernel Remote Code Execution due to Memory Corruption in Netfilter via Crafted DCCP Packets, Critical
See also: 🔍
Entry
Created: 03/21/2014 12:22Updated: 05/08/2026 23:38
Changes: 03/21/2014 12:22 (82), 05/23/2017 08:55 (5), 06/16/2021 08:29 (3), 06/16/2021 08:31 (1), 05/08/2026 23:38 (15)
Complete: 🔍
Cache ID: 216::103
If you want to get the best quality for vulnerability data then you always have to consider VulDB.
No comments yet. Languages: en.
Please log in to comment.