Lucene search
K
DebiancveRecent

59327 matches found

Debian CVE
Debian CVE
•added 2025/12/30 12:15 p.m.•2 views

CVE-2022-50854

In the Linux kernel, the following vulnerability has been resolved: nfc: virtualncidev: Fix memory leak in virtualncisend skb should be free in virtualncisend, otherwise kmemleak will report memleak. Steps for reproduction simulated in qemu: cd tools/testing/selftests/nci make ./ncidev BUG: memor...

5.2AI score0.00166EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:15 p.m.•5 views

CVE-2022-50852

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix use after free in mt7921acpiread Don't dereference "sarroot" after it has been freed...

5.2AI score0.00155EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:15 p.m.•4 views

CVE-2022-50850

In the Linux kernel, the following vulnerability has been resolved: scsi: ipr: Fix WARNING in iprinit iprinit will not call unregisterrebootnotifier when pciregisterdriver fails, which causes a WARNING. Call unregisterrebootnotifier when pciregisterdriver fails. notifier callback iprhalt ipr...

5.3AI score0.00195EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:15 p.m.•3 views

CVE-2022-50851

In the Linux kernel, the following vulnerability has been resolved: vhostvdpa: fix the crash in unmap a large memory While testing in vIOMMU, sometimes Guest will unmap very large memory, which will cause the crash. To fix this, add a new function vhostvdpageneralunmap. This function will only...

5.1AI score0.00198EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:15 p.m.•5 views

CVE-2022-50849

In the Linux kernel, the following vulnerability has been resolved: pstore: Avoid kcore oops by vmaping with VMIOREMAP An oops can be induced by running 'cat /proc/kcore /dev/null' on devices using pstore with the ram backend because kmapatomic assumes lowmem pages are accessible with va. Unable ...

5.4AI score0.00195EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:15 p.m.•2 views

CVE-2022-50848

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call putdevice in the error path, so the name is freed in kobjectcleanup and t...

5.3AI score0.00239EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•3 views

CVE-2023-54243

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: fix table blob use-after-free We are not allowed to return an error at this point. Looking at the code it looks like ret is always 0 at this point, but its not. t = findtablelocknet, repl-name, &ret, &ebtmute...

5.5AI score0.00168EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•4 views

CVE-2023-54242

In the Linux kernel, the following vulnerability has been resolved: block, bfq: Fix division by zero error on zero wsum When the weighted sum is zero the calculation of limit causes a division by zero error. Fix this by continuing to the next level. This was discovered by running as root: stress-...

5.2AI score0.00166EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•4 views

CVE-2023-54241

In the Linux kernel, the following vulnerability has been resolved: MIPS: KVM: Fix NULL pointer dereference After commit 45c7e8af4a5e3f0bea4ac209 "MIPS: Remove KVMTE support" we get a NULL pointer dereference when creating a KVM guest: 146.243409 Starting KVM with MIPS VZ extensions 149.849151 CP...

5.2AI score0.00168EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•4 views

CVE-2023-54240

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkethsoc: fix possible NULL pointer dereference in mtkhwlrogetfdirall rulelocs is allocated in ethtoolgetrxnfc and the size is determined by rulecnt from user space. So rulecnt needs to be check before using...

5.3AI score0.00177EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•2 views

CVE-2023-54239

In the Linux kernel, the following vulnerability has been resolved: iommufd: Check for uptr overflow syzkaller found that setting up a map with a user VA that wraps past zero can trigger WARNONs, particularly from pinuserpages weirdly returning 0 due to invalid arguments. Prevent creating a pages...

5.3AI score0.00155EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•2 views

CVE-2023-54238

In the Linux kernel, the following vulnerability has been resolved: mlx5: fix skb leak while fifo resync and push During ptp resync operation SKBs were poped from the fifo but were never freed neither by napiconsume nor by devkfreeskbany. Add call to napiconsumeskb to properly free SKBs. Another...

5.2AI score0.00166EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•2 views

CVE-2023-54237

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix potential panic dues to unprotected smcllcsrvaddlink There is a certain chance to trigger the following panic: PID: 5900 TASK: ffff88c1c8af4100 CPU: 1 COMMAND: "kworker/1:48" 0 ffff9456c1cc79a0 machinekexec at...

5.2AI score0.00166EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•6 views

CVE-2023-54236

In the Linux kernel, the following vulnerability has been resolved: net/netfailover: fix txq exceeding warning The failover txq is inited as 16 queues. when a packet is transmitted from the failover device firstly, the failover device will select the queue which is returned from the primary devic...

5.3AI score0.0018EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•3 views

CVE-2023-54234

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix missing mrioc-evtackcmds initialization Commit c1af985d27da "scsi: mpi3mr: Add Event acknowledgment logic" introduced an array mrioc-evtackcmds but initialization of the array elements was missed. They are just...

5.2AI score0.00166EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•3 views

CVE-2023-54235

