Lucene search
+L

83701 matches found

Circl
Circl
added 2025/02/27 4:25 a.m.13 views

CVE-2024-2321

creationtimestamp| type| source ---|---|--- 2025-02-27 04:25:14+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/5647 2025-02-27 07:37:55+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lj5f4ci3m72p 2025-02-27 08:53:34+00:00| seen| https://t.me/cvedetector/19024...

5.6CVSS5.3AI score0.00241EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/27 3:15 a.m.10 views

DEBIAN-CVE-2025-21782

In the Linux kernel, the following vulnerability has been resolved: orangefs: fix a oob in orangefsdebugwrite I got a syzbot report: slab-out-of-bounds Read in orangefsdebugwrite... several people suggested fixes, I tested Al Viro's suggestion and made this patch...

7.1CVSS6.1AI score0.00258EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.12 views

AZL-57971 CVE-2025-21782 affecting package kernel for versions less than 6.6.79.1-1

In the Linux kernel, the following vulnerability has been resolved: orangefs: fix a oob in orangefsdebugwrite I got a syzbot report: slab-out-of-bounds Read in orangefsdebugwrite... several people suggested fixes, I tested Al Viro's suggestion and made this patch...

7.1CVSS6.6AI score0.00258EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.14 views

AZL-59052 CVE-2024-58013 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix slab-use-after-free Read in mgmtremoveadvmonitorsync This fixes the following crash: ================================================================== BUG: KASAN: slab-use-after-free in...

7.8CVSS6.7AI score0.0024EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/02/27 3:11 a.m.6 views

SUSE CVE-2022-49176

In the Linux kernel, the following vulnerability has been resolved: bfq: fix use-after-free in bfqdispatchrequest KASAN reports a use-after-free report when doing normal scsi-mq test 69832.239032 ================================================================== 69832.241810 BUG: KASAN:...

5.5CVSS6.5AI score0.00277EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/02/27 3:08 a.m.23 views

SUSE CVE-2022-49328

In the Linux kernel, the following vulnerability has been resolved: mt76: fix use-after-free by removing a non-RCU wcid pointer Fixes an issue caught by KASAN about use-after-free in mt76txqschedule by protecting mtxq-wcid with rculock between mt76txqschedule and stainfoalloc, free. 18853.876689...

5.5CVSS6.3AI score0.00422EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/02/27 2:18 a.m.19 views

CVE-2025-21756

In the Linux kernel, the following vulnerability has been resolved: vsock: Keep the binding until socket destruction Preserve sockets bindings; this includes both resulting from an explicit bind and those implicitly bound through autobind during connect. Prevents socket unbinding during a transpo...

7.8CVSS6.1AI score0.00891EPSS
SaveExploits3
OSV
OSV
added 2025/02/27 2:18 a.m.11 views

CVE-2024-52557 drm: zynqmp_dp: Fix integer overflow in zynqmp_dp_rate_get()

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpdp: Fix integer overflow in zynqmpdprateget This patch fixes a potential integer overflow in the zynqmpdprateget The issue comes up when the expression drmdpbwcodetolinkratedp-test.bwcode 10000 is evaluated using 32-bi...

5.5CVSS6.8AI score
SaveExploits0References5
OSV
OSV
added 2025/02/27 2:15 a.m.4 views

DEBIAN-CVE-2025-21716

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix uninit-value in vxlanvnifilterdump KMSAN reported an uninit-value access in vxlanvnifilterdump 1. If the length of the netlink message payload is less than sizeofstruct tunnelmsg, vxlanvnifilterdump accesses bytes beyo...

5.5CVSS5.6AI score0.00206EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/27 2:15 a.m.23 views

CVE-2025-21718

In the Linux kernel, the following vulnerability has been resolved: net: rose: fix timer races against user threads Rose timers only acquire the socket spinlock, without checking if the socket is owned by one user thread. Add a check and rearm the timers if needed. BUG: KASAN: slab-use-after-free...

