Lucene search
+L

25349 matches found

UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.11 views

CVE-2023-54218

In the Linux kernel, the following vulnerability has been resolved: net: Fix load-tearing on sk-skstamp in sockrecvcmsgs. KCSAN found a data race in sockrecvcmsgs where the read access to sk-skstamp needs READONCE. BUG: KCSAN: data-race in packetrecvmsg / packetrecvmsg write marked to...

5.7AI score0.00207EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/30 1:16 p.m.12 views

UBUNTU-CVE-2022-50862

In the Linux kernel, the following vulnerability has been resolved: bpf: prevent decltag from being referenced in funcproto Syzkaller was able to hit the following issue: ------------ cut here ------------ WARNING: CPU: 0 PID: 3609 at kernel/bpf/btf.c:1946 btftypeidsize+0x2d5/0x9d0...

5.7AI score0.00181EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/30 1:16 p.m.17 views

UBUNTU-CVE-2022-50876

In the Linux kernel, the following vulnerability has been resolved: usb: musb: Fix musbgadget.c rxstate overflow bug The usb function device call musbgadgetqueue adds the passed request to musbep::reqlist,If the request-length musbep-packetsz and isbuffermappedreq return false,the rxstate will co...

5.8AI score0.00227EPSS
SaveExploits0References12
CVE
CVE
added 2025/12/30 12:23 p.m.35 views

CVE-2023-54300

CVE-2023-54300 affects the Linux kernel wireless driver stack (ath9k). The issue arises from uninitialized memory access in ath9k_wmi_ctrl_rx triggered by missing pkt_len validation in ath9k_htc_rx_msg; the SKB could be malformed such that a WMI header is expected in data but not present. The fix...

6.1AI score0.00227EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.28 views

CVE-2023-54300 wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: avoid referencing uninit memory in ath9kwmictrlrx For the reasons also described in commit b383e8abed41 "wifi: ath9k: avoid uninit memory read in ath9khtcrxmsg", ath9khtcrxmsg should validate pktlen before accessing...

0.00227EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/30 12:23 p.m.12 views

CVE-2023-54300 wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: avoid referencing uninit memory in ath9kwmictrlrx For the reasons also described in commit b383e8abed41 "wifi: ath9k: avoid uninit memory read in ath9khtcrxmsg", ath9khtcrxmsg should validate pktlen before accessing...

6.4AI score
SaveExploits0References12
OSV
OSV
added 2025/12/30 12:23 p.m.12 views

CVE-2023-54288 wifi: mac80211: fortify the spinlock against deadlock by interrupt

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fortify the spinlock against deadlock by interrupt In the function ieee80211txdequeue there is a particular locking sequence: begin: spinlock&local-queuestopreasonlock; qstopped = local-queuestopreasonsq;...

6.3AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/30 12:23 p.m.17 views

CVE-2022-50883

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent decltag from being referenced in funcproto arg Syzkaller managed to hit another decltag issue: btffuncprotocheck kernel/bpf/btf.c:4506 inline btfcheckalltypes kernel/bpf/btf.c:4734 inline btfparsetypesec+0x1175/0x198...

5.3AI score0.00195EPSS
SaveExploits0
CVE
CVE
added 2025/12/30 12:23 p.m.22 views

CVE-2022-50883

CVE-2022-50883 concerns the Linux kernel, where a bpf-related vulnerability allowed a decl_tag to be referenced in a function prototype argument. The issue surfaces when parsing BTF/func_proto during bpf_btf_load and related paths, as Syzkaller traced an offending decl_tag usage through btf_func_...

6.1AI score0.00195EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/30 12:23 p.m.9 views

CVE-2022-50883 bpf: Prevent decl_tag from being referenced in func_proto arg

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent decltag from being referenced in funcproto arg Syzkaller managed to hit another decltag issue: btffuncprotocheck kernel/bpf/btf.c:4506 inline btfcheckalltypes kernel/bpf/btf.c:4734 inline btfparsetypesec+0x1175/0x198...

6.4AI score
SaveExploits0References6
OSV
OSV
added 2025/12/30 12:15 p.m.9 views

