Lucene search
+L

16261 matches found

OSV
OSV
•added 2025/12/24 11:15 a.m.•12 views

UBUNTU-CVE-2025-68348

In the Linux kernel, the following vulnerability has been resolved: block: fix memory leak in blkdevissuezeropages Move the fatal signal check before bioalloc to prevent a memory leak when BLKDEVZEROKILLABLE is set and a fatal signal is pending. Previously, the bio was allocated before checking f...

5.8AI score0.00202EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2025/12/24 11:15 a.m.•8 views

CVE-2023-54039

In the Linux kernel, the following vulnerability has been resolved: can: j1939: j1939tptxdatnew: fix out-of-bounds memory access In the j1939tptxdatnew function, an out-of-bounds memory access could occur during the memcpy operation if the size of skb-cb is larger than the size of struct...

5.9AI score0.00192EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/12/24 11:15 a.m.•8 views

CVE-2025-68348

In the Linux kernel, the following vulnerability has been resolved: block: fix memory leak in blkdevissuezeropages Move the fatal signal check before bioalloc to prevent a memory leak when BLKDEVZEROKILLABLE is set and a fatal signal is pending. Previously, the bio was allocated before checking f...

5.8AI score0.00202EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/24 11:15 a.m.•18 views

CVE-2023-53990

In the Linux kernel, the following vulnerability has been resolved: SMB3: Add missing locks to protect deferred close file list cifsdeldeferredclose function has a critical section which modifies the deferred close file list. We must acquire deferredlock before calling cifsdeldeferredclose functi...

7.8CVSS5.4AI score0.00153EPSS
SaveExploits0References6
CVE
CVE
•added 2025/12/24 10:56 a.m.•37 views

CVE-2023-54039

The CVE-2023-54039 issue is in the Linux kernel’s CAN J1939 code, specifically j1939_tp_tx_dat_new(). The vulnerability arises when a memcpy uses skb->cb’s size, allowing an out-of-bounds read if skb->cb is larger than struct j1939_sk_buff_cb. The fix changes memcpy to use the size of struc...

6.3AI score0.00192EPSS
SaveExploits0References6
OSV
OSV
•added 2025/12/24 10:55 a.m.•19 views

CVE-2023-54021 ext4: set goal start correctly in ext4_mb_normalize_request

In the Linux kernel, the following vulnerability has been resolved: ext4: set goal start correctly in ext4mbnormalizerequest We need to set acgex to notify the goal start used in ext4mbfindbygoal. Set acgex instead of acfex in ext4mbnormalizerequest. Besides we should assure goal start is in rang...

6.3AI score
SaveExploits0References11
CVE
CVE
•added 2025/12/24 10:55 a.m.•37 views

CVE-2023-53990

Technical details for CVE-2023-53990 are not publicly available in the supplied documents; no vendor/product/version specifics, exploit info, or fixes are provided here. Monitor for updates.

7.8CVSS6.1AI score0.00153EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2025/12/24 10:55 a.m.•39 views

CVE-2023-53990 SMB3: Add missing locks to protect deferred close file list

In the Linux kernel, the following vulnerability has been resolved: SMB3: Add missing locks to protect deferred close file list cifsdeldeferredclose function has a critical section which modifies the deferred close file list. We must acquire deferredlock before calling cifsdeldeferredclose functi...

7.8CVSS0.00153EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2025/12/24 10:55 a.m.•45 views

CVE-2022-50702 vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix possible memory leak in vdpasimnetinit and vdpasimblkinit Inject fault while probing module, if deviceregister fails in vdpasimnetinit or vdpasimblkinit, but the refcount of kobject is not decreased to 0, the name...

0.002EPSS
SaveExploits0References4
OSV
OSV
•added 2025/12/24 10:33 a.m.•11 views

CVE-2025-68372 nbd: defer config put in recv_work

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config put in recvwork There is one uaf issue in recvwork when running NBDCLEARSOCK and NBDCMDRECONFIGURE: nbdgenlconnect // confref=2 connect and recvwork A nbdopen // confref=3 recvwork A done // confref=2 NBDCLEARSO...

6.3AI score
SaveExploits0References11
attackerkb
attackerkb
•added 2025/12/24 10:33 a.m.•9 views

