Lucene search
+L

23455 matches found

OSV
OSV
added 2025/10/07 3:21 p.m.5 views

CVE-2023-53681 bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent

In the Linux kernel, the following vulnerability has been resolved: bcache: Fix bchbtreenodealloc to make the failure behavior consistent In some specific situations, the return value of bchbtreenodealloc may be NULL. This may lead to a potential NULL pointer dereference in caller function like a...

6.4AI score
SaveExploits0References10
CVE
CVE
added 2025/10/07 3:21 p.m.32 views

CVE-2023-53681

CVE-2023-53681 concerns a bug in the Linux kernel’s bcache subsystem. According to connected sources, in some scenarios the return value of __bch_btree_node_alloc may be NULL, which could lead to a potential NULL pointer dereference in the caller chain (examples mention btree_split, __bch_btree_n...

5.5CVSS6AI score0.00135EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.14 views

CVE-2023-53681 bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent

In the Linux kernel, the following vulnerability has been resolved: bcache: Fix bchbtreenodealloc to make the failure behavior consistent In some specific situations, the return value of bchbtreenodealloc may be NULL. This may lead to a potential NULL pointer dereference in caller function like a...

0.00135EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/07 3:21 p.m.6 views

EUVD-2025-32766

In the Linux kernel, the following vulnerability has been resolved: bcache: Fix bchbtreenodealloc to make the failure behavior consistent In some specific situations, the return value of bchbtreenodealloc may be NULL. This may lead to a potential NULL pointer dereference in caller function like a...

5.9AI score0.00135EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.11 views

CVE-2023-53681

In the Linux kernel, the following vulnerability has been resolved: bcache: Fix bchbtreenodealloc to make the failure behavior consistent In some specific situations, the return value of bchbtreenodealloc may be NULL. This may lead to a potential NULL pointer dereference in caller function like a...

5.5CVSS5.2AI score0.00135EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.14 views

CVE-2023-53667 net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize

In the Linux kernel, the following vulnerability has been resolved: net: cdcncm: Deal with too low values of dwNtbOutMaxSize Currently in cdcncmchecktxmax, if dwNtbOutMaxSize is lower than the calculated "min" value, but greater than zero, the logic sets txmax to dwNtbOutMaxSize. This is then use...

0.00136EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/07 3:21 p.m.5 views

CVE-2023-53657 ice: Don't tx before switchdev is fully configured

In the Linux kernel, the following vulnerability has been resolved: ice: Don't tx before switchdev is fully configured There is possibility that iceeswitchportstartxmit might be called while some resources are still not allocated which might cause NULL pointer dereference. Fix this by checking if...

6.5AI score
SaveExploits0References6
CVE
CVE
added 2025/10/07 3:21 p.m.23 views

CVE-2023-53657

CVE-2023-53657 affects the Linux kernel (ice subsystem) with a NULL dereference risk from ice_eswitch_port_start_xmit when switchdev configuration isn’t fully finished. The vulnerability is addressed by a fix that guards against proceeding before switchdev is configured. Multiple advisories note ...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2025/10/07 3:21 p.m.8 views

EUVD-2025-32813

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmffwallocrequest This patch fixes a shift-out-of-bounds in brcmfmac that occurs in BITchiprev when a 'chiprev' provided by the device is too large. It should also not be equ...

5.9AI score0.00205EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.15 views

CVE-2022-50551

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmffwallocrequest This patch fixes a shift-out-of-bounds in brcmfmac that occurs in BITchiprev when a 'chiprev' provided by the device is too large. It should also not be equ...

7.1CVSS5.6AI score0.00205EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.9 views

CVE-2022-50544 usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()

In the Linux kernel, the following vulnerability has been resolved: usb: host: xhci: Fix potential memory leak in xhciallocstreaminfo xhciallocstreaminfo allocates stream context array for streaminfo -streamctxarray with xhciallocstreamctx. When some error occurs, streaminfo-streamctxarray is not...

0.0015EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.15 views

CVE-2022-50530 blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix null pointer dereference in blkmqclearrqmapping Our syzkaller report a null pointer dereference, root cause is following: blkmqallocmapandrqs set-tagshctxidx = blkmqallocmapandrqs blkmqallocmapandrqs blkmqallocrqs //...

0.00129EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 3:19 p.m.9 views

EUVD-2025-32835

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix refcount leak on error path When failing to allocate reportdesc, opts-refcnt has already been incremented so it needs to be decremented to avoid leaving the options structure permanently locked...

5.9AI score0.00147EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.15 views

CVE-2022-50514 usb: gadget: f_hid: fix refcount leak on error path

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix refcount leak on error path When failing to allocate reportdesc, opts-refcnt has already been incremented so it needs to be decremented to avoid leaving the options structure permanently locked...

0.00147EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/07 3:19 p.m.8 views

CVE-2022-50514 usb: gadget: f_hid: fix refcount leak on error path

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix refcount leak on error path When failing to allocate reportdesc, opts-refcnt has already been incremented so it needs to be decremented to avoid leaving the options structure permanently locked...

6.4AI score
SaveExploits0References10
CVE
CVE
added 2025/10/07 3:19 p.m.33 views

CVE-2022-50514

CVE-2022-50514 concerns the Linux kernel’s usb gadget f_hid path. The vulnerability arises from a refcount leak on the error path when report_desc allocation fails: opts->refcnt has already been incremented and must be decremented to avoid leaving the options structure permanently locked. The ...

5.5CVSS6.1AI score0.00147EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/10/07 3:19 p.m.9 views

CVE-2022-50509 media: coda: Add check for kmalloc

In the Linux kernel, the following vulnerability has been resolved: media: coda: Add check for kmalloc As the kmalloc may return NULL pointer, it should be better to check the return value in order to avoid NULL poineter dereference, same as the others...

6.5AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/10/07 5:00 a.m.22 views

CVE-2025-11362

Versions of the package pdfmake from 0.3.0-beta.1 and before 0.3.0-beta.17 are vulnerable to Allocation of Resources Without Limits or Throttling via repeatedly redirect URL in file embedding. An attacker can cause the application to crash or become unresponsive by providing crafted input that...

8.7CVSS0.00403EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/10/07 1:22 a.m.10 views

SUSE CVE-2022-50477

In the Linux kernel, the following vulnerability has been resolved: rtc: class: Fix potential memleak in devmrtcallocatedevice devmrtcallocatedevice will alloc a rtcdevice first, and then run devsetname. If devsetname failed, the rtcdevice will memleak. Move devmaddactionorreset in front of...

3.3CVSS6.3AI score0.00143EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2017-2556

Malware in sbrugna...

10CVSS8.9AI score0.0367EPSS
SaveExploits0References9
Rows per page
Query Builder