Lucene search
+L
UbuntucveRecent

76513 matches found

UbuntuCve
UbuntuCve
•added 2026/05/08 3:16 p.m.•14 views

CVE-2026-43431

In the Linux kernel, the following vulnerability has been resolved: xhci: Fix NULL pointer dereference when reading portli debugfs files Michal reported and debgged a NULL pointer dereference bug in the recently added portli debugfs files Oops is caused when there are more port registers counted ...

5.5CVSS5.7AI score0.00107EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/05/08 3:16 p.m.•24 views

CVE-2026-43364

In the Linux kernel, the following vulnerability has been resolved: ublk: fix NULL pointer dereference in ublkctrlsetsize ublkctrlsetsize unconditionally dereferences ub-ubdisk via setcapacityandnotify without checking if it is NULL. ub-ubdisk is NULL before UBLKCMDSTARTDEV completes it is only...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/05/08 3:16 p.m.•14 views

CVE-2026-43424

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ftcm: Fix NULL pointer dereferences in nexus handling The tpg-tpgnexus pointer in the USB Target driver is dynamically managed and tied to userspace configuration via ConfigFS. It can be NULL if the USB host sends...

5.5CVSS5.4AI score0.00123EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
•added 2026/05/08 3:16 p.m.•16 views

CVE-2026-43444

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Unreserve bo if queue update failed Error handling path should unreserve bo then return failed. cherry picked from commit c24afed7de9ecce341825d8ab55a43a254348b33...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•13 views

CVE-2026-43323

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix zerovruntime tracking fix John reported that stress-ng-yield could make his machine unhappy and managed to bisect it to commit b3d99f43c72b "sched/fair: Fix zerovruntime tracking". The combination of yield and tha...

5.5CVSS5.9AI score0.00122EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•16 views

CVE-2026-43312

In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov5647: Initialize subdev before controls In ov5647initcontrols we call v4l2getsubdevdata, but it is initialized by v4l2i2csubdevinit in the probe, which currently happens after initcontrols. This can result in a...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•12 views

CVE-2026-43317

In the Linux kernel, the following vulnerability has been resolved: most: core: fix leak on early registration failure A recent commit fixed a resource leak on early registration failures but for some reason left out the first error path which still leaks the resources associated with the...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•15 views

CVE-2025-71297

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: 8822b: Avoid WARNING in rtw8822bconfigtrxmode rtw8822bsetantenna can be called from userspace when the chip is powered off. In that case a WARNING is triggered in rtw8822bconfigtrxmode because trying to read the RF...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•19 views

CVE-2026-43293

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix kthread worker destruction in polling mode Fix the cleanup order in polling mode irq worklist and WARNON!listempty&worker-delayedworklist. The original code called kthreaddestroyworker before...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•16 views

CVE-2026-43327

In the Linux kernel, the following vulnerability has been resolved: USB: dummy-hcd: Fix locking/synchronization error Syzbot testing was able to provoke an addressing exception and crash in the usbgadgetudcreset routine in drivers/usb/gadgets/udc/core.c, resulting from the fact that the routine w...

5.5CVSS5.4AI score0.00095EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•18 views

CVE-2026-43324

In the Linux kernel, the following vulnerability has been resolved: USB: dummy-hcd: Fix interrupt synchronization error This fixes an error in synchronization in the dummy-hcd driver. The error has a somewhat involved history. The synchronization mechanism was introduced by commit 7dbd8f4cabd9...

7.8CVSS6.5AI score0.0013EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•12 views

CVE-2026-43313

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Fix NULL-pointer dereference in acpiprocessorerratapiix4 In acpiprocessorerratapiix4, the pointer dev is first assigned an IDE device and then reassigned an ISA device: dev = pcigetsubsys...,...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•13 views

CVE-2025-71298

In the Linux kernel, the following vulnerability has been resolved: drm/tests: shmem: Hold reservation lock around madvise Acquire and release the GEM object's reservation lock around calls to the object's madvide operation. The tests use drmgemshmemmadviselocked, which led to errors such as show...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•17 views