CVE-2025-68372

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config put in recvwork There is one uaf issue in recvwork when running NBDCLEARSOCK and NBDCMDRECONFIGURE: nbdgenlconnect // confref=2 connect and recvwork A nbdopen // confref=3 recvwork A done // confref=2 NBDCLEARSO...

5.2AI score0.00198EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
•added 2025/12/24 10:33 a.m.•8 views

CVE-2025-68372 nbd: defer config put in recv_work

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config put in recvwork There is one uaf issue in recvwork when running NBDCLEARSOCK and NBDCMDRECONFIGURE: nbdgenlconnect // confref=2 connect and recvwork A nbdopen // confref=3 recvwork A done // confref=2 NBDCLEARSO...

5.3AI score0.00198EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2025/12/24 10:33 a.m.•39 views

CVE-2025-68372 nbd: defer config put in recv_work

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config put in recvwork There is one uaf issue in recvwork when running NBDCLEARSOCK and NBDCMDRECONFIGURE: nbdgenlconnect // confref=2 connect and recvwork A nbdopen // confref=3 recvwork A done // confref=2 NBDCLEARSO...

0.00198EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
•added 2025/12/24 10:32 a.m.•13 views

CVE-2025-68366 nbd: defer config unlock in nbd_genl_connect

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config unlock in nbdgenlconnect There is one use-after-free warning when running NBDCMDCONNECT and NBDCLEARSOCK: nbdgenlconnect nbdallocandinitconfig // configrefs=1 nbdstartdevice // configrefs=2 set NBDRTHASCONFIGREF...

5.3AI score0.00198EPSS
SaveExploits0References8
CVE
CVE
•added 2025/12/24 10:32 a.m.•89 views

CVE-2025-68366

CVE-2025-68366 is a Linux kernel use-after-free in NBD config handling. The issue stemmed from a faulty refcount path in nbd_genl_connect where config_refs could be incremented after a pending config work, leading to use-after-free when NBD commands were processed. Connected docs show the fix def...

6.2AI score0.00198EPSS
SaveExploits0References8
attackerkb
attackerkb
•added 2025/12/24 10:32 a.m.•12 views

CVE-2025-68366

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config unlock in nbdgenlconnect There is one use-after-free warning when running NBDCMDCONNECT and NBDCLEARSOCK: nbdgenlconnect nbdallocandinitconfig // configrefs=1 nbdstartdevice // configrefs=2 set NBDRTHASCONFIGREF...

5.2AI score0.00198EPSS
SaveExploits0References9Affected Software1
OSV
OSV
•added 2025/12/24 10:32 a.m.•9 views

CVE-2025-68366 nbd: defer config unlock in nbd_genl_connect

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config unlock in nbdgenlconnect There is one use-after-free warning when running NBDCMDCONNECT and NBDCLEARSOCK: nbdgenlconnect nbdallocandinitconfig // configrefs=1 nbdstartdevice // configrefs=2 set NBDRTHASCONFIGREF...

6.4AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2025/12/24 10:32 a.m.•42 views

CVE-2025-68348 block: fix memory leak in __blkdev_issue_zero_pages

In the Linux kernel, the following vulnerability has been resolved: block: fix memory leak in blkdevissuezeropages Move the fatal signal check before bioalloc to prevent a memory leak when BLKDEVZEROKILLABLE is set and a fatal signal is pending. Previously, the bio was allocated before checking f...

0.00202EPSS
SaveExploits0References4
CVE
CVE
•added 2025/12/24 10:32 a.m.•42 views

CVE-2025-68348

CVE-2025-68348 : In the Linux kernel block layer, a memory leak in __blkdev_issue_zero_pages was fixed by moving the fatal signal check before bio_alloc(). If a fatal signal was pending and BLKDEV_ZERO_KILLABLE was set, the code could allocate a bio and then exit the loop without freeing it. The ...

6.3AI score0.00202EPSS
SaveExploits0References4
OSV
OSV
•added 2025/12/24 10:32 a.m.•18 views

CVE-2025-68348 block: fix memory leak in __blkdev_issue_zero_pages

In the Linux kernel, the following vulnerability has been resolved: block: fix memory leak in blkdevissuezeropages Move the fatal signal check before bioalloc to prevent a memory leak when BLKDEVZEROKILLABLE is set and a fatal signal is pending. Previously, the bio was allocated before checking f...

6.6AI score
SaveExploits0References7
Rows per page
Query Builder