Lucene search
+L
UbuntucveRecent

71772 matches found

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

CVE-2026-43253

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: move waitonsem out of spinlock With iommu.strict=1, the existing completion wait path can cause soft lockups under stressed environment, as waitonsem busy-waits under the spinlock with interrupts disabled. Move the...

7.5CVSS5.7AI score0.0034EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 views

CVE-2026-43214

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Add SRCU protection for reading PDPTRs in getsregs2 Add SRCU read-side protection when reading PDPTR registers in getsregs2. Reading PDPTRs may trigger access to guest memory: kvmpdptrread - svmcachereg - loadpdptrs -...

7.8CVSS5.7AI score0.00139EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 views

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
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•9 views

CVE-2026-43209

In the Linux kernel, the following vulnerability has been resolved: minix: Add required sanity checking to minixchecksuperblock The fs/minix implementation of the minix filesystem does not currently support any other value for slogzonesize than 0. This is also the only value supported in...

5.5CVSS5.8AI score0.00128EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•9 views

CVE-2026-43241

In the Linux kernel, the following vulnerability has been resolved: ntb: ntbhwswitchtec: Fix array-index-out-of-bounds access Number of MW LUTs depends on NTB configuration and can be set to MAXMWS, This patch protects against invalid index out of bounds access to mwsizes When invalid access prin...

7.1CVSS5.7AI score0.00126EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•12 views

CVE-2026-43227

In the Linux kernel, the following vulnerability has been resolved: clocksource/drivers/shtmu: Always leave device running after probe The TMU device can be used as both a clocksource and a clockevent provider. The driver tries to be smart and power itself on and off, as well as enabling and...

5.5CVSS5.7AI score0.00123EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 views

CVE-2026-43260

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix RSS context delete logic We need to free the corresponding RSS context VNIC in FW everytime an RSS context is deleted in driver. Commit 667ac333dbb7 added a check to delete the VNIC in FW only when netifrunning is tru...

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

CVE-2026-43266

In the Linux kernel, the following vulnerability has been resolved: EFI/CPER: don't go past the ARM processor CPER record buffer There's a logic inside GHES/CPER to detect if the sectionlength is too small, but it doesn't detect if it is too big. Currently, if the firmware receives an ARM process...

5.5CVSS5.8AI score0.00119EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 views

CVE-2026-43269

In the Linux kernel, the following vulnerability has been resolved: drm/atmel-hlcdc: fix memory leak from the atomicdestroystate callback After several commits, the slab memory increases. Some drmcrtccommit objects are not freed. The atomicdestroystate callback only put the framebuffer. Use the...

5.5CVSS5.8AI score0.00114EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•11 views

CVE-2026-43157

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: CGX: fix bitmap leaks The RX/TX flow-control bitmaps rxfcpfvfbmap and txfcpfvfbmap are allocated by cgxlmacinit but never freed in cgxlmacexit. Unbinding and rebinding the driver therefore triggers kmemleak:...

5.5CVSS5.7AI score0.00128EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•11 views

CVE-2026-43226

In the Linux kernel, the following vulnerability has been resolved: net/rds: No shortcut out of RDSCONNERROR RDS connections carry a state "rdsconnpath::cpstate" and transitions from one state to another and are conditional upon an expected state: "rdsconnpathtransition." There is one exception t...

7.5CVSS5.8AI score0.00523EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•9 views

CVE-2026-43123

In the Linux kernel, the following vulnerability has been resolved: fbcon: check return value of con2fbacquirenewinfo If fbconopen fails when called from con2fbacquirenewinfo then info-fbconpar pointer remains NULL which is later dereferenced. Add check for return value of the function...

5.5CVSS5.8AI score0.00128EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•8 views

CVE-2026-43199

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix "scheduling while atomic" in IPsec MAC address query Fix a "scheduling while atomic" bug in mlx5eipsecinitmacs by replacing mlx5querymacaddress with etheraddrcopy to get the local MAC address directly from...

7.5CVSS5.8AI score0.00441EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 views

CVE-2026-43230

In the Linux kernel, the following vulnerability has been resolved: net/rds: Clear reconnect pending bit When canceling the reconnect worker, care must be taken to reset the reconnect-pending bit. If the reconnect worker has not yet been scheduled before it is canceled, the reconnect-pending bit...

7.5CVSS5.7AI score0.00523EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•11 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.6CVSS5.7AI score0.00375EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•12 views

CVE-2026-43206

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix out-of-bounds write in kfdeventpageset The kfdeventpageset function writes KFDSIGNALEVENTLIMIT 8 bytes via memset without checking the buffer size parameter. This allows unprivileged userspace to trigger an out-of...

7.8CVSS5.8AI score0.00139EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 views

CVE-2026-43240