CVE-2025-71302

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: fix for dma-fence safe access rules Commit 506aa8b02a8d6 "dma-fence: Add safe access helpers and document the rules" details the dma-fence safe access rules. The most common culprit is that drmschedfencegettimelinena...

7.8CVSS5.7AI score0.00153EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•15 views

CVE-2026-43347

In the Linux kernel, the following vulnerability has been resolved: arm64: dts: qcom: monaco: Reserve full Gunyah metadata region We observe spurious "Synchronous External Abort" exceptions ESR=0x96000010 and kernel crashes on Monaco-based platforms. These faults are caused by the kernel...

7.5CVSS6.5AI score0.00335EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•14 views

CVE-2026-43329

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: strictly check for maximum number of actions The maximum number of flowtable hardware offload actions in IPv6 is: ethernet mangling 4 payload actions, 2 for each ethernet address SNAT 4 payload actions DNAT ...

7.8CVSS5.3AI score0.00141EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•18 views

CVE-2026-43296

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Workaround SQM/PSE stalls by disabling sticky NIX SQ manager sticky mode is known to cause stalls when multiple SQs share an SMQ and transmit concurrently. Additionally, PSE may deadlock on transitions between stick...

7.5CVSS6.2AI score0.00387EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•16 views

CVE-2026-43302

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Set DMA segment size to avoid debug warnings When using V3D rendering with CONFIGDMAAPIDEBUG enabled, the kernel occasionally reports a segment size mismatch. This is because 'maxsegsize' is not set. The kernel defaults ...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•15 views

CVE-2026-43308

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't BUG on unexpected delayed ref type in runonedelayedref There is no need to BUG, we can just return an error and log an error message...

5.5CVSS5.8AI score0.00107EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•15 views

CVE-2026-43319

In the Linux kernel, the following vulnerability has been resolved: spi: spidev: fix lock inversion between spilock and buflock The spidev driver previously used two mutexes, spilock and buflock, but acquired them in different orders depending on the code path: write/read: buflock - spilock ioctl...

5.5CVSS5.8AI score0.00094EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•15 views

CVE-2026-43320

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix dsc eDP issue why Need to add function hook check before use...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•17 views

CVE-2026-43300

In the Linux kernel, the following vulnerability has been resolved: drm/panel: Fix a possible null-pointer dereference in jdipaneldsiremove In jdipaneldsiremove, jdi is explicitly checked, indicating that it may be NULL: if !jdi mipidsidetachdsi; However, when jdi is NULL, the function does not...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•13 views

CVE-2026-43294

In the Linux kernel, the following vulnerability has been resolved: drm: renesas: rz-du: mipidsi: fix kernel panic when rebooting for some panels Since commit 56de5e305d4b "clk: renesas: r9a07g044: Add MSTOP for RZ/G2L" we may get the following kernel panic, for some panels, when rebooting:...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•16 views

CVE-2026-43321

In the Linux kernel, the following vulnerability has been resolved: bpf: Properly mark live registers for indirect jumps For a gotox rX instruction the rX register should be marked as used in the computeinsnliveregs function. Fix this...

7.8CVSS5.7AI score0.00121EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•18 views

CVE-2026-43290

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Return queued buffers on startstreaming failure Return buffers if streaming fails to start due to uvcpmget error. This bug may be responsible for a warning I got running while :; do yavta -c3 /dev/video0; done on...

7.8CVSS5.7AI score0.00128EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•13 views

CVE-2026-43345

In the Linux kernel, the following vulnerability has been resolved: net: ipa: fix event ring index not programmed for IPA v5.0+ For IPA v5.0+, the event ring index field moved from CHCCNTXT0 to CHCCNTXT1. The v5.0 register definition intended to define this field in the CHCCNTXT1 fmask array but...

7.5CVSS6.5AI score0.00353EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•16 views

CVE-2026-43341

