CVE-2022-49863

Source
https://cve.org/CVERecord?id=CVE-2022-49863
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-49863.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-49863
Downstream
Related
Published
2025-05-01T14:10:16.403Z
Modified
2026-04-02T17:30:11.192626938Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
can: af_can: fix NULL pointer dereference in can_rx_register()
Details

In the Linux kernel, the following vulnerability has been resolved:

can: afcan: fix NULL pointer dereference in canrx_register()

It causes NULL pointer dereference when testing as following: (a) use syscall(__NR_socket, 0x10ul, 3ul, 0) to create netlink socket. (b) use syscall(__NR_sendmsg, ...) to create bond link device and vxcan link device, and bind vxcan device to bond device (can also use ifenslave command to bind vxcan device to bond device). (c) use syscall(__NRsocket, 0x1dul, 3ul, 1) to create CAN socket. (d) use syscall(NRbind, ...) to bind the bond device to CAN socket.

The bond device invokes the can-raw protocol registration interface to receive CAN packets. However, mlpriv is not allocated to the dev, devrcvlists is assigned to NULL in canrx_register(). In this case, it will occur the NULL pointer dereference issue.

The following is the stack information: BUG: kernel NULL pointer dereference, address: 0000000000000008 PGD 122a4067 P4D 122a4067 PUD 1223c067 PMD 0 Oops: 0000 [#1] PREEMPT SMP RIP: 0010:canrxregister+0x12d/0x1e0 Call Trace: <TASK> rawenablefilters+0x8d/0x120 rawenableallfilters+0x3b/0x130 raw_bind+0x118/0x4f0 __sys_bind+0x163/0x1a0 __x64sysbind+0x1e/0x30 dosyscall64+0x35/0x80 entrySYSCALL64afterhwframe+0x63/0xcd </TASK>

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49863.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
4ac1feff6ea6495cbfd336f4438a6c6d140544a6
Fixed
afab4655750fcb3fca359bc7d7214e3d634cdf9c
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1a5751d58b14195f763b8c1d9ef33fb8a93e95e7
Fixed
d68fa77ee3d03bad6fe84e89759ddf7005f9e9c6
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
4e096a18867a5a989b510f6999d9c6b6622e8f7b
Fixed
261178a1c2623077d62e374a75c195e6c99a6f05
Fixed
a8055677b054bc2bb78beb1080fdc2dc5158c2fe
Fixed
8aa59e355949442c408408c2d836e561794c40a1
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
96340078d50a54f6a1252c62596bc44321c8bff9

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-49863.json"