In the Linux kernel, the following vulnerability has been resolved: PCI/DOE: Fix destroyworkonstack race The following debug object splat was observed in testing: ODEBUG: free active active state 0 object: 0000000097d23782 object type: workstruct hint: doestatemachinework+0x0/0x510 WARNING: CPU: ...

5.3AI score0.00168EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•2 views

CVE-2023-54233

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: avoid a NULL dereference with unsupported widgets If an IPC4 topology contains an unsupported widget, its .moduleinfo field won't be set, then sofipc4routesetup will cause a kernel Oops trying to dereference it. Add a...

5.2AI score0.00156EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•4 views

CVE-2023-54232

In the Linux kernel, the following vulnerability has been resolved: m68k: Only force 030 bus error if PC not in exception table getkernelnofault does copy data in supervisor mode when forcing a task backtrace log through /proc/sysrqtrigger. This is expected cause a bus error exception on e.g. NUL...

5.4AI score0.00177EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•4 views

CVE-2023-54231

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix memory leak in wxsetuprxresources When wxallocpagepool failed in wxsetuprxresources, it doesn't release DMA buffer. Add dmafreecoherent in the error path to release the DMA buffer...

5.2AI score0.00155EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•2 views

CVE-2023-54230

In the Linux kernel, the following vulnerability has been resolved: amba: bus: fix refcount leak commit 5de1540b7bc4 "drivers/amba: create devices from device tree" increases the refcount of ofnode, but not releases it in ambadevicerelease, so there is refcount leak. By using ofnodeput to avoid...

5.3AI score0.00204EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•3 views

CVE-2023-54229

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix registration of 6Ghz-only phy without the full channel range Because of what seems to be a typo, a 6Ghz-only phy for which the BDF does not allow the 7115Mhz channel will fail to register: WARNING: CPU: 2 PID: 1...

5.3AI score0.00168EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•2 views

CVE-2023-54228

In the Linux kernel, the following vulnerability has been resolved: regulator: raa215300: Fix resource leak in case of error The clkregisterclkdev allocates memory by calling vclkdevalloc and this memory is not freed in the error path. Similarly, resources allocated by clkregisterfixedrate are no...

5.2AI score0.00155EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•5 views

CVE-2023-54227

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix tags leak when shrink nrhwqueues Although we don't need to realloc set-tags when shrink nrhwqueues, we need to free them. Or these tags will be leaked. How to reproduce: 1. mount -t configfs configfs /mnt 2. modprobe...

5.2AI score0.00156EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•3 views

CVE-2023-54226

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data races around sk-skshutdown. KCSAN found a data race around sk-skshutdown where unixreleasesock and unixshutdown update it under unixstatelock, OTOH unixpoll and unixdgrampoll read it locklessly. We need to annota...

5.4AI score0.00172EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•3 views

CVE-2023-54225

In the Linux kernel, the following vulnerability has been resolved: net: ipa: only reset hashed tables when supported Last year, the code that manages GSI channel transactions switched from using spinlock-protected linked lists to using indexes into the ring buffer used for a channel. Recently,...

5.5AI score0.00166EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•4 views

CVE-2023-54224

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix lockdep splat and potential deadlock after failure running delayed items When running delayed items we are holding a delayed node's mutex and then we will attempt to modify a subvolume btree to insert/update/delete the...

5.4AI score0.00168EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•5 views

CVE-2023-54223

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: xsk: Fix invalid buffer access for legacy rq The below crash can be encountered when using xdpsock in rx mode for legacy rq: the buffer gets released in the XDPREDIRECT path, and then once again in the driver. This fix...

5.4AI score0.00155EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•3 views

CVE-2023-54221

In the Linux kernel, the following vulnerability has been resolved: clk: imx93: fix memory leak and missing unwind goto in imx93clocksprobe In function probe, it returns directly without unregistered hws when error occurs. Fix this by adding 'goto unregisterhws;' on line 295 and line 310. Use...

5.2AI score0.00168EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•3 views

CVE-2023-54222

In the Linux kernel, the following vulnerability has been resolved: hte: tegra-194: Fix off by one in tegrahtemaptolineid The "mapsz" is the number of elements in the "m" array so the comparison needs to be changed to = to prevent an out of bounds read...

5.2AI score0.00168EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•2 views

CVE-2023-54220

In the Linux kernel, the following vulnerability has been resolved: serial: 8250: Fix oops for port-pm on uartchangepm Unloading a hardware specific 8250 driver can produce error "Unable to handle kernel paging request at virtual address" about ten seconds after unloading the driver. This happens...

5.2AI score0.00177EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•3 views

CVE-2023-54219

In the Linux kernel, the following vulnerability has been resolved: Revert "IB/isert: Fix incorrect release of isert connection" Commit: 699826f4e30a "IB/isert: Fix incorrect release of isert connection" is causing problems on OPA when DEVICEREMOVAL is happening. ------------ cut here -----------...

5.1AI score0.00195EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•2 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.5AI score0.00177EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•3 views

CVE-2023-54217

