Lucene search
+L

6341 matches found

UbuntuCve
UbuntuCve
added 2026/05/06 12:16 p.m.10 views

CVE-2026-43279

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Add sanity check for OOB writes at silencing At silencing the playback URB packets in the implicit fb mode before the actual playback, we blindly assume that the received packets fit with the buffer size. But whe...

7.8CVSS6.7AI score0.00123EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2026/05/06 12:16 p.m.11 views

CVE-2026-43238

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbedit: fix divide-by-zero in tcfskbedithash Commit 38a6f0865796 "net: sched: support hash selecting tx queue" added SKBEDITFTXQSKBHASH support. The inclusive range size is computed as: mappingmod = queuemappingmax...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References10
OSV
OSV
added 2026/05/06 12:16 p.m.9 views

UBUNTU-CVE-2026-43195

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate user queue size constraints Add validation to ensure user queue sizes meet hardware requirements: - Size must be a power of two for efficient ring buffer wrapping - Size must be at least AMDGPUGPUPAGESIZE to...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/06 12:16 p.m.9 views

UBUNTU-CVE-2026-43176

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: pci: validate release report content before using for RTL8922DE The commit 957eda596c76 "wifi: rtw89: pci: validate sequence number of TX release report" does validation on existing chips, which somehow a release...

8.8CVSS5.7AI score0.00256EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/06 12:16 p.m.12 views

UBUNTU-CVE-2026-43136

In the Linux kernel, the following vulnerability has been resolved: HID: logitech-hidpp: Check maxfield in hidppgetreportlength Do not crash when a report has no fields. Fake USB gadgets can send their own HID report descriptors and can define report structures without valid fields. This can be...

5.5CVSS5.6AI score0.00128EPSS
SaveExploits0References26
OSV
OSV
added 2026/05/06 12:16 p.m.29 views

UBUNTU-CVE-2025-71271

In the Linux kernel, the following vulnerability has been resolved: hfsplus: ensure sb-sfsinfo is always cleaned up When hfsplus was converted to the new mount api a bug was introduced by changing the allocation pattern of sb-sfsinfo. If setupbdevsuper fails after a new superblock has been...

5.5CVSS5.7AI score0.00126EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/06 12:16 p.m.13 views

UBUNTU-CVE-2026-43194

In the Linux kernel, the following vulnerability has been resolved: net: consume xmit errors of GSO frames udpgrofrglist.sh and udpgrobench.sh are the flakiest tests currently in NIPA. They fail in the same exact way, TCP GRO test stalls occasionally and the test gets killed after 10min. These...

7.5CVSS5.7AI score0.00533EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
added 2026/05/06 12:16 p.m.12 views

CVE-2026-43163

In the Linux kernel, the following vulnerability has been resolved: md/bitmap: fix GPF in writepage caused by resize race A General Protection Fault occurs in writepage during array resize: RIP: 0010:writepage+0x22b/0x3c0 mdmod This is a use-after-free race between bitmapdaemonwork and...

4.7CVSS5.4AI score0.00091EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2026/05/06 12:16 p.m.16 views

CVE-2026-43207

In the Linux kernel, the following vulnerability has been resolved: media: mtk-mdp: Fix error handling in probe function Add mtkmdpunregisterm2mdevice on the error handling path to prevent resource leak. Add check for the return value of vpugetplatdevice to prevent null pointer dereference. And...

7.8CVSS6.5AI score0.00139EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2026/05/06 12:16 p.m.11 views

CVE-2026-43150

In the Linux kernel, the following vulnerability has been resolved: perf/arm-cmn: Reject unsupported hardware configurations So far we've been fairly lax about accepting both unknown CMN models at least with a warning, and unknown revisions of those which we do know, as although things do...

7.8CVSS6.2AI score0.00139EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/05/06 12:16 p.m.14 views

CVE-2026-43139

