Lucene search
+L

2672 matches found

UbuntuCve
UbuntuCve
added 2025/02/27 3:15 a.m.11 views

CVE-2025-21751

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: HWS, change error flow on matcher disconnect Currently, when firmware failure occurs during matcher disconnect flow, the error flow of the function reconnects the matcher back and returns an error, which continues runni...

7.8CVSS6.3AI score0.00221EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/02/27 3:15 a.m.17 views

CVE-2025-21758

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: add RCU protection to mldnewpack mldnewpack can be called without RTNL or RCU being held. Note that we no longer can use sockallocsendskb because ipv6.igmpsk uses GFPKERNEL allocations which can sleep. Instead use...

7.8CVSS6.2AI score0.13707EPSS
SaveExploits0References30
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.13 views

CVE-2024-57990

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: fix off by one in mt7925loadclc This comparison should be = instead of to prevent an out of bounds read and write...

7.8CVSS6.4AI score0.00234EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.11 views

CVE-2025-21719

In the Linux kernel, the following vulnerability has been resolved: ipmr: do not call mrmfcusesdev for unres entries syzbot found that calling mrmfcusesdev for unres entries would crash 1, because c-mfcun.res.minvif / c-mfcun.res.maxvif alias to "struct skbuffhead unresolved", which contain two...

7.1CVSS6.2AI score0.00191EPSS
SaveExploits0References49
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.15 views

CVE-2025-21729

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix race between cancelhwscan and hwscan completion The rtwdev-scanning flag isn't protected by mutex originally, so cancelhwscan can pass the condition, but suddenly hwscan completion unset the flag and calls...

7.8CVSS6.1AI score0.00198EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.8 views

CVE-2024-58000

In the Linux kernel, the following vulnerability has been resolved: iouring: prevent reg-wait speculations With ENTEREXTARGREG instead of passing a user pointer with arguments for the waiting loop the user can specify an offset into a pre-mapped region of memory, in which case the offset, offset ...

5.5CVSS6.3AI score0.00186EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.6 views

CVE-2025-21717

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: add missing cputonode to kvzallocnode in mlx5eopenxdpredirectsq kvzallocnode is not doing a runtime check on the node argument allocpagesnodenoprof does have a VMBUGON, but it expands to nothing on !CONFIGDEBUGVM build...

7.8CVSS6.3AI score0.00169EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.8 views

CVE-2024-57997

In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix channel survey memory allocation size KASAN reported a memory allocation issue in wcn-chansurvey due to incorrect size calculation. This commit uses kcalloc to allocate memory for wcn-chansurvey, ensuring prope...

8.8CVSS6.4AI score0.00326EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.11 views

CVE-2025-21720

In the Linux kernel, the following vulnerability has been resolved: xfrm: delete intermediate secpath entry in packet offload mode Packets handled by hardware have added secpath as a way to inform XFRM core code that this path was already handled. That secpath is not needed at all after policy is...

7.5CVSS6.4AI score0.00351EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.10 views

CVE-2025-21715

In the Linux kernel, the following vulnerability has been resolved: net: davicom: fix UAF in dm9000drvremove dm is netdev private data and it cannot be used after freenetdev call. Using dm after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function. This is similar ...

7.8CVSS6.2AI score0.00214EPSS
SaveExploits0References57
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.11 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.8CVSS6AI score0.0022EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.7 views

CVE-2024-57992

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: unregister wiphy only if it has been registered There is a specific error path in probe functions in wilc drivers both sdio and spi which can lead to kernel panic, as this one for example when using SPI: Unable to...

5.5CVSS5.9AI score0.00172EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.9 views

CVE-2024-57994

In the Linux kernel, the following vulnerability has been resolved: ptrring: do not block hard interrupts in ptrringresizemultiple Jakub added a lockdepassertnohardirq check in pagepoolputpage to increase test coverage. syzbot found a splat caused by hard irq blocking in ptrringresizemultiple 1 A...

5.5CVSS6.4AI score0.00161EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.16 views

CVE-2025-21724

In the Linux kernel, the following vulnerability has been resolved: iommufd/iovabitmap: Fix shift-out-of-bounds in iovabitmapoffsettoindex Resolve a UBSAN shift-out-of-bounds issue in iovabitmapoffsettoindex where shifting the constant "1" of type int by bitmap-mapped.pgshift an unsigned long val...

7.8CVSS6.3AI score0.00188EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.12 views

CVE-2025-21731

In the Linux kernel, the following vulnerability has been resolved: nbd: don't allow reconnect after disconnect Following process can cause nbdconfig UAF: 1 grab nbdconfig temporarily; 2 nbdgenldisconnect flush all recvwork and release the initial reference: nbdgenldisconnect nbddisconnectandput...

7.8CVSS6.4AI score0.00224EPSS
SaveExploits0References49
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.8 views

CVE-2024-57980

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix double free in error path If the uvcstatusinit function fails to allocate the inturb, it will free the dev-status pointer but doesn't reset the pointer to NULL. This results in the kfree call in...

7.8CVSS6.1AI score0.00264EPSS
SaveExploits0References49
Circl
Circl
added 2025/02/27 1:26 a.m.6 views

RHSA-2025:1187

creationtimestamp| type| source ---|---|--- 2025-02-27 01:26:02+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/5635 2025-04-16 18:56:07+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/12130...

5.3AI score
SaveExploits0References2
Circl
Circl
added 2025/02/26 10:24 p.m.10 views

CVE-2024-55581

creationtimestamp| type| source ---|---|--- 2025-02-26 22:24:29+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/5630 2025-02-26 23:33:24+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lj4jzudayr22 2025-02-27 00:19:23+00:00| seen| https://t.me/cvedetector/18962 2025-03-11...

7.4CVSS7.2AI score0.00279EPSS
SaveExploits1References3
Circl
Circl
added 2025/02/26 4:24 p.m.11 views

CVE-2024-53427

creationtimestamp| type| source ---|---|--- 2025-02-26 16:24:27+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/5531 2025-02-26 20:08:23+00:00| seen| https://t.me/cvedetector/18947 2025-02-26 21:43:12+00:00| seen|...

8.1CVSS5.4AI score0.00356EPSS
SaveExploits1References4
Circl
Circl
added 2025/02/26 9:44 a.m.14 views

CVE-2024-47053

creationtimestamp| type| source ---|---|--- 2025-02-26 09:44:34+00:00| seen| https://bsky.app/profile/druid.fi/post/3lj33ptmzfc2z 2025-02-26 12:31:56+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/5487...

7.7CVSS5.7AI score0.00711EPSS
SaveExploits0References2
Rows per page
Query Builder