Lucene search
+L

748 matches found

OSV
OSV
added 2024/04/17 10:27 a.m.6 views

CVE-2024-26874 drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Fix a null pointer crash in mtkdrmcrtcfinishpageflip It's possible that mtkcrtc-event is NULL in mtkdrmcrtcfinishpageflip. pendingneedsvblank value is set by mtkcrtc-event, but in mtkdrmcrtcatomicflush, it's is not...

4.7CVSS5.8AI score0.00238EPSS
SaveExploits0References14
OSV
OSV
added 2024/04/17 10:17 a.m.5 views

CVE-2024-26856 net: sparx5: Fix use after free inside sparx5_del_mact_entry

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: Fix use after free inside sparx5delmactentry Based on the static analyzis of the code it looks like when an entry from the MAC table was removed, the entry was still used after being freed. More precise the vid of th...

7.8CVSS6AI score0.00227EPSS
SaveExploits0References8
OSV
OSV
added 2024/04/10 7:15 p.m.5 views

CVE-2021-47207

In the Linux kernel, the following vulnerability has been resolved: ALSA: gus: fix null pointer dereference on pointer block The pointer block return from sndgf1dmanextblock could be null, so there is a potential null pointer dereference issue. Fix this by adding a null check before dereference...

5.5CVSS5.3AI score
SaveExploits0References8
OSV
OSV
added 2024/04/10 7:15 p.m.6 views

CVE-2021-47215

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: kTLS, Fix crash in RX resync flow For the TLS RX resync flow, we maintain a list of TLS contexts that require some attention, to communicate their resync information to the HW. Here we fix list corruptions, by protecti...

5.5CVSS5.3AI score
SaveExploits0References2
OSV
OSV
added 2024/04/03 5:0 p.m.13 views

CVE-2024-26755 md: Don't suspend the array for interrupted reshape

In the Linux kernel, the following vulnerability has been resolved: md: Don't suspend the array for interrupted reshape mdstartsync will suspend the array if there are spares that can be added or removed from conf, however, if reshape is still in progress, this won't happen at all or data will be...

5.3CVSS4.6AI score0.0065EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/03 5:0 p.m.12 views

CVE-2024-26748 usb: cdns3: fix memory double free when handle zero packet

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: fix memory double free when handle zero packet 829 if request-complete 830 spinunlock&privdev-lock; 831 usbgadgetgivebackrequest&privep-endpoint, 832 request; 833 spinlock&privdev-lock; 834 835 836 if request-buf ==...

7.8CVSS6AI score0.00242EPSS
SaveExploits0References11
OSV
OSV
added 2024/04/03 5:0 p.m.5 views

CVE-2024-26749 usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: fixed memory use after free at cdns3gadgetepdisable ... cdns3gadgetepfreerequest&privep-endpoint, &privreq-request; listdelinit&privreq-list; ... 'privreq' actually free at cdns3gadgetepfreerequest. But listdelinit us...

7.8CVSS6AI score0.00245EPSS
SaveExploits0References11
OSV
OSV
added 2024/04/03 2:54 p.m.6 views

CVE-2024-26685 nilfs2: fix potential bug in end_buffer_async_write

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential bug in endbufferasyncwrite According to a syzbot report, endbufferasyncwrite, which handles the completion of block device writes, may detect abnormal condition of the buffer asyncwrite flag and cause a BUGO...

5.5CVSS5.8AI score0.0025EPSS
SaveExploits0References13
OSV
OSV
added 2024/04/02 6:49 a.m.11 views

CVE-2024-26671 blk-mq: fix IO hang from sbitmap wakeup race

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix IO hang from sbitmap wakeup race In blkmqmarktagwait, addwaitqueue may be re-ordered with the following blkmqgetdrivertag in case of getting driver tag failure. Then in sbitmapqueuewakeup, waitqueueactive may not...

4.7CVSS5.9AI score0.00186EPSS
SaveExploits0References13
OSV
OSV
added 2024/04/02 6:22 a.m.7 views

CVE-2024-26666 wifi: mac80211: fix RCU use in TDLS fast-xmit

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix RCU use in TDLS fast-xmit This looks up the link under RCU protection, but isn't guaranteed to actually have protection. Fix that...

