Lucene search
+L

1711 matches found

Debian CVE
Debian CVE
added 2025/09/16 1:0 p.m.17 views

CVE-2025-39826

In the Linux kernel, the following vulnerability has been resolved: net: rose: convert 'use' field to refcountt The 'use' field in struct roseneigh is used as a reference counter but lacks atomicity. This can lead to race conditions where a roseneigh structure is freed while still being reference...

7CVSS6.2AI score0.00132EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/16 1:0 p.m.3 views

CVE-2025-39812

In the Linux kernel, the following vulnerability has been resolved: sctp: initialize more fields in sctpv6fromsk syzbot found that sin6scopeid was not properly initialized, leading to undefined behavior. Clear sin6scopeid and sin6flowinfo. BUG: KMSAN: uninit-value in sctpv6cmpaddr+0x887/0x8c0...

5.5CVSS5.3AI score0.0016EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/16 1:0 p.m.6 views

CVE-2025-39807

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add error handling for old state CRTC in atomicdisable Introduce error handling to address an issue where, after a hotplug event, the cursor continues to update. This situation can lead to a kernel panic due to...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/16 1:0 p.m.31 views

CVE-2025-39805

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix unregisternetdev call order in macbremove When removing a macb device, the driver calls phyexit before unregisternetdev. This leads to a WARN from kernfs: ------------ cut here ------------ kernfs: can not remove...

5.5CVSS5.3AI score0.00146EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:49 p.m.3 views

CVE-2022-50338

Removed by vendor...

6.7AI score
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:49 p.m.8 views

CVE-2022-50335

In the Linux kernel, the following vulnerability has been resolved: 9p: set req refcount to zero to avoid uninitialized usage When a new request is allocated, the refcount will be zero if it is reused, but if the request is newly allocated from slab, it is not fully initialized before being added...

5.5CVSS5.4AI score0.00141EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:49 p.m.4 views

CVE-2022-50329

In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix uaf for bfqq in bfqexiticqbfqq Commit 64dc8c732f5c "block, bfq: fix possible uaf for 'bfqq-bic'" will access 'bic-bfqq' in bicsetbfqq, however, bfqexiticqbfqq can free bfqq first, and then call bicsetbfqq, which...

7.8CVSS6.2AI score0.00153EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:48 p.m.66 views

CVE-2022-50317

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: megachips: Fix a null pointer dereference bug When removing the module we will get the following warning: 31.911505 i2c-core: driver stdp2690-ge-b850v3-fw unregistered 31.912484 general protection fault, probably for...

5.5CVSS5.3AI score0.00146EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:46 p.m.7 views

CVE-2023-53253

In the Linux kernel, the following vulnerability has been resolved: HID: nvidia-shield: Reference hiddevice devm allocation of inputdev name Use hiddevice for devm allocation of the inputdev name to avoid a use-after-free. inputunregisterdevice would trigger devres cleanup of all resources...

7.8CVSS6.2AI score0.00133EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:46 p.m.3 views

CVE-2022-50314

In the Linux kernel, the following vulnerability has been resolved: nbd: Fix hung when signal interrupts nbdstartdeviceioctl syzbot reported hung task 1. The following program is a simplified version of the reproducer: int mainvoid int sv2, fd; if socketpairAFUNIX, SOCKSTREAM, 0, sv recvthreads =...

5.5CVSS5.4AI score0.00147EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:45 p.m.42 views

CVE-2022-50298

In the Linux kernel, the following vulnerability has been resolved: slimbus: qcom-ngd: cleanup in probe error path Add proper error path in probe to cleanup resources previously acquired/allocated to fix warnings visible during probe deferral: notifier callback qcomslimngdssrnotify already...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:22 p.m.5 views

CVE-2023-53239

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Add check for kzalloc As kzalloc may fail and return NULL pointer, it should be better to check the return value in order to avoid the NULL pointer dereference. Patchwork:...

5.5CVSS5.3AI score0.00146EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:21 p.m.6 views

CVE-2023-53227

Removed by vendor...

6.7AI score
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:21 p.m.4 views

CVE-2023-53221

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix memleak due to fentry attach failure If it fails to attach fentry, the allocated bpf trampoline image will be left in the system. That can be verified by checking /proc/kallsyms. This meamleak can be verified by a simple...

5.5CVSS5.5AI score0.00145EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:21 p.m.15 views

CVE-2023-53209

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211hwsim: Fix possible NULL dereference In a call to mac80211hwsimselecttxlink the sta pointer might be NULL, thus need to check that it is not NULL before accessing it...

5.5CVSS5.5AI score0.00143EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:21 p.m.7 views

CVE-2023-53201

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: wraparound mbox producer index Driver is not handling the wraparound of the mbox producer index correctly. Currently the wraparound happens once u32 max is reached. Bit 31 of the producer index register is special an...

5.5CVSS5.4AI score0.00152EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:21 p.m.7 views

CVE-2023-53199

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: clean up skbs if ath9khifusbrxstream fails Syzkaller detected a memory leak of skbs in ath9khifusbrxstream. While processing skbs in ath9khifusbrxstream, the already allocated skbs in skbpool are not freed if...

5.5CVSS5.3AI score0.00146EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:21 p.m.7 views

CVE-2022-50281

In the Linux kernel, the following vulnerability has been resolved: MIPS: SGI-IP27: Fix platform-device leak in bridgeplatformcreate In error case in bridgeplatformcreate after calling platformdeviceadd/platformdeviceadddata/ platformdeviceaddresources, release the failed 'pdev' or it will be lea...

5.5CVSS5.4AI score0.00145EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:21 p.m.10 views

CVE-2022-50277

In the Linux kernel, the following vulnerability has been resolved: ext4: don't allow journal inode to have encrypt flag Mounting a filesystem whose journal inode has the encrypt flag causes a NULL dereference in fscryptlimitioblocks when the 'inlinecrypt' mount option is used. The problem is tha...

5.5CVSS5.4AI score0.00093EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:21 p.m.40 views

CVE-2022-50272

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: az6027: fix null-ptr-deref in az6027i2cxfer Wei Chen reports a kernel bug as blew: general protection fault, probably for non-canonical address KASAN: null-ptr-deref in range 0x0000000000000010-0x0000000000000017...

5.5CVSS5.7AI score0.0015EPSS
SaveExploits0
Rows per page
Query Builder