In the Linux kernel, the following vulnerability has been resolved: Revert "drm/msm: Add missing check and destroy for allocorderedworkqueue" This reverts commit 643b7d0869cc7f1f7a5ac7ca6bd25d88f54e31d0. A recent patch that tried to fix up the msmdrminit paths with respect to the workqueue but on...

5.3AI score0.00155EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•3 views

CVE-2023-54215

In the Linux kernel, the following vulnerability has been resolved: virtio-vdpa: Fix cpumask memory leak in virtiovdpafindvqs Free the cpumask allocated by createaffinitymasks before returning from the function...

5.2AI score0.00155EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•2 views

CVE-2023-54216

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, Fix using eswitch mapping in nic mode Cited patch is using the eswitch object mapping pool while in nic mode where it isn't initialized. This results in the trace below 0. Fix that by using either nic or eswitch...

5.3AI score0.00155EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•4 views

CVE-2023-54214

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix potential user-after-free This fixes all instances of which requires to allocate a buffer calling allocskb which may release the chan lock and reacquire later which makes it possible that the chan is...

5.6AI score0.00177EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•3 views

CVE-2023-54212

Removed by vendor...

7AI score
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•7 views

CVE-2023-54213

In the Linux kernel, the following vulnerability has been resolved: USB: sisusbvga: Add endpoint checks The syzbot fuzzer was able to provoke a WARNING from the sisusbvga driver: ------------ cut here ------------ usb 1-1: BOGUS urb xfer, pipe 3 != type 1 WARNING: CPU: 1 PID: 26 at...

5.4AI score0.00177EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•2 views

CVE-2023-54211

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix warning in tracebufferedeventdisable Warning happened in tracebufferedeventdisable at WARNONONCE!tracebufferedeventref Call Trace: ? warn+0xa5/0x1b0 ? tracebufferedeventdisable+0x189/0x1b0...

5.3AI score0.00177EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•3 views

CVE-2023-54209

In the Linux kernel, the following vulnerability has been resolved: block: fix blktrace debugfs entries leakage Commit 99d055b4fd4b "block: remove per-disk debugfs files in blkunregisterqueue" moves blktraceshutdown from blkreleasequeue to blkunregisterqueue, this is safe if blktrace is created...

5.2AI score0.00168EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•2 views

CVE-2023-54210

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Avoid use-after-free in dbg for hciremoveadvmonitor KASAN reports that there's a use-after-free in hciremoveadvmonitor. Trawling through the disassembly, you can see that the complaint is from the access in...

5.2AI score0.00166EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•3 views

CVE-2023-54208

In the Linux kernel, the following vulnerability has been resolved: media: ov5675: Fix memleak in ov5675initcontrols There is a kmemleak when testing the media/i2c/ov5675.c with bpf mock device: AssertionError: unreferenced object 0xffff888107362160 size 16: comm "python3", pid 277, jiffies...

5.3AI score0.00173EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•2 views

CVE-2023-54207

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Correct devm device reference for hidinput inputdev name Reference the HID device rather than the input device for the devm allocation of the inputdev name. Referencing the inputdev would lead to a use-after-free wh...

7.8CVSS6.2AI score0.0013EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•4 views

CVE-2023-54206

In the Linux kernel, the following vulnerability has been resolved: net/sched: flower: fix filter idr initialization The cited commit moved idr initialization too early in flchange which allows concurrent users to access the filter that is still being initialized and is in inconsistent state,...

5.2AI score0.00155EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•3 views

CVE-2023-54205

In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: Fix refcount leak in stm32pctrlgetirqdomain ofirqfindparent returns a node pointer with refcount incremented, We should use ofnodeput on it when not needed anymore. Add missing ofnodeput to avoid refcount leak...

5.3AI score0.00173EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•2 views

CVE-2023-54204

In the Linux kernel, the following vulnerability has been resolved: mmc: sunplus: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, 1. the memory allocated in mmcallochost will be leaked 2. null-ptr-deref will happen when calling mmcremovehost in...

5.2AI score0.00155EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•3 views

CVE-2022-50847

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: it6505: Initialize AUX channel in it6505i2cprobe During device boot, the HPD interrupt could be triggered before the DRM subsystem registers it6505 as a DRM bridge. In such cases, the driver tries to access AUX channe...

5.1AI score0.00198EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•2 views

CVE-2022-50846

In the Linux kernel, the following vulnerability has been resolved: mmc: via-sdmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehos...

5.3AI score0.00239EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•2 views

CVE-2022-50845

In the Linux kernel, the following vulnerability has been resolved: ext4: fix inode leak in ext4xattrinodecreate on an error path There is issue as follows when do setxattr with inject fault: localhost fsck.ext4 -fn /dev/sda e2fsck 1.46.6-rc1 12-Sep-2022 Pass 1: Checking inodes, blocks, and sizes...

5.3AI score0.00211EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/30 12:11 p.m.•4 views

CVE-2022-50844

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix type of second parameter in odneditdpmtable callback With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sur...

5.5AI score0.00201EPSS
Exploits0
Total number of security vulnerabilities59327