Lucene search
+L

29825 matches found

OSV
OSV
•added 2026/07/20 12:00 a.m.•10 views

UBUNTU-CVE-2026-63877

In the Linux kernel, the following vulnerability has been resolved: serial: dz: Convert to use a platform device Prevent a crash from happening as the first serial port is initialised: Console: switching to colour frame buffer device 160x64 tgafb: SFB+ detected, rev=0x02 fb0: Digital ZLX-E1 frame...

5.8AI score0.00209EPSS
SaveExploits0References10
OSV
OSV
•added 2026/07/20 12:00 a.m.•12 views

UBUNTU-CVE-2026-64048

In the Linux kernel, the following vulnerability has been resolved: net/smc: reject CHID-0 ACCEPT that matches an empty ismdev slot On the SMC-D client, slot 0 of ini-ismdev/ini-ismchid is reserved for an SMC-Dv1 device. smcfindismv2deviceclnt populates V2 entries starting at index 1, so when no ...

7.5CVSS5.6AI score0.00716EPSS
SaveExploits0References20
OSV
OSV
•added 2026/07/20 12:00 a.m.•14 views

UBUNTU-CVE-2026-64101

In the Linux kernel, the following vulnerability has been resolved: fwctl: pds: Validate RPC input size before parsing The fwctl core allocates the device-specific RPC input buffer with fwctlrpc.inlen and passes that buffer to the driver callback. pdsfcfwrpc casts the buffer to struct fwctlrpcpds...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References10
OSV
OSV
•added 2026/07/20 12:00 a.m.•10 views

UBUNTU-CVE-2026-64058

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfsreadfolio to wait on writeback Fix netfsreadfolio to wait for an ongoing writeback to complete so that it can trust the dirty flag and whatever is attached to folio-private folio-private may get cleaned up by the...

7.8CVSS5.6AI score0.00175EPSS
SaveExploits0References10
OSV
OSV
•added 2026/07/20 12:00 a.m.•10 views

UBUNTU-CVE-2026-63996

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: require exact CDB reply length Malicious SFP module could respond with rpllen longer than what cmiscdbprocessreply expected, leading to OOB writes. Malicious HW is a bit theoretical but some modules may just be bug...

7.8CVSS5.7AI score0.00175EPSS
SaveExploits0References10
OSV
OSV
•added 2026/07/20 12:00 a.m.•17 views

UBUNTU-CVE-2026-64055

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: cortina: Carry over frag counter The gmacrx NAPI poll function assembles packets in an SKB from a ring buffer. If the ring buffer gets completely emptied during a poll cycle, we exit gmacrx, but the packet is not y...

9.8CVSS5.8AI score0.00755EPSS
SaveExploits0References32
Amazon
Amazon
•added 2026/07/20 12:00 a.m.•23 views

Important: kernel6.18

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: sctp: disable BH before calling udptunnelxmitskb CVE-2026-53070 In the Linux kernel, the following vulnerability has been resolved: bpf: Fix same-register dst/src OOB read and pointer leak in sockops CVE-2026-5307...

9.8CVSS7.4AI score0.0063EPSS
SaveExploits5
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•19 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.00755EPSS
SaveExploits0References31
OSV
OSV
•added 2026/07/20 12:00 a.m.•11 views

UBUNTU-CVE-2026-64015

In the Linux kernel, the following vulnerability has been resolved: security/keys: fix missed RCU read section on lookup Nicholas Carlini reports that the keyring code calls assocarrayfind in findkeytoupdate without holding the RCU read lock, while the assocarraygc code really is designed around...

7.8CVSS5.7AI score0.002EPSS
SaveExploits0References20
OSV
OSV
•added 2026/07/20 12:00 a.m.•14 views

UBUNTU-CVE-2026-64178

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: Fix UAF read of dev-name bnepaddconnection needs to keep holding the bnepsessionsem while reading dev-name just like bnepgetconnlist does; otherwise the bnepsession thread can concurrently free the netdevice, whi...

