n the Linux kernel, the following vulnerability has been resolved: can: dev: fix skb drop check In commit a6d190f8c767 ("can: skb: drop tx skb if in listen only mode") the priv->ctrlmode element is read even on virtual CAN interfaces that do not create the struct can_priv at startup. This out-of-bounds read may lead to CAN frame drops for virtual CAN interfaces like vcan and vxcan. This patch mainly reverts the original commit and adds a new helper for CAN interface drivers that provide the required information in struct can_priv. [mkl: patch pch_can, too]
Configuration 1 (hide)
|
07 May 2025, 13:32
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-125 | |
| References | () https://git.kernel.org/stable/c/386c49fe31ee748e053860b3bac7794a933ac9ac - Patch | |
| References | () https://git.kernel.org/stable/c/ae64438be1923e3c1102d90fd41db7afcfaf54cc - Patch | |
| CPE | cpe:2.3:o:linux:linux_kernel:6.1:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.1:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.1:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.1:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
| First Time |
Linux linux Kernel
Linux |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.1 |
02 May 2025, 13:53
| Type | Values Removed | Values Added |
|---|---|---|
| Summary |
|
01 May 2025, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2025-05-01 15:16
Updated : 2025-10-01 17:15
NVD link : CVE-2022-49844
Mitre link : CVE-2022-49844
CVE.ORG link : CVE-2022-49844
JSON object : View
Out-of-bounds Read