Lucene search
+L

3369 matches found

OSV
OSV
added 2025/12/31 6:5 a.m.1 views

BELL-CVE-2023-54324

Bulletin has no description...

6.9AI score0.00161EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/31 6:5 a.m.3 views

BELL-CVE-2023-54171

Bulletin has no description...

6.9AI score0.00174EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/31 6:5 a.m.8 views

BELL-CVE-2023-54185

Bulletin has no description...

6.9AI score0.00172EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.9 views

DEBIAN-CVE-2023-54310

In the Linux kernel, the following vulnerability has been resolved: scsi: message: mptlan: Fix use after free bug in mptlanremove due to race condition mptlanprobe calls mptregisterlandevice which initializes the &priv-postbucketstask workqueue. A call to mptlanwakepostbucketstask will subsequent...

7.8CVSS5.4AI score0.0014EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.7 views

DEBIAN-CVE-2023-54298

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: quarkdts: fix error pointer dereference If allocsocdts fails, then we can just return. Trying to free "socdts" will lead to an Oops...

5.3AI score0.00183EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.0 views

DEBIAN-CVE-2023-54295

In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: Fix shift-out-of-bounds in spinorseterasetype spinorseterasetype was used either to set or to mask out an erase type. When we used it to mask out an erase type a shift-out-of-bounds was hit: UBSAN: shift-out-of-boun...

5.4AI score0.00174EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.2 views

DEBIAN-CVE-2023-54283

In the Linux kernel, the following vulnerability has been resolved: bpf: Address KCSAN report on bpflrulist KCSAN reported a data-race when accessing node-ref. Although node-ref does not have to be accurate, take this chance to use a more common READONCE and WRITEONCE pattern instead of datarace...

5.4AI score0.00184EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.1 views

DEBIAN-CVE-2023-54276

In the Linux kernel, the following vulnerability has been resolved: nfsd: move init of percpu replycachestats counters back to nfsdinitnet Commit f5f9d4a314da "nfsd: move reply cache initialization into nfsd startup" moved the initialization of the reply cache into nfsd startup, but didn't accoun...

5.2AI score0.00174EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.3 views

DEBIAN-CVE-2023-54261

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add missing gfx11 MQD manager callbacks mqdstride function was introduced in commit 2f77b9a242a2 "drm/amdkfd: Update MQD management on multi XCC setup" but not assigned for gfx11. Fixes a NULL dereference in debugfs...

5.2AI score0.00169EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.4 views

DEBIAN-CVE-2023-54249

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: ep: Only send -ENOTCONN status if client driver is available For the STOP and RESET commands, only send the channel disconnect status -ENOTCONN if client driver is available. Otherwise, it will result in null pointer...

5.2AI score0.00172EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.4 views

DEBIAN-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...

7.8CVSS5.3AI score0.00132EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.0 views

DEBIAN-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.00174EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.2 views

DEBIAN-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.00184EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.7 views

DEBIAN-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.00162EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.2 views

DEBIAN-CVE-2023-54197

In the Linux kernel, the following vulnerability has been resolved: Revert "Bluetooth: btsdio: fix use after free bug in btsdioremove due to unfinished work" This reverts commit 1e9ac114c4428fdb7ff4635b45d4f46017e8916f. This patch introduces a possible null-ptr-def problem. Revert it. And the fix...

5.2AI score0.00203EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:15 p.m.2 views

DEBIAN-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.00248EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:15 p.m.3 views

DEBIAN-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.00209EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:15 p.m.4 views

DEBIAN-CVE-2022-50837

In the Linux kernel, the following vulnerability has been resolved: net: dsa: tag8021q: avoid leaking ctx on dsatag8021qregister error path If dsatag8021qsetup fails, for example due to the inability of the device to install a VLAN, the tag8021q context of the switch will leak. Make sure it is...

5.3AI score0.00208EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:15 p.m.1 views

DEBIAN-CVE-2022-50829

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: Fix use-after-free in ath9khifusbregincb It is possible that skb is freed in ath9khtcrxmsg, then usbsubmiturb fails and we try to free skb again. It causes use-after-free bug. Moreover, if allocskb fails,...

5.4AI score0.00248EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:15 p.m.7 views

DEBIAN-CVE-2022-50812

In the Linux kernel, the following vulnerability has been resolved: security: Restrict CONFIGZEROCALLUSEDREGS to gcc or clang 15.0.6 A bad bug in clang's implementation of -fzero-call-used-regs can result in NULL pointer dereferences see the links above the check for more information. Restrict...

5.3AI score0.00208EPSS
SaveExploits0References1
Rows per page
Query Builder