Lucene search
+L

6350 matches found

Cvelist
Cvelist
added 2024/02/29 3:52 p.m.44 views

CVE-2024-26612 netfs, fscache: Prevent Oops in fscache_put_cache()

In the Linux kernel, the following vulnerability has been resolved: netfs, fscache: Prevent Oops in fscacheputcache This function dereferences "cache" and then checks if it's ISERRORNULL. Check first, then dereference...

7.5AI score0.00239EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/02/29 3:52 p.m.49 views

CVE-2024-26611 xsk: fix usage of multi-buffer BPF helpers for ZC XDP

In the Linux kernel, the following vulnerability has been resolved: xsk: fix usage of multi-buffer BPF helpers for ZC XDP Currently when packet is shrunk via bpfxdpadjusttail and memory type is set to MEMTYPEXSKBUFFPOOL, null ptr dereference happens: 1136314.192256 BUG: kernel NULL pointer...

7.5CVSS6.4AI score0.00643EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/02/29 3:52 p.m.22 views

CVE-2024-26611 xsk: fix usage of multi-buffer BPF helpers for ZC XDP

In the Linux kernel, the following vulnerability has been resolved: xsk: fix usage of multi-buffer BPF helpers for ZC XDP Currently when packet is shrunk via bpfxdpadjusttail and memory type is set to MEMTYPEXSKBUFFPOOL, null ptr dereference happens: 1136314.192256 BUG: kernel NULL pointer...

7.5CVSS6.6AI score0.00643EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/02/29 3:52 p.m.30 views

CVE-2023-52498 PM: sleep: Fix possible deadlocks in core system-wide PM code

In the Linux kernel, the following vulnerability has been resolved: PM: sleep: Fix possible deadlocks in core system-wide PM code It is reported that in low-memory situations the system-wide resume core code deadlocks, because asyncscheduledev executes its argument function synchronously if it...

7.6AI score0.00238EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/02/29 3:52 p.m.33 views

CVE-2024-26608 ksmbd: fix global oob in ksmbd_nl_policy

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix global oob in ksmbdnlpolicy Similar to a reported issue check the commit b33fb5b801c6 "net: qualcomm: rmnet: fix global oob in rmnetpolicy", my local fuzzer finds another global out-of-bounds read for policy...

7.8CVSS6.5AI score0.00234EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/02/29 3:52 p.m.67 views

CVE-2023-52497

In the Linux kernel, the following vulnerability has been resolved: erofs: fix lz4 inplace decompression Currently EROFS can map another compressed buffer for inplace decompression, that was used to handle the cases that some pages of compressed data are actually not in-place I/O. However, like...

7.1CVSS7.5AI score0.00281EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/02/29 3:52 p.m.16 views

CVE-2023-52494 bus: mhi: host: Add alignment check for event ring read pointer

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: Add alignment check for event ring read pointer Though we do check the event ring read pointer by "isvalidringptr" to make sure it is in the buffer range, but there is another risk the pointer may be not aligned...

6.8AI score0.0028EPSS
SaveExploits0References6
OSV
OSV
added 2024/02/29 3:52 p.m.10 views

CVE-2023-52493 bus: mhi: host: Drop chan lock before queuing buffers

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: Drop chan lock before queuing buffers Ensure read and write locks for the channel are not taken in succession by dropping the read lock from parsexferevent such that a callback given to client can potentially queu...

5.8AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/02/29 3:52 p.m.53 views

CVE-2023-52494

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: Add alignment check for event ring read pointer Though we do check the event ring read pointer by "isvalidringptr" to make sure it is in the buffer range, but there is another risk the pointer may be not aligned...

7.8CVSS6.1AI score0.0028EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/02/29 3:52 p.m.45 views

CVE-2023-52488

In the Linux kernel, the following vulnerability has been resolved: serial: sc16is7xx: convert from raw to noinc regmap functions for FIFO The SC16IS7XX IC supports a burst mode to access the FIFOs where the initial register address is sent $00, followed by all the FIFO data without having to...

5.5CVSS7.3AI score0.00289EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/02/29 3:52 p.m.34 views

CVE-2023-52487 net/mlx5e: Fix peer flow lists handling

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix peer flow lists handling The cited change refactored mlx5etcdelfdbpeerflow to only clear DUP flag when list of peer flows has become empty. However, if any concurrent user holds a reference to a peer flow for...

6.6AI score0.00272EPSS
SaveExploits0References3
NVD
NVD
added 2024/02/29 3:15 p.m.64 views

CVE-2023-52485

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Wake DMCUB before sending a command Why We can hang in place trying to send commands when the DMCUB isn't powered on. How For functions that execute within a DC context or DC lock we can wrap the direct calls to...

5.5CVSS7AI score0.00214EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/02/29 2:57 p.m.17 views

CVE-2023-52485 drm/amd/display: Wake DMCUB before sending a command

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Wake DMCUB before sending a command Why We can hang in place trying to send commands when the DMCUB isn't powered on. How For functions that execute within a DC context or DC lock we can wrap the direct calls to...

7.4AI score0.00214EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/02/29 2:57 p.m.91 views

CVE-2023-52485

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Wake DMCUB before sending a command Why We can hang in place trying to send commands when the DMCUB isn't powered on. How For functions that execute within a DC context or DC lock we can wrap the direct calls to...

5.5CVSS5.2AI score0.00214EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/02/29 2:57 p.m.72 views

CVE-2023-52485 drm/amd/display: Wake DMCUB before sending a command

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Wake DMCUB before sending a command Why We can hang in place trying to send commands when the DMCUB isn't powered on. How For functions that execute within a DC context or DC lock we can wrap the direct calls to...

7.3AI score0.00214EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/02/29 11:02 a.m.20 views

CVE-2021-47046

An off-by-one read overflow was found in the Linux kernel in the hdmi14processtransaction function. This issue may lead to a crash...

6CVSS7.2AI score0.00245EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/02/29 10:50 a.m.22 views

CVE-2021-47041

A flaw was found in the Linux Kernel, potentially allowing for a deadlock when running nvmet-tcp and nvme-tcp on the same system. This may lead to compromised Availability...

4.4CVSS6AI score0.0049EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/02/29 10:32 a.m.24 views

CVE-2021-47030

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: fix memory leak in mt7615coredumpwork Similar to the issue fixed in mt7921coredumpwork, fix a possible memory leak in mt7615coredumpwork routine...

4.4CVSS6.4AI score0.00205EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/02/29 10:02 a.m.23 views

CVE-2020-36779

In the Linux kernel, the following vulnerability has been resolved: i2c: stm32f7: fix reference leak when pmruntimegetsync fails The PM reference count is not expected to be incremented on return in these stm32f7i2cxx serious functions. However, pmruntimegetsync will increment the PM reference...

4.4CVSS6.4AI score0.00222EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/02/29 8:02 a.m.24 views

CVE-2021-47007

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix panic during f2fsresizefs f2fsresizefs hangs in below callstack with testcase: - mkfs 16GB image & mount image - dd 8GB fileA - dd 8GB fileB - sync - rm fileA - sync - resize filesystem to 8GB kernel BUG at...

5.5CVSS6.4AI score0.00236EPSS
SaveExploits0References4
Rows per page
Query Builder