7.8CVSS5.7AI score0.00234EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/25 10:15 a.m.9 views

CVE-2021-47171

In the Linux kernel, the following vulnerability has been resolved: net: usb: fix memory leak in smsc75xxbind Syzbot reported memory leak in smsc75xxbind. The problem was is non-freed memory in case of errors after memory allocation. backtrace: kmalloc include/linux/slab.h:556 inline kzalloc...

5.5CVSS5.3AI score
SaveExploits0References8
OSV
OSV
added 2024/03/25 9:15 a.m.7 views

CVE-2021-47150

In the Linux kernel, the following vulnerability has been resolved: net: fec: fix the potential memory leak in fecenetinit If the memory allocated for cbdbase is failed, it should free the memory allocated for the queues, otherwise it causes memory leak. And if the memory allocated for the queues...

5.5CVSS5.3AI score
SaveExploits0References5
OSV
OSV
added 2024/03/18 10:14 a.m.10 views

CVE-2023-52615 hwrng: core - Fix page fault dead lock on mmap-ed hwrng

In the Linux kernel, the following vulnerability has been resolved: hwrng: core - Fix page fault dead lock on mmap-ed hwrng There is a dead-lock in the hwrng device read path. This triggers when the user reads from /dev/hwrng into memory also mmap-ed from /dev/hwrng. The resulting page fault...

5.5CVSS6.1AI score0.00195EPSS
SaveExploits0References13
OSV
OSV
added 2024/03/06 11:19 a.m.13 views

BIT-TENSORFLOW-2021-29533 CHECK-fail in DrawBoundingBoxes

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a CHECK failure by passing an empty image to tf.rawops.DrawBoundingBoxes. This is because the...

5.5CVSS5.5AI score0.00217EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:3 a.m.25 views

BIT-REDASH-2021-43777

Redash is a package for data visualization and sharing. In Redash version 10.0 and prior, the implementation of Google Login via OAuth incorrectly uses the state parameter to pass the next URL to redirect the user to after login. The state parameter should be used for a Cross-Site Request Forgery...

6.4AI score
SaveExploits0References2
OSV
OSV
added 2024/03/04 6:15 p.m.7 views

CVE-2021-47101

In the Linux kernel, the following vulnerability has been resolved: asix: fix uninit-value in asixmdioread asixreadcmd may read less than sizeofsmsr bytes and in this case smsr will be uninitialized. Fail log: BUG: KMSAN: uninit-value in asixcheckhostenable drivers/net/usb/asixcommon.c:82 inline...

7.1CVSS7AI score
SaveExploits0References2
OSV
OSV
added 2024/03/02 9:59 p.m.5 views

CVE-2023-52573 net: rds: Fix possible NULL-pointer dereference

In the Linux kernel, the following vulnerability has been resolved: net: rds: Fix possible NULL-pointer dereference In rdsrdmacmeventhandlercmn check, if conn pointer exists before dereferencing it as rdmasetservicetype argument Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS5.9AI score0.00226EPSS
SaveExploits0References9
OSV
OSV
added 2024/03/02 9:52 p.m.5 views

CVE-2023-52529 HID: sony: Fix a potential memory leak in sony_probe()

In the Linux kernel, the following vulnerability has been resolved: HID: sony: Fix a potential memory leak in sonyprobe If an error occurs after a successful usballocurb call, usbfreeurb should be called...

6CVSS5.6AI score0.00228EPSS
SaveExploits0References7
OSV
OSV
added 2024/03/02 9:52 p.m.7 views

CVE-2023-52525 wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Fix oob check condition in mwifiexprocessrxpacket Only skip the code path trying to access the rfc1042 headers when the buffer is too small, so the driver can still process packets without rfc1042 headers...

7.1CVSS5.7AI score0.00236EPSS
SaveExploits0References11
OSV
OSV
added 2024/02/28 9:15 a.m.5 views

CVE-2021-47052

In the Linux kernel, the following vulnerability has been resolved: crypto: sa2ul - Fix memory leak of rxd There are two error return paths that are not freeing rxd and causing memory leaks. Fix these. Addresses-Coverity: "Resource leak"...

5.5CVSS6.8AI score
SaveExploits0References4
Rows per page
Query Builder