Lucene search
+L

257108 matches found

OSV
OSV
added 2026/08/22 4:16 p.m.3 views

UBUNTU-CVE-2026-74630

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent in6devget from resurrecting inet6dev in6devget reads dev-ip6ptr under RCU and then unconditionally increments its refcount. Device teardown can clear the pointer and drop the last reference between these operations...

7.8CVSS5.8AI score0.00128EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/22 4:16 p.m.3 views

UBUNTU-CVE-2026-74698

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix BQL reset on SQ re-activation mlx5equeuestart deactivates and re-activates all channels but closes only the queue being restarted. mlx5eactivatetxqsq then unconditionally calls netdevtxresetqueue, zeroing the BQL...

5.8AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 4:16 p.m.6 views

UBUNTU-CVE-2026-74713

In the Linux kernel, the following vulnerability has been resolved: vhostiotlb: bound map allocation in addrange vhostiotlbaddrangectx only retires an old entry when the table has a non-zero limit, has exactly reached that limit and has VHOSTIOTLBFLAGRETIRE set. Non-retiring tables can keep...

7.1CVSS5.8AI score0.0012EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74592

In the Linux kernel, the following vulnerability has been resolved: ima: Instantiate filetruncate and pathtruncate hooks Instantiate the filetruncate and pathtruncate LSM hooks to reset the action cache flags IMADONEMASK as soon as truncation is requested, so the file, based on policy, is...

8.1CVSS5.8AI score0.00341EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/22 4:16 p.m.5 views

UBUNTU-CVE-2026-74593

In the Linux kernel, the following vulnerability has been resolved: schedext: Take cgrouplock first in scxcgrouplock scxcgrouplock write-locks scxcgroupopsrwsem and then takes cgrouplock, which can deadlock through kernfs: scx enable/disable cgroup rmdir cpu.weight write ------------------...

5.8AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 4:16 p.m.6 views

UBUNTU-CVE-2026-74681

In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: check ibuflen against rxbuflen in bulk msg ibuflen is the bulk IN receive buffer size, but the EMSGSIZE check in usbiobulkmsg compares it against txbuflen — the bulk OUT endpoint size. Both are taken independent...

5.9AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 4:16 p.m.3 views

UBUNTU-CVE-2026-74714

In the Linux kernel, the following vulnerability has been resolved: bpf: tcp: Fix use-after-free in bpfitertcpestablishedbatch reqskqueuehashreq publishes a TCPNEWSYNRECV requestsock onto the ehash chain, drops the bucket lock, and only afterwards sets rskrefcnt to 3. Lockless readers such as...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 4:16 p.m.4 views

UBUNTU-CVE-2026-74596

In the Linux kernel, the following vulnerability has been resolved: fs,fsverity: remove check for fsverity being enabled in setattrprepare The check that fs-verity is available in the kernel is not necessary here. Filesystems could have fsverity files even without fs-verity enabled. In that case,...

5.8AI score0.00155EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 4:16 p.m.4 views

UBUNTU-CVE-2026-74670

In the Linux kernel, the following vulnerability has been resolved: ipvs: stop estimator after disabled calc phase IPVS estimator kthread 0 starts with zeroed chain and tick limits until its initial calculation phase completes. If network namespace teardown clears ipvs-enable during that phase,...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.10 views

CVE-2026-74646

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: take fl-lock when moving mmaps on interrupted invoke When an invoke is interrupted by a signal, waitforcompletioninterruptible returns -ERESTARTSYS and fastrpcinternalinvoke moves every buffer from fl-mmaps onto...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.4 views

CVE-2026-74647

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Remove buffer from list prior to unmap operation fastrpcreqmunmapimpl is called to unmap any buffer. The buffer is getting removed from the list after it is unmapped from DSP. This can create potential race...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References9
OSV
OSV
added 2026/08/22 4:16 p.m.6 views

UBUNTU-CVE-2026-74696

In the Linux kernel, the following vulnerability has been resolved: tcp: fix TFO maxqlen accounting across reuseport migration A listener's TCPFASTOPEN maxqlen stops being accurate and lets through far more pending Fast Open requests than it was configured for. This only shows up with SOREUSEPORT...

7.5CVSS5.8AI score0.0049EPSS
SaveExploits0References9
OSV
OSV
added 2026/08/22 4:16 p.m.4 views

UBUNTU-CVE-2026-74649

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix missing shared-key auth challenge length check The WEP shared-key authentication handler uses the challenge-text element's attacker-controlled length without checking it against the fixed 128-byte chgtxt...

8.8CVSS5.8AI score0.00288EPSS
SaveExploits0References9
OSV
OSV
added 2026/08/22 4:16 p.m.4 views

UBUNTU-CVE-2026-74590

In the Linux kernel, the following vulnerability has been resolved: fsverity: Fix bpfgetfsveritydigest dynptr assumptions The BPF verifier and the dynptr abstraction ensure that the memory space referenced by a dynptr remains valid. They do not, however, provide any guarantee that the contents of...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/22 4:16 p.m.4 views

UBUNTU-CVE-2026-74653

In the Linux kernel, the following vulnerability has been resolved: serial: 8250of: clear stuck empty-FIFO RX-timeout on LPC32xx The NXP LPC32xx UART PORTLPC3220 can latch an RX character-timeout interrupt while the RX FIFO is empty: IIR reports UARTIIRRXTIMEOUT 0x0c but LSR.DR is clear. A...

5.7AI score0.00168EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/22 4:16 p.m.6 views

UBUNTU-CVE-2026-74721

In the Linux kernel, the following vulnerability has been resolved: accel/amxdna: Fix page-insertion errors in amdxdnainsertpages Two error paths in amdxdnainsertpages called vma-vmops-closevma before returning an error code to the caller. This is incorrect: amdxdnagemobjmmap registers an HMM...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/22 4:16 p.m.4 views

UBUNTU-CVE-2026-74683

In the Linux kernel, the following vulnerability has been resolved: Input: evdev - sanitize event type index when fetching event masks The user-supplied event type index passed to EVIOCGMASK / EVIOCSMASK ioctls is used to index the static counts array in evdevgetmaskcnt and client evmasks array i...

5.9AI score0.0019EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/22 4:16 p.m.4 views

UBUNTU-CVE-2026-74611

In the Linux kernel, the following vulnerability has been resolved: tls: rx: restore msgiter before TLS 1.3 optimistic retry tlsdecryptsg advances msg-msgiter when it maps user pages for the optimistic TLS 1.3 zero-copy path. If the decrypted record turns out not to be unpadded application data,...

9.8CVSS5.8AI score0.00442EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/22 4:16 p.m.4 views

UBUNTU-CVE-2026-74633

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix NULL pointer dereference in module event cache removal A module-only event filter such as ":mod:foo" is cached with a NULL eventmod-match when foo has not been loaded. If a later write tries to remove a specific matc...

5.8AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 4:16 p.m.3 views

UBUNTU-CVE-2026-74604

In the Linux kernel, the following vulnerability has been resolved: Revert "thermal/drivers/hwmon: Cleanup coding style a bit" Revert commit 030a48b0f6ce "thermal/drivers/hwmon: Cleanup coding style a bit" that introduced a use-after-free into the error path of thermaladdhwmonsysfs by removing a...

8.4CVSS5.8AI score0.00138EPSS
SaveExploits0References9
Rows per page
Query Builder