In the Linux kernel, the following vulnerability has been resolved: x86/kexec: add a sanity check on previous kernel's ima kexec buffer When the second-stage kernel is booted via kexec with a limiting command line such as "mem=", the physical range that contains the carried over IMA measurement...

5.5CVSS5.8AI score0.00123EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•11 views

CVE-2026-43232

In the Linux kernel, the following vulnerability has been resolved: net: wan: farsync: Fix use-after-free bugs caused by unfinished tasklets When the FarSync T-series card is being detached, the fstcardinfo is deallocated in fstremoveone. However, the fsttxtask or fstinttask may still be running ...

8.8CVSS5.7AI score0.00387EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 views

CVE-2026-43248

In the Linux kernel, the following vulnerability has been resolved: vhost: move vdpa group bound check to vhostvdpa Remove duplication by consolidating these here. This reduces the posibility of a parent driver missing them. While we're at it, fix a bug in vdpasim where a valid ASID can be assign...

7.8CVSS5.8AI score0.00129EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•9 views

CVE-2026-43196

In the Linux kernel, the following vulnerability has been resolved: soc: ti: pruss: Fix double free in prussclkmuxsetup In the prussclkmuxsetup, the devmaddactionorreset indirectly calls prussoffreeclkprovider, which calls ofnodeputclkmuxnp on the error path. However, after the devmaddactionorres...

7.8CVSS5.8AI score0.00139EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•9 views

CVE-2026-43268

In the Linux kernel, the following vulnerability has been resolved: hfsplus: pretend special inodes as regular files Since commit af153bb63a33 "vfs: catch invalid modes in mayopen" requires any inode be one of SIFDIR/SIFLNK/SIFREG/SIFCHR/SIFBLK/ SIFIFO/SIFSOCK type, use SIFREG for special inodes...

5.5CVSS5.7AI score0.00117EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•9 views

CVE-2026-43264

In the Linux kernel, the following vulnerability has been resolved: fbdev: of: displaytiming: fix refcount leak in ofgetdisplaytimings ofparsephandle returns a devicenode with refcount incremented, which is stored in 'entry' and then copied to 'nativemode'. When the error paths at lines 184 or 19...

5.5CVSS5.8AI score0.00114EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•11 views

CVE-2026-43205

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: validate numifs to prevent out-of-bounds write The driver obtains swattr.numifs from firmware via dpswgetattributes but never validates it against DPSWMAXIF 64. This value controls iteration in...

7.8CVSS5.8AI score0.00139EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 views

CVE-2026-43281

In the Linux kernel, the following vulnerability has been resolved: mailbox: Prevent out-of-bounds access in fwmboxindexxlate Although it is guided that mbox-cells must be at least 1, there are many instances of mbox-cells = ; in the device tree. If that is the case and the corresponding mailbox...

7.1CVSS5.7AI score0.00119EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•11 views

CVE-2026-43184

In the Linux kernel, the following vulnerability has been resolved: rnbd-srv: Zero the rsp buffer before using it Before using the data buffer to send back the response message, zero it completely. This prevents any stray bytes to be picked up by the client side when there the message is exchange...

7.5CVSS5.8AI score0.00444EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•12 views

CVE-2025-71287

In the Linux kernel, the following vulnerability has been resolved: memory: mtk-smi: fix device leak on larb probe Make sure to drop the reference taken when looking up the SMI device during larb probe on late probe failure e.g. probe deferral and on driver unbind...

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

CVE-2025-71294

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix NULL pointer issue buffer funcs If SDMA block not enabled, bufferfuncs will not initialize, fix the null pointer issue if bufferfuncs not initialized...

5.5CVSS5.8AI score0.00127EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 views

CVE-2026-43190

In the Linux kernel, the following vulnerability has been resolved: netfilter: xttcpmss: check remaining length before reading optlen Quoting reporter: In net/netfilter/xttcpmss.c lines 53-68, the TCP option parser reads opi+1 directly without validating the remaining option length. If the last...

8.2CVSS5.9AI score0.00463EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•8 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
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43257

In the Linux kernel, the following vulnerability has been resolved: media: cx88: Add missing unmap in sndcx88hwparams In error path, add cx88alsadmaunmap to release resource acquired by cx88alsadmamap...

5.5CVSS5.7AI score0.00128EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 views

CVE-2026-43208

In the Linux kernel, the following vulnerability has been resolved: net: do not pass flowid to setrpscpu Blamed commit made the assumption that the RPS table for each receive queue would have the same size, and that it would not change. Compute flowid in setrpscpu, do not assume we can use the...

9.8CVSS5.8AI score0.00481EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•12 views

CVE-2026-43216

In the Linux kernel, the following vulnerability has been resolved: net: Drop the lock in skbmaytxtimestamp skbmaytxtimestamp may acquire sock::skcallbacklock. The lock must not be taken in IRQ context, only softirq is okay. A few drivers receive the timestamp via a dedicated interrupt and comple...

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

