Linux Kernel 3.0.15 x86_64 Cond Jump bpf_jit_comp.c bpf_jit_compile numeric error

| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 8.1 | $0-$5k | 0.00 |
Summary
A vulnerability was found in Linux Kernel 3.0.15 and classified as problematic. This impacts the function bpf_jit_compile of the file bpf_jit_comp.c of the component x86_64 Cond Jump Handler. Executing a manipulation can lead to numeric error.
This vulnerability is handled as CVE-2014-2889. There is not any exploit available.
A patch should be applied to remediate this issue.
Details
A vulnerability was found in Linux Kernel 3.0.15 (Operating System). It has been declared as critical. This vulnerability affects the function bpf_jit_compile of the file bpf_jit_comp.c of the component x86_64 Cond Jump Handler. The manipulation with an unknown input leads to a numeric error vulnerability. The CWE definition for the vulnerability is CWE-189. As an impact it is known to affect confidentiality, integrity, and availability. CVE summarizes:
Off-by-one error in the bpf_jit_compile function in arch/x86/net/bpf_jit_comp.c in the Linux kernel before 3.1.8, when BPF JIT is enabled, allows local users to cause a denial of service (system crash) or possibly gain privileges via a long jump after a conditional jump.
The weakness was released 04/15/2014 as confirmed posting (oss-sec). The advisory is available at openwall.com. This vulnerability was named CVE-2014-2889 since 04/17/2014. The exploitation appears to be easy. Local access is required to approach this attack. No form of authentication is required for a successful exploitation. Technical details are known, but there is no available exploit. Responsible for the vulnerability is the following code:
if (filter[i].jf) t_offset += is_near(f_offset) ? 2 : 6;
Applying a patch is able to eliminate this problem. The bugfix is ready for download at git.kernel.org. The vulnerability will be addressed with the following lines of code:
if (filter[i].jf && f_offset) t_offset += is_near(f_offset) ? 2 : 5;The posting contains the following remark:
BPF JIT is disabled by default, must be enabled by the admin.
The vulnerability is also documented in the databases at X-Force (92684), SecurityFocus (BID 66931†) and Vulnerability Center (SBV-44362†). If you want to get best quality of vulnerability data, you may have to visit 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: 9.3VulDB Meta Temp Score: 8.1
VulDB Base Score: 9.3
VulDB Temp Score: 8.1
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: Numeric errorCWE: CWE-189
CAPEC: 🔍
ATT&CK: 🔍
Physical: Partially
Local: Yes
Remote: No
Availability: 🔍
Status: Unproven
EPSS Score: 🔍
EPSS Percentile: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍
| 0-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: PatchStatus: 🔍
0-Day Time: 🔍
Patch: git.kernel.org
Timeline
12/19/2011 🔍12/19/2011 🔍
04/15/2014 🔍
04/17/2014 🔍
04/25/2014 🔍
04/26/2014 🔍
05/01/2014 🔍
05/12/2026 🔍
Sources
Vendor: kernel.orgAdvisory: openwall.com
Status: Confirmed
Confirmation: 🔍
CVE: CVE-2014-2889 (🔍)
GCVE (CVE): GCVE-0-2014-2889
GCVE (VulDB): GCVE-100-13066
X-Force: 92684 - Linux Kernel bpf_jit_comp.c privilege escalation, High Risk
SecurityFocus: 66931 - Linux Kernel 'bpf_jit_compile()' Function Denial of Service Vulnerability
Vulnerability Center: 44362 - Linux Kernel <3.1.8 Local DoS and Privilege Escalation in bpf_jit_comp.c, Medium
Entry
Created: 04/25/2014 12:46Updated: 05/12/2026 01:43
Changes: 04/25/2014 12:46 (67), 05/27/2017 10:34 (3), 05/12/2026 01:43 (17)
Complete: 🔍
Cache ID: 216::103
If you want to get best quality of vulnerability data, you may have to visit VulDB.
No comments yet. Languages: en.
Please log in to comment.