Lucene search
+L

24170 matches found

UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.19 views

CVE-2026-63931

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: fix division by zero in writeraw Add a zero check for val2 before using it as a divisor when setting the sampling frequency. A user writing a zero fractional part to the samplingfrequency sysfs attribute...

5.4AI score0.00211EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.23 views

CVE-2026-63878

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check numentries in GEMOP GETMAPPINGINFO kvcallocargs-numentries, sizeofvmentries, GFPKERNEL at amdgpugem.c:1050 uses the user-supplied numentries directly without any upper bounds check. Since numentries is a u32 and...

5.4AI score0.00206EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.21 views

CVE-2026-63860

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Prefer NLANULSTRING These attributes are evaluated as c-string passed to strcmp, but NLASTRING doesn't check for the presence of a \0 terminator. Either this needs to switch to nlastrcmp and needs to adjust printf fmt...

8.4CVSS5.5AI score0.00145EPSS
SaveExploits0References32
OSV
OSV
added 2026/07/20 12:00 a.m.17 views

UBUNTU-CVE-2026-63857

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Do not read uninitialized fragment address in airohadevxmit The transmit loop in airohadevxmit reads fragment address and length during its final iteration, when the loop index equals skbshinfoskb-nrfrags, at which...

9.8CVSS5.6AI score0.00381EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/20 12:00 a.m.12 views

UBUNTU-CVE-2026-64116

In the Linux kernel, the following vulnerability has been resolved: ipv6: ioam: add NULL check for idev in ipv6hopioam Reported by Sashiko: The function ipv6hopioam accesses in6devgetskb-dev-cnf.ioam6enabled without validating the returned idev pointer. Because addrconfifdown can concurrently cle...

7.5CVSS5.6AI score0.00511EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/20 12:00 a.m.6 views

UBUNTU-CVE-2026-63925

In the Linux kernel, the following vulnerability has been resolved: macsec: fix replay protection at XPN lower-PN wrap In macsecpostdecrypt, when pn is U32MAX, pn + 1 overflows u32 to 0 and the first branch never fires. If nextpnhalves.lower is also in the upper half, pnsamehalfpn, lower is true...

8.1CVSS5.7AI score0.00336EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.26 views

CVE-2026-64081

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Validate framework notification message layout Framework notifications carry an indirect message in the shared RX buffer. Validate the reported offset and size before using them, reject zero-length payloads, and...

8.4CVSS5.4AI score0.0014EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.16 views

CVE-2026-64089

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix negative lastchangesetlen batadvpivtt::lastchangesetlen len was declared as s16, but the field is never intended to hold a negative value. When a value greater than 32767 is assigned, it wraps to a negative...

9.8CVSS5.6AI score0.00552EPSS
SaveExploits0References20
AlmaLinux
AlmaLinux
added 2026/07/20 12:00 a.m.10 views

Important: glib2 security update

GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, and a large set of utility functions for strings and common data structures. Security Fixes: glib: integer underflow in...

9.1CVSS5.3AI score0.00545EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/20 12:00 a.m.18 views

UBUNTU-CVE-2026-63844

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/jpeg: set nouserfence for JPEG v4.0.3 ring JPEG rings do not support 64-bit user fence writes, reject CS submissions with user fences. cherry picked from commit 2f6afc97d259d530f4f86c7743efbc573a8da927...

7.8CVSS5.6AI score0.00142EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.23 views

CVE-2026-63926

In the Linux kernel, the following vulnerability has been resolved: bpf: sockmap: fix tail fragment offset in bpfmsgpushdata When bpfmsgpushdata inserts data in the middle of a scatterlist entry, it splits the original entry into a left fragment and a right fragment. The right fragment offset is...

8.4CVSS5.4AI score0.00185EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.23 views

CVE-2026-64052

In the Linux kernel, the following vulnerability has been resolved: block: bio-integrity: Fix null-ptr-deref in biointegritymapuser pinuserpagesfast can partially succeed and return the number of pages that were actually pinned. However, the biointegritymapuser does not handle this partial pinnin...

5.5CVSS5.3AI score0.00122EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.22 views

CVE-2026-64002

In the Linux kernel, the following vulnerability has been resolved: ipv4: free net-ipv4.sysctllocalreservedports after unregisternetsysctltable ipv4sysctlexitnet is currently freeing net-ipv4.sysctllocalreservedports too soon. Only after unregisternetsysctltable we can be sure no threads can...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.22 views

CVE-2026-63940

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Ignore Port I/O requests of length '0' Explicitly ignore Port I/O requests of length '0' or count '0', so that setting up the software scratch area and other code doesn't have to worry about underflowing the length, and...

9.3CVSS5.4AI score0.00185EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.21 views

CVE-2026-64181

In the Linux kernel, the following vulnerability has been resolved: mm: fix vmnormalpage to handle missing support for pmdspecial/pudspecial On x86 32-bit with THP enabled, zaphugepmd is seen to generate a "WARNING: mm/memory.c:735 at vmnormalpage+0x6a/0x7d", from the VMWARNONONCEiszeropfnpfn ||...

7.8CVSS5.6AI score0.00128EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.21 views

CVE-2026-53378

In the Linux kernel, the following vulnerability has been resolved: drm/colorop: Fix blob property reference tracking in state lifecycle The colorop state blob property handling had memory leaks during state duplication, destruction, and reset operations. The implementation failed to follow the...

5.5CVSS5.5AI score0.00112EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.18 views

CVE-2026-63930

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: hw-consumer: fix use-after-free in error path In the errputbuffers cleanup path of iiohwconsumeralloc, the code was using listforeachentry to iterate through buffers while calling iiobufferput which can free the...

7.8CVSS5.5AI score0.0016EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.18 views

CVE-2026-63977

In the Linux kernel, the following vulnerability has been resolved: dpll: zl3073x: use dplldevicechangentf and remove changework The changework was introduced to send device change notifications from DPLL device callbacks without deadlocking on dplllock, since the callbacks are already invoked...

7.8CVSS5.5AI score0.0012EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.17 views

CVE-2026-64025

In the Linux kernel, the following vulnerability has been resolved: bpf, skmsg: fix verdict skdataready racing with ktls rx skpsockstrpdataready already checks tlsswhasctxrx and defers to psock-saveddataready when a TLS RX context is present, avoiding a conflict with the TLS strparser's ownership...

9.8CVSS5.4AI score0.00444EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.17 views

CVE-2026-64050

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: don't mix devm and drmm functions Mixing devm and drmm functions will result in a use-after-free on msm driver teardown if userspace keeps a reference on the drm device: The WB connector data will be destroyed becaus...

7.8CVSS5.4AI score0.00124EPSS
SaveExploits0References8
Rows per page
Query Builder