CVE-2026-43187

In the Linux kernel, the following vulnerability has been resolved: xfs: delete attr leaf freemap entries when empty Back in commit 2a2b5932db6758 "xfs: fix attr leaf header freemap.size underflow", Brian Foster observed that it's possible for a small freemap at the end of the end of the xattr...

8.8CVSS5.7AI score0.00469EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•8 views

CVE-2026-43211

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix pcislottrylock error handling Commit a4e772898f8b "PCI: Add missing bridge lock to pcibuslock" delegates the bridge device's pcidevtrylock to pcibustrylock in pcislottrylock, but it forgets to remove the corresponding...

7.8CVSS5.8AI score0.00107EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 views

CVE-2026-43273

In the Linux kernel, the following vulnerability has been resolved: ceph: supply snapshot context in cephzeropartialobject The cephzeropartialobject function was missing proper snapshot context for its OSD write operations, which could lead to data inconsistencies in snapshots. Reproducer:...

5.5CVSS5.7AI score0.00117EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 views

CVE-2026-43124

In the Linux kernel, the following vulnerability has been resolved: pstore: ramcore: fix incorrect success return when vmap fails In persistentramvmap, vmap may return NULL on failure. If offset is non-zero, adding offsetinpagestart causes the function to return a non-NULL pointer even though the...

5.5CVSS5.8AI score0.00128EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•11 views

CVE-2026-43180

In the Linux kernel, the following vulnerability has been resolved: net: usb: kaweth: remove TX queue manipulation in kawethsetrxmode kawethsetrxmode, the ndosetrxmode callback, calls netifstopqueue and netifwakequeue. These are TX queue flow control functions unrelated to RX multicast...

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

CVE-2026-43158

In the Linux kernel, the following vulnerability has been resolved: xfs: fix freemap adjustments when adding xattrs to leaf blocks xfs/592 and xfs/794 both trip this assertion in the leaf block freemap adjustment code after 20 minutes of running on my test VMs: ASSERTichdr-firstused = ichdr-count...

8.8CVSS5.8AI score0.00469EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 views

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.8AI score0.00533EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•11 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.2CVSS5.8AI score0.00463EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•9 views

CVE-2026-43171

In the Linux kernel, the following vulnerability has been resolved: EFI/CPER: don't dump the entire memory region The current logic at cperprintfwerr doesn't check if the error record length is big enough to handle offset. On a bad firmware, if the ofset is above the actual record, length -= offs...

5.5CVSS5.7AI score0.00123EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•9 views

CVE-2026-43125

In the Linux kernel, the following vulnerability has been resolved: dlm: validate length in dlmsearchrsbtree The len parameter in dlmdumprsbname is not validated and comes from network messages. When it exceeds DLMRESNAMEMAXLEN, it can cause out-of-bounds write in dlmsearchrsbtree. Add length...

9.8CVSS6AI score0.00426EPSS
Exploits0References8
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 views

CVE-2026-43156

In the Linux kernel, the following vulnerability has been resolved: net: usb: pegasus: enable basic endpoint checking pegasusprobe fills URBs with hardcoded endpoint pipes without verifying the endpoint descriptors: - usbrcvbulkpipedev, 1 for RX data - usbsndbulkpipedev, 2 for TX data -...

5.5CVSS5.8AI score0.00123EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 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.8AI score0.00091EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•8 views

CVE-2026-43276

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix double destroyworkqueue on service rescan PCI path While testing corner cases in the driver, a use-after-free crash was found on the service rescan PCI path. When manaservreset calls managdsuspend, managdcleanup...

7.8CVSS5.8AI score0.00118EPSS
Exploits0References3
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•11 views

CVE-2026-43198

In the Linux kernel, the following vulnerability has been resolved: tcp: fix potential race in tcpv6synrecvsock Code in tcpv6synrecvsock after the call to tcpv4synrecvsock is done too late. After tcpv4synrecvsock, the child socket is already visible from TCP ehash table and other cpus might use i...

9.8CVSS5.6AI score0.00298EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•8 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.8CVSS5.8AI score0.00123EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•9 views

CVE-2026-43267

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential zero beacon interval in beacon tracking During fuzz testing, it was discovered that bssconf-beaconint might be zero, which could result in a division by zero error in subsequent calculations. Set a...

5.5CVSS5.7AI score0.00117EPSS
Exploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•9 views

CVE-2025-71272

In the Linux kernel, the following vulnerability has been resolved: most: core: fix resource leak in mostregisterinterface error paths The function mostregisterinterface did not correctly release resources if it failed early before registering the device. In these cases, it returned an error code...

5.5CVSS5.8AI score0.00127EPSS
Exploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•11 views

CVE-2026-43122

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.2AI score0.00121EPSS
Exploits0References2
Total number of security vulnerabilities71772