In the Linux kernel, the following vulnerability has been resolved: xfrm6: fix uninitialized saddr in xfrm6getsaddr xfrm6getsaddr does not check the return value of ipv6devgetsaddr. When ipv6devgetsaddr fails to find a suitable source address returns -EADDRNOTAVAIL, saddr-in6 is left uninitialize...

8.6CVSS6.8AI score0.00375EPSS
SaveExploits0References25
OSV
OSV
added 2026/05/06 12:16 p.m.14 views

UBUNTU-CVE-2026-43256

In the Linux kernel, the following vulnerability has been resolved: media: qcom: camss: vfe: Fix out-of-bounds access in vfeisrregupdate vfeisr iterates using MSMVFEIMAGEMASTERSNUM7 as the loop bound and passes the index to vfeisrregupdate. However, vfe-line array is defined with VFELINENUMMAX4:...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2026/05/06 12:16 p.m.12 views

CVE-2026-43228

In the Linux kernel, the following vulnerability has been resolved: hfs: Replace BUGON with error handling for CNID count checks In a06ec283e125 nextid, foldercount, and filecount in the super block info were expanded to 64 bits, and BUGONs were added to detect overflow. This triggered an error...

5.5CVSS5.7AI score0.00112EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/05/06 12:16 p.m.13 views

CVE-2026-43233

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntrackh323: fix OOB read in decodechoice In decodechoice, the boundary check before getlen uses the variable len, which is still 0 from its initialization at the top of the function: unsigned int type, ext, len = ...

8.2CVSS6.8AI score0.00463EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2026/05/06 12:16 p.m.12 views

CVE-2026-43175

In the Linux kernel, the following vulnerability has been resolved: clk: rs9: Reserve 8 struct clkhw slots for for 9FGV0841 The 9FGV0841 has 8 outputs and registers 8 struct clkhw, make sure there are 8 slots for those newly registered clkhw pointers, else there is going to be out of bounds write...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/05/06 12:16 p.m.12 views

CVE-2026-43210

In the Linux kernel, the following vulnerability has been resolved: tracing: ring-buffer: Fix to check event length before using Check the event length before adding it for accessing next index in rbreaddatabuffer. Since this function is used for validating possibly broken ring buffers, the lengt...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/05/06 12:16 p.m.14 views

CVE-2026-43128

In the Linux kernel, the following vulnerability has been resolved: RDMA/umem: Fix double dmabufunpin in failure path In ibumemdmabufgetpinnedwithdmadevice, the call to ibumemdmabufmappages can fail. If this occurs, the dmabuf is immediately unpinned but the umemdmabuf-pinned flag is still set...

7.8CVSS6.5AI score0.00139EPSS
SaveExploits0References10
OSV
OSV
added 2026/05/06 12:16 p.m.8 views

UBUNTU-CVE-2026-43197

In the Linux kernel, the following vulnerability has been resolved: netconsole: avoid OOB reads, msg is not nul-terminated msg passed to netconsole from the console subsystem is not guaranteed to be nul-terminated. Before recent commit 7eab73b18630 "netconsole: convert to NBCON console...

9.1CVSS5.7AI score0.00478EPSS
SaveExploits0References13
OSV
OSV
added 2026/05/06 12:16 p.m.9 views

UBUNTU-CVE-2026-43153

In the Linux kernel, the following vulnerability has been resolved: xfs: remove xfsattrleafhasname The calling convention of xfsattrleafhasname is problematic, because it returns a NULL buffer when xfsattr3leafread fails, a valid buffer when xfsattr3leaflookupint returns -ENOATTR or -EEXIST, and ...

7.8CVSS5.7AI score0.00138EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2026/05/06 12:16 p.m.13 views

CVE-2026-43192

In the Linux kernel, the following vulnerability has been resolved: dm mpath: Add missing dmputdevice when failing to get scsi dh name When commit fd81bc5cca8f "scsi: devicehandler: Return error pointer in scsidhattachedhandlername" added code to fail parsing the path if scsidhattachedhandlername...

5.5CVSS5.8AI score0.00112EPSS
SaveExploits0References2
Rows per page
Query Builder