7.2
CVE-2010-2959
- EPSS 0.23%
- Published 08.09.2010 20:00:03
- Last modified 11.04.2025 00:51:21
- Source security@ubuntu.com
- Teams watchlist Login
- Open Login
Integer overflow in net/can/bcm.c in the Controller Area Network (CAN) implementation in the Linux kernel before 2.6.27.53, 2.6.32.x before 2.6.32.21, 2.6.34.x before 2.6.34.6, and 2.6.35.x before 2.6.35.4 allows attackers to execute arbitrary code or cause a denial of service (system crash) via crafted CAN traffic.
Data is provided by the National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version < 2.6.27.53
Linux ≫ Linux Kernel Version >= 2.6.32 < 2.6.32.21
Linux ≫ Linux Kernel Version >= 2.6.34 < 2.6.34.6
Linux ≫ Linux Kernel Version >= 2.6.35 < 2.6.35.4
Fedoraproject ≫ Fedora Version12
Debian ≫ Debian Linux Version5.0
Suse ≫ Linux Enterprise Desktop Version11 Updatesp1
Suse ≫ Linux Enterprise High Availability Extension Version11 Updatesp1
Suse ≫ Linux Enterprise Real Time Version11 Updatesp1
Suse ≫ Linux Enterprise Server Version11 Updatesp1
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.23% | 0.451 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 7.2 | 3.9 | 10 |
AV:L/AC:L/Au:N/C:C/I:C/A:C
|
CWE-190 Integer Overflow or Wraparound
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.