In the Linux kernel, the following vulnerability has been resolved: net/ipv6: ioam6: prevent schema length wraparound in trace fill ioam6filltracedata stores the schema contribution to the trace length in a u8. With bit 22 enabled and the largest schema payload, sclen becomes 1 + 1020 / 4, wraps...

9.8CVSS6.2AI score0.00409EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•18 views

CVE-2026-43325

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't send a 6E related command when not supported MCCALLOWEDAPTYPECMD is related to 6E support. Do not send it if the device doesn't support 6E. Apparently, the firmware is mistakenly advertising support for...

5.5CVSS6AI score0.00121EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•17 views

CVE-2026-43334

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SMP: force responder MITM requirements before building the pairing response smpcmdpairingreq currently builds the pairing response from the initiator authreq before enforcing the local BTSECURITYHIGH requirement. If th...

8.8CVSS5.3AI score0.00252EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•11 views

CVE-2026-41506

go-git is an extensible git implementation library written in pure Go. Prior to versions 5.18.0 and 6.0.0-alpha.2, go-git may leak HTTP authentication credentials when following redirects during smart-HTTP clone and fetch operations. This issue has been patched in versions 5.18.0 and 6.0.0-alpha....

7.4CVSS5.7AI score0.00259EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•14 views

CVE-2026-43326

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix SCXKICKWAIT deadlock by deferring wait to balance callback SCXKICKWAIT busy-waits in kickcpusirqworkfn using smpcondloadacquire until the target CPU's kicksync advances. Because the irqwork runs in hardirq context,...

5.5CVSS5.8AI score0.00083EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•14 views

CVE-2026-43314

In the Linux kernel, the following vulnerability has been resolved: dm: remove fake timeout to avoid leak request Since commit 15f73f5b3e59 "blk-mq: move failure injection out of blkmqcompleterequest", drivers are responsible for calling blkshouldfaketimeout at appropriate code paths and...

5.5CVSS5.8AI score0.00138EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•26 views

CVE-2026-43304

In the Linux kernel, the following vulnerability has been resolved: libceph: define and enforce CEPHMAXKEYLEN When decoding the key, verify that the key material would fit into a fixed-size buffer in processauthdone and generally has a sane length. The new CEPHMAXKEYLEN check replaces the existin...

9.8CVSS7AI score0.00502EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•14 views

CVE-2026-43340

In the Linux kernel, the following vulnerability has been resolved: comedi: Reinit dev-spinlock between attachments to low-level drivers struct comedidevice is the main controlling structure for a COMEDI device created by the COMEDI subsystem. It contains a member spinlock containing a spin-lock...

5.5CVSS5.4AI score0.00114EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•13 views

CVE-2026-41493

YARD is a Ruby Documentation tool. Prior to version 0.9.42, a path traversal vulnerability was discovered in YARD when using yard server to serve documentation. This bug would allow unsanitized HTTP requests to access arbitrary files on the machine of a yard server host under certain conditions...

7.5CVSS5.9AI score0.00388EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•13 views

CVE-2026-43339

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible UaF in addrconfpermanentaddr The mentioned helper try to warn the user about an exceptional condition, but the message is delivered too late, accessing the ipv6 after its possible deletion. Reorder the...

7.8CVSS6.2AI score0.00121EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•16 views

CVE-2026-43343

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fsubset: Fix unbalanced refcnt in gethfree gethalloc increments the reference count, but gethfree fails to decrement it. This prevents the configuration of attributes via configfs after unlinking the function...

5.5CVSS5.4AI score0.00114EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•6 views

CVE-2026-41423

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to versions 19.2.21, 20.3.19, 21.2.9, and 22.0.0-next.8, a Server-Side Request Forgery SSRF vulnerability exists in @angular/platform-server due to improper...

8.7CVSS6.1AI score0.00305EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•18 views

CVE-2026-43342

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: frndis: Protect RNDIS options with mutex The class/subclass/protocol options are suspectible to race conditions as they can be accessed concurrently through configfs. Use existing mutex to protect these options. This...