CVE-2023-54247 bpf: Silence a warning in btf_type_id_size()

In the Linux kernel, the following vulnerability has been resolved: bpf: Silence a warning in btftypeidsize syzbot reported a warning in 1 with the following stacktrace: WARNING: CPU: 0 PID: 5005 at kernel/bpf/btf.c:1988 btftypeidsize+0x2d9/0x9d0 kernel/bpf/btf.c:1988 ... RIP:...

6.2AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.6 views

CVE-2023-54247

In the Linux kernel, the following vulnerability has been resolved: bpf: Silence a warning in btftypeidsize syzbot reported a warning in 1 with the following stacktrace: WARNING: CPU: 0 PID: 5005 at kernel/bpf/btf.c:1988 btftypeidsize+0x2d9/0x9d0 kernel/bpf/btf.c:1988 ... RIP:...

5.2AI score0.00193EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.13 views

CVE-2022-50862

In the Linux kernel, the following vulnerability has been resolved: bpf: prevent decltag from being referenced in funcproto Syzkaller was able to hit the following issue: ------------ cut here ------------ WARNING: CPU: 0 PID: 3609 at kernel/bpf/btf.c:1946 btftypeidsize+0x2d5/0x9d0...

5.2AI score0.00181EPSS
SaveExploits0
CVE
CVE
added 2025/12/30 12:15 p.m.29 views

CVE-2022-50862

CVE-2022-50862 affects the Linux kernel BPF subsystem. The issue arises in creating a function prototype that returns a type referencing decl_tag, as analyzed via bpf/btf.c and related code paths (btf_type_id_size, btf_parse_type_sec, btf_new_fd, bpf_btf_load). The provided traces show a kernel w...

6AI score0.00181EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/30 12:15 p.m.11 views

CVE-2022-50862 bpf: prevent decl_tag from being referenced in func_proto

In the Linux kernel, the following vulnerability has been resolved: bpf: prevent decltag from being referenced in funcproto Syzkaller was able to hit the following issue: ------------ cut here ------------ WARNING: CPU: 0 PID: 3609 at kernel/bpf/btf.c:1946 btftypeidsize+0x2d5/0x9d0...

6.3AI score
SaveExploits0References5
OSV
OSV
added 2025/12/30 12:09 p.m.9 views

CVE-2023-54195 rxrpc: Fix timeout of a call that hasn't yet been granted a channel

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix timeout of a call that hasn't yet been granted a channel afsmakecall calls rxrpckernelbegincall to begin a call which may get stalled in the background waiting for a connection to become available; it then calls...

6.2AI score
SaveExploits0References6
CVE
CVE
added 2025/12/30 12:09 p.m.25 views

CVE-2023-54195

CVE-2023-54195 affects the Linux kernel’s rxrpc stack. A call that hasn’t been granted a channel could timeout prematurely because rxrpc_kernel_set_max_life() started the call timer before a connection was assigned, risking a NULL pointer dereference. The published fixes note to record timeouts i...

6AI score0.00193EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/30 12:08 p.m.25 views

CVE-2023-54181 bpf: Fix issue in verifying allow_ptr_leaks

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix issue in verifying allowptrleaks After we converted the capabilities of our networking-bpf program from capsysadmin to capnetadmin+capbpf, our networking-bpf program failed to start. Because it failed the bpf verifier, a...

0.00197EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/12/30 12:08 p.m.7 views

CVE-2023-54181

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix issue in verifying allowptrleaks After we converted the capabilities of our networking-bpf program from capsysadmin to capnetadmin+capbpf, our networking-bpf program failed to start. Because it failed the bpf verifier, a...

5.1AI score0.00197EPSS
SaveExploits0
OSV
OSV
added 2025/12/30 12:08 p.m.12 views

CVE-2023-54181 bpf: Fix issue in verifying allow_ptr_leaks

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix issue in verifying allowptrleaks After we converted the capabilities of our networking-bpf program from capsysadmin to capnetadmin+capbpf, our networking-bpf program failed to start. Because it failed the bpf verifier, a...

6.1AI score
SaveExploits0References7
Rows per page
Query Builder