Lucene search
+L

257115 matches found

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

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
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.5 views

CVE-2026-74591

In the Linux kernel, the following vulnerability has been resolved: mm/filemap: filemapaddfolio restore index before retrying In filemapaddfolio's split-a-conflict loop, xassetorder is applied repeatedly: each application modifies xas.xaindex, rounding it down according to the splitorder attempte...

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

CVE-2026-74711

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix type confusion in notification logic Sashiko reports: At the start of the loop in pmbusnotify, the code unconditionally casts every attribute to a struct sensordeviceattribute:...

8.4CVSS5.7AI score0.0014EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.11 views

CVE-2026-74702

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: reject feature changes after endpoint vhostscsisetupvqcmds runs from VHOSTSCSISETENDPOINT and allocates each command's protection scatterlist array protsgl according to the acknowledged VIRTIOSCSIFT10PI bit. The comma...

8.8CVSS5.6AI score0.00127EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74717

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: fwtracer, return NULL on create error Tracer creation can fail by returning either NULL or ERRPTR. The return value is stored without a check on the device, and users treat ERRPTR and NULL the same way. This also causes...

7.5CVSS5.6AI score0.00501EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74700

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: Always acquire rtnllock when destroying locked classifiers Another challenge with unlocked filters. There is a short window in tcnewtfilter where a tcfproto can be found and briefly referenced by a totally...

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

CVE-2026-74733

In the Linux kernel, the following vulnerability has been resolved: gpio: pca953x: fix pca953xirqbussyncunlock regmap lock Locking is disabled in the regmap config as this driver uses its own lock. This means that all calls to regmap functions read or write must hold the i2clock. The function...

7.8CVSS5.6AI score0.00123EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.4 views

CVE-2026-74705

In the Linux kernel, the following vulnerability has been resolved: udp: fix potential use-after-free in tunnel segmentation skbudptunnelsegment gets the UDP header before ensuring the tunnel header is in the skb head. If the pull reallocates skb-head, the saved UDP header pointer is no longer...

10CVSS5.8AI score0.005EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74675

In the Linux kernel, the following vulnerability has been resolved: vt: stabilize tty reference in kbdkeycode with ttyportttyget kbdkeycode reads vc-port.tty without acquiring a tty reference, racing against conshutdown which clears port.tty under a different lock. Use ttyportttyget/ttykrefput to...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.11 views

CVE-2026-74627

In the Linux kernel, the following vulnerability has been resolved: net: devmem: prevent net-iov / page mixing We should either have netiov or page backed frags in a single skb, otherwise it blows up down the stack. Don't allow mixing in zerocopyfillskbfromdevmem...

7.8CVSS5.5AI score0.00127EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74689

In the Linux kernel, the following vulnerability has been resolved: net/atm: fix slab-out-of-bounds read in vccsetsockopt vccsetsockopt contained an ineffective optlen check: if SOLEVELMATCHoptname, level && optlen != SOSIZEoptname return -EINVAL; If SOLEVELMATCHoptname, level evaluated to false...

7.1CVSS5.7AI score0.00139EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74610

In the Linux kernel, the following vulnerability has been resolved: tls: don't leave a full plaintext skmsg ring unpushed When the copy path in tlsswsendmsglocked adds the fragment that fills the plaintext skmsg ring, it does not set fullrecord, so the record is left full and unpushed. A later...

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

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.6AI score0.0012EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74690

In the Linux kernel, the following vulnerability has been resolved: s390/ism: Fix UAF of sba and ieq during ismdevexit A ism interrupt handler can be active in parallel with ismdevexit, accessing freed data structures. No new interrupts will be generated after unregisterieq. Drain ongoing interru...

8.4CVSS5.5AI score0.0014EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74614

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: read virtqueues under worker locks Commit bd50c5dc182b "vsock/virtio: add support for device suspend/resume" made the run flags transition from false to true when restore installs replacement virtqueues. The RX, TX...

8.4CVSS5.8AI score0.00142EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 4:16 p.m.3 views

UBUNTU-CVE-2026-74626

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbnetdev: Preserve RX queue depth on allocation failure ntbnetdevrxhandler hands the received skb to the network stack before allocating its replacement. If the allocation fails, nothing is reposted. Every failure therefore...

7.5CVSS5.9AI score0.00501EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/22 4:16 p.m.5 views

UBUNTU-CVE-2026-74643

In the Linux kernel, the following vulnerability has been resolved: samples/damon/mtier: error out for zero quota goal target values Patch series "mm/damon: avoid division by zero from damosquotascore". DAMONSAMPLEMTIER and DAMONLRUSORT allow the user to trigger division by zero in damosquotascor...

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

UBUNTU-CVE-2026-74705

In the Linux kernel, the following vulnerability has been resolved: udp: fix potential use-after-free in tunnel segmentation skbudptunnelsegment gets the UDP header before ensuring the tunnel header is in the skb head. If the pull reallocates skb-head, the saved UDP header pointer is no longer...

10CVSS5.8AI score0.005EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/22 4:16 p.m.4 views

UBUNTU-CVE-2026-74673

In the Linux kernel, the following vulnerability has been resolved: Input: evdev - fix information leak in evdevpassvalues In evdevpassvalues, the inputevent structure is allocated on the kernel stack and populated field-by-field. However, it is never fully initialized. On architectures where...

6AI score0.00177EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/22 4:16 p.m.3 views

UBUNTU-CVE-2026-74601

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Use currentcontext for safe per-CPU buffer swap The ringbufferswapcpu function currently checks the per-CPU committing counter to determine if a buffer is actively being written to before performing the swap. However...

7.8CVSS5.9AI score0.00136EPSS
SaveExploits0References10
Rows per page
Query Builder