8.8CVSS5.6AI score0.00412EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•19 views

CVE-2026-63958

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: validate connector number in ucsiconnectorchange The connector number in a UCSI CCI notification is a 7-bit field supplied by the PPM. ucsiconnectorchange uses it to index the ucsi-connector array without checki...

5.4AI score0.00215EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•16 views

CVE-2026-63886

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Validate CHAPR length before base64 decode chapservercomputehash allocates clientdigest as kzallocchap-digestsize and then, for BASE64-encoded responses, passes chapr directly to chapbase64decode without...

9.8CVSS5.3AI score0.00721EPSS
SaveExploits0References11
OSV
OSV
•added 2026/07/20 12:00 a.m.•11 views

UBUNTU-CVE-2026-64075

In the Linux kernel, the following vulnerability has been resolved: fprobe: Fix unregisterfprobe to wait for RCU grace period Commit 4346ba1604093 "fprobe: Rewrite fprobe on function-graph tracer" changed fprobe to register struct fprobe to an rcu-hlist, but it forgot to wait for RCU GP. Thus the...

7.8CVSS5.6AI score0.00168EPSS
SaveExploits0References10
OSV
OSV
•added 2026/07/20 12:00 a.m.•8 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.00402EPSS
SaveExploits0References10
OSV
OSV
•added 2026/07/20 12:00 a.m.•11 views

UBUNTU-CVE-2026-63952

In the Linux kernel, the following vulnerability has been resolved: memfd: deny writeable mappings when implying SEALWRITE When SEALEXEC is added, SEALWRITE is implied to make W^X. But the implied seal is set after the check that makes sure the memfd can not have any writable mappings. This means...

8.4CVSS5.7AI score0.00171EPSS
SaveExploits0References11
OSV
OSV
•added 2026/07/20 12:00 a.m.•15 views

UBUNTU-CVE-2026-63973

In the Linux kernel, the following vulnerability has been resolved: net: mana: Add NULL guards in teardown path to prevent panic on attach failure When queue allocation fails partway through, the error cleanup frees and NULLs apc-txqp and apc-rxqs. Multiple teardown paths such as manaremove,...

5.7AI score0.00215EPSS
SaveExploits0References10
OSV
OSV
•added 2026/07/20 12:00 a.m.•14 views

UBUNTU-CVE-2026-64173

In the Linux kernel, the following vulnerability has been resolved: tracing: Do not call map-ops-eltfree if eltalloc fails In paths where tracingmapeltalloc failed to allocate objects, the map-ops-eltalloc call was never successful. In this case, map-ops-eltfree should not be called...

5.5CVSS5.6AI score0.00162EPSS
SaveExploits0References32
OSV
OSV
•added 2026/07/20 12:00 a.m.•21 views

UBUNTU-CVE-2026-63941

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Correctly cap ZCREL2 provided by a guest hypervisor ZCREL2 can be updated by a VHE guest hypervisor either using ZCREL2 which traps or ZCREL1 which does not trap. KVM handles both in different way: - on ZCREL2 trap,...

8.8CVSS5.6AI score0.00165EPSS
SaveExploits0References10
OSV
OSV
•added 2026/07/20 12:00 a.m.•16 views

UBUNTU-CVE-2026-64013

In the Linux kernel, the following vulnerability has been resolved: ACPI: button: Fix ACPI GPE handler leak during removal Commit a7e23ec17fee "ACPI: button: Install notifier for system events as well" changed the ACPI notify handler type for ACPI buttons to ACPIALLNOTIFY, but it forgot to update...

5.6AI score0.00198EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•12 views

CVE-2026-63996

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: require exact CDB reply length Malicious SFP module could respond with rpllen longer than what cmiscdbprocessreply expected, leading to OOB writes. Malicious HW is a bit theoretical but some modules may just be bug...

7.8CVSS5.4AI score0.00175EPSS
SaveExploits0References9
Rows per page
Query Builder