7.8CVSS0.00171EPSS
SaveExploits0References11
OSV
OSV
added 2025/02/27 2:15 a.m.2 views

DEBIAN-CVE-2025-21718

In the Linux kernel, the following vulnerability has been resolved: net: rose: fix timer races against user threads Rose timers only acquire the socket spinlock, without checking if the socket is owned by one user thread. Add a check and rearm the timers if needed. BUG: KASAN: slab-use-after-free...

7CVSS6.2AI score0.00171EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 2:15 a.m.7 views

DEBIAN-CVE-2025-21722

In the Linux kernel, the following vulnerability has been resolved: nilfs2: do not force clear folio if buffer is referenced Patch series "nilfs2: protect busy buffer heads from being force-cleared". This series fixes the buffer head state inconsistency issues reported by syzbot that occurs when...

7.8CVSS6.2AI score0.00227EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/27 2:15 a.m.22 views

CVE-2025-21708

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: enable basic endpoint checking Syzkaller reports 1 encountering a common issue of utilizing a wrong usb endpoint type during URB submitting stage. This, in turn, triggers a warning shown below. For now, enable...

5.5CVSS0.00227EPSS
SaveExploits0References10
OSV
OSV
added 2025/02/27 2:15 a.m.16 views

UBUNTU-CVE-2025-21708

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: enable basic endpoint checking Syzkaller reports 1 encountering a common issue of utilizing a wrong usb endpoint type during URB submitting stage. This, in turn, triggers a warning shown below. For now, enable...

5.5CVSS6.2AI score0.00227EPSS
SaveExploits0References50
Cvelist
Cvelist
added 2025/02/27 2:12 a.m.32 views

CVE-2025-21753 btrfs: fix use-after-free when attempting to join an aborted transaction

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free when attempting to join an aborted transaction When we are trying to join the current transaction and if it's aborted, we read its 'aborted' field after unlocking fsinfo-translock and without holding any...

7.8CVSS0.00262EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2025/02/27 2:12 a.m.13 views

CVE-2025-21753 btrfs: fix use-after-free when attempting to join an aborted transaction

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free when attempting to join an aborted transaction When we are trying to join the current transaction and if it's aborted, we read its 'aborted' field after unlocking fsinfo-translock and without holding any...

7.8CVSS7.3AI score0.00262EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/27 2:12 a.m.18 views

CVE-2025-21753

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free when attempting to join an aborted transaction When we are trying to join the current transaction and if it's aborted, we read its 'aborted' field after unlocking fsinfo-translock and without holding any...

7.8CVSS6.2AI score0.00262EPSS
SaveExploits0
OSV
OSV
added 2025/02/27 2:12 a.m.24 views

CVE-2025-21753 btrfs: fix use-after-free when attempting to join an aborted transaction

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free when attempting to join an aborted transaction When we are trying to join the current transaction and if it's aborted, we read its 'aborted' field after unlocking fsinfo-translock and without holding any...

7.8CVSS6AI score
SaveExploits0References14
OSV
OSV
added 2025/02/27 2:12 a.m.14 views

CVE-2024-58013 Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_sync

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix slab-use-after-free Read in mgmtremoveadvmonitorsync This fixes the following crash: ================================================================== BUG: KASAN: slab-use-after-free in...

7.8CVSS6.1AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/02/27 2:07 a.m.5 views

CVE-2025-21727

In the Linux kernel, the following vulnerability has been resolved: padata: fix UAF in padatareorder A bug was found when run ltp test: BUG: KASAN: slab-use-after-free in padatafindnext+0x29/0x1a0 Read of size 4 at addr ffff88bbfe003524 by task kworker/u113:2/3039206 CPU: 0 PID: 3039206 Comm:...

7.8CVSS5.6AI score0.00222EPSS
SaveExploits0
Rows per page
Query Builder