Lucene search
+L

6883 matches found

UbuntuCve
UbuntuCve
added 2025/10/01 12:15 p.m.5 views

CVE-2023-53476

In the Linux kernel, the following vulnerability has been resolved: iwcxgb4: Fix potential NULL dereference in c4iwfillrescmidentry This condition needs to match the previous "if epcp-state == LISTEN " exactly to avoid a NULL dereference of either "listenep" or "ep". The problem is that "epcp" ha...

5.5CVSS6AI score0.00145EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/10/01 12:15 p.m.3 views

CVE-2023-53514

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix memory leak of device names The device names allocated by devsetname need be freed before module unloading, but they can not be freed because the kobject's refcount which was set in deviceinitialize has not be...

5.5CVSS5.9AI score0.00135EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/10/01 12:15 p.m.5 views

CVE-2023-53508

In the Linux kernel, the following vulnerability has been resolved: ublk: fail to start device if queue setup is interrupted In ublkctrlstartdev, if waitforcompletioninterruptible is interrupted by signal, queues aren't setup successfully yet, so we have to fail UBLKCMDSTARTDEV, otherwise kernel...

7.8CVSS6.6AI score0.00151EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/10/01 12:15 p.m.4 views

CVE-2023-53532

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix deinitialization of firmware resources Currently, in ath11kahbfwresourcesinit, iommu domain mapping is done only for the chipsets having fixed firmware memory. Also, for such chipsets, mapping is done only if it...

5.5CVSS5.8AI score0.00135EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/10/01 12:15 p.m.5 views

CVE-2023-53455

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: drop all currently held locks if deadlock happens If vc4hdmiresetlink returns -EDEADLK, it means that a deadlock happened in the locking context. This situation should be addressed by dropping all currently held locks an...

5.5CVSS5.9AI score0.00143EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/10/01 12:15 p.m.4 views

CVE-2023-53529

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Fix memory leak in rtw88usb Kmemleak shows the following leak arising from routine in the usb probe routine: unreferenced object 0xffff895cb29bba00 size 512: comm "udev-worker", pid 534, jiffies 4294903932 age...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/10/01 12:15 p.m.4 views

CVE-2022-50468

In the Linux kernel, the following vulnerability has been resolved: platform/chrome: crosusbpdnotify: Fix error handling in crosusbpdnotifyinit The following WARNING message was given when rmmod crosusbpdnotify: Unexpected driver unregister! WARNING: CPU: 0 PID: 253 at drivers/base/driver.c:270...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/10/01 12:15 p.m.3 views

CVE-2022-50435

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid crash when inline data creation follows DIO write When inode is created and written to using direct IO, there is nothing to clear the EXT4STATEMAYINLINEDATA flag. Thus when inode gets truncated later to say 1 byte and...

5.5CVSS5.8AI score0.00148EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/10/01 12:15 p.m.5 views

CVE-2022-50434

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix possible memleak when register 'hctx' failed There's issue as follows when do fault injection test: unreferenced object 0xffff888132a9f400 size 512: comm "insmod", pid 308021, jiffies 4324277909 age 509.733s hex dump...

5.5CVSS5.7AI score0.00168EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/10/01 12:15 p.m.4 views

CVE-2023-53495

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mvpp2main: fix possible OOB write in mvpp2ethtoolgetrxnfc rules is allocated in ethtoolgetrxnfc and the size is determined by rulecnt from user space. So rulecnt needs to be check before using rules to avoid OOB...

7.8CVSS5.9AI score0.00153EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/10/01 12:15 p.m.3 views

CVE-2023-53515

In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vmdev vmdev has a separate lifecycle because it has a 'struct device' embedded. Thus, having a release callback for it is correct. Allocating the vmdev struct with devres totally breaks this...

7.8CVSS6.1AI score0.00139EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/10/01 12:15 p.m.6 views

CVE-2023-53484

In the Linux kernel, the following vulnerability has been resolved: lib: cpurmap: Avoid use after free on rmap-obj array entries When calling irqsetaffinitynotifier with NULL at the notify argument, it will cause freeing of the glue pointer in the corresponding array entry but will leave the...

7.8CVSS6.2AI score0.00149EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/10/01 12:15 p.m.4 views

CVE-2023-53485

In the Linux kernel, the following vulnerability has been resolved: fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev Syzkaller reported the following issue: UBSAN: array-index-out-of-bounds in fs/jfs/jfsdmap.c:1965:6 index -84 is out of range for type 's8341' aka 'signed char341'...

7.8CVSS6.2AI score0.00173EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/10/01 12:15 p.m.3 views

CVE-2023-53488

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix possible panic during hotplug remove During hotplug remove it is possible that the update counters work might be pending, and may run after memory has been freed. Cancel the update counters work before freeing memory...

5.5CVSS5.5AI score0.00146EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/10/01 8:15 a.m.4 views

CVE-2025-39922

In the Linux kernel, the following vulnerability has been resolved: ixgbe: fix incorrect map used in eee linkmode incorrectly used ixgbelpmap in loops intended to populate the supported and advertised EEE linkmode bitmaps based on ixgbelsmap. This results in incorrect bit setting and potential...

7.1CVSS6.6AI score0.00137EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/10/01 8:15 a.m.4 views

CVE-2025-39911

In the Linux kernel, the following vulnerability has been resolved: i40e: fix IRQ freeing in i40evsirequestirqmsix error path If requestirq in i40evsirequestirqmsix fails in an iteration later than the first, the error path wants to free the IRQs requested so far. However, it uses the wrong devid...

7.8CVSS6.6AI score0.00147EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2025/10/01 8:15 a.m.5 views

CVE-2025-39910

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc, mm/kasan: respect gfp mask in kasanpopulatevmalloc kasanpopulatevmalloc and its helpers ignore the caller's gfpmask and always allocate memory using the hardcoded GFPKERNEL flag. This makes them inconsistent with...

5.5CVSS6.4AI score0.00094EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/10/01 8:15 a.m.3 views

CVE-2025-39905

In the Linux kernel, the following vulnerability has been resolved: net: phylink: add lock for serializing concurrent pl-phydev writes with resolver Currently phylinkresolve protects itself against concurrent phylinkbringupphy or phylinkdisconnectphy calls which modify pl-phydev by relying on...

7CVSS6.6AI score0.00102EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/10/01 8:15 a.m.7 views

CVE-2025-39925

In the Linux kernel, the following vulnerability has been resolved: can: j1939: implement NETDEVUNREGISTER notification handler syzbot is reporting unregisternetdevice: waiting for vcan0 to become free. Usage count = 2 problem, for j1939 protocol did not have NETDEVUNREGISTER notification handler...

5.5CVSS6.7AI score0.0012EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/10/01 8:15 a.m.4 views

CVE-2025-39899

In the Linux kernel, the following vulnerability has been resolved: mm/userfaultfd: fix kmaplocal LIFO ordering for CONFIGHIGHPTE With CONFIGHIGHPTE on 32-bit ARM, movepagespte maps PTE pages using kmaplocalpage, which requires unmapping in Last-In-First-Out order. The current code maps dstpte...

5.5CVSS5.8AI score0.00135EPSS
SaveExploits0References15
Rows per page
Query Builder