4.7CVSS5.4AI score0.00086EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•16 views

CVE-2026-43331

In the Linux kernel, the following vulnerability has been resolved: x86/kexec: Disable KCOV instrumentation after loadsegments The loadsegments function changes segment registers, invalidating GS base which KCOV relies on for per-cpu data. When CONFIGKCOV is enabled, any subsequent instrumented C...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•13 views

CVE-2026-43348

In the Linux kernel, the following vulnerability has been resolved: mshvvtl: Fix vmemmapshift exceeding MAXFOLIOORDER When registering VTL0 memory via MSHVADDVTL0MEMORY, the kernel computes pgmap-vmemmapshift as the number of trailing zeros in the OR of startpfn and lastpfn, intending to use the...

5.5CVSS5.8AI score0.001EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•14 views

CVE-2026-43335

In the Linux kernel, the following vulnerability has been resolved: interconnect: qcom: sm8450: Fix NULL pointer dereference in icclinknodes The change to dynamic IDs for SM8450 platform interconnects left two links unconverted, fix it to avoid the NULL pointer dereference in runtime, when a...

5.5CVSS5.7AI score0.00107EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•12 views

CVE-2026-43350

In the Linux kernel, the following vulnerability has been resolved: smb: client: require a full NFS mode SID before reading mode bits parsedacl treats an ACE SID matching sidunixNFSmode as an NFS mode SID and reads sid.subauth2 to recover the mode bits. That assumes the ACE carries three...

7.6CVSS5.4AI score0.00224EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•16 views

CVE-2026-43289

In the Linux kernel, the following vulnerability has been resolved: kexec: derive purgatory entry from symbol kexecloadpurgatory derives image-start by locating eentry inside an SHFEXECINSTR section. If the purgatory object contains multiple executable sections with overlapping shaddr, the...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•14 views

CVE-2026-43285

In the Linux kernel, the following vulnerability has been resolved: mm/slab: do not access current-memsallowedseq if !allowspin Lockdep complains when getfromanypartial is called in an NMI context, because current-memsallowedseq is seqcountspinlockt and not NMI-safe:...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•16 views

CVE-2026-43349

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid uninit-value access in f2fssanitychecknodefooter syzbot reported a f2fs bug as below: BUG: KMSAN: uninit-value in f2fssanitychecknodefooter+0x374/0xa20 fs/f2fs/node.c:1520 f2fssanitychecknodefooter+0x374/0xa20...

5.5CVSS5.7AI score0.00112EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•15 views

CVE-2026-43315

In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Remove a user-triggerable WARN on nestedsvmloadcr3 succeeding Drop the WARN in svmsetnestedstate on nestedsvmloadcr3 failing as it is trivially easy to trigger from userspace by modifying CPUID after loading CR3. E.g...

5.5CVSS5.7AI score0.0013EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•17 views

CVE-2025-71300

In the Linux kernel, the following vulnerability has been resolved: Revert "arm64: zynqmp: Add an OP-TEE node to the device tree" This reverts commit 06d22ed6b6635b17551f386b50bb5aaff9b75fbe. OP-TEE logic in U-Boot automatically injects a reserved-memory node along with optee firmware node to...

7.8CVSS5.8AI score0.00145EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•15 views

CVE-2025-71296

In the Linux kernel, the following vulnerability has been resolved: drm/tests: shmem: Hold reservation lock around purge Acquire and release the GEM object's reservation lock around calls to the object's purge operation. The tests use drmgemshmempurgelocked, which led to errors such as show below...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/05/08 2:16 p.m.•18 views

CVE-2026-43346

In the Linux kernel, the following vulnerability has been resolved: ice: ptp: don't WARN when controlling PF is unavailable In VFIO passthrough setups, it is possible to pass through only a PF which doesn't own the source timer. In that case the PTP controlling PF adapter-ctrlpf is never...

5.5CVSS5.7AI score0.00112EPSS
SaveExploits0References5
Total number of security vulnerabilities76513