Lucene search
+L

13116 matches found

OSV
OSV
added 2026/07/20 12:00 a.m.9 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.00129EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/20 12:00 a.m.8 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
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.14 views

CVE-2026-63981

In the Linux kernel, the following vulnerability has been resolved: net/sched: actmirred: Fix blockcast recursion bypass leading to stack overflow tcfmirredact checks schedmirrednest against MIRREDNESTLIMIT 4 to prevent deep recursion. However, when the action uses blockcast tcfmblockid != 0, the...

5.6AI score0.00188EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-63799

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - sched/mmcid: Fix OOB clearbit when CID is MMCIDUNSET in fixup path In mmcidfixupcpustotasks, when rq-curr has the target mm and mmcid.active is set, the CID is...

7.8CVSS5.9AI score0.00121EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.19 views

CVE-2026-64168

In the Linux kernel, the following vulnerability has been resolved: spi: sprd: fix error pointer deref after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to check the dma.enabled flag before trying to release the DMA channels also on late probe...

5.5CVSS5.4AI score0.00115EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.18 views

CVE-2026-64056

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: cortina: Make RX SKB per-port The SKB used to assemble packets from fragments in gmacrx is static local, but the Gemini has two ethernet ports, meaning there can be races between the ports on a bad day if a device ...

9.8CVSS5.4AI score0.00552EPSS
SaveExploits0References15
OSV
OSV
added 2026/07/20 12:00 a.m.8 views

UBUNTU-CVE-2026-64148

In the Linux kernel, the following vulnerability has been resolved: pdscore: fix error handling in pdscdevcmdwait Fix two cases where pdscdevcmdwait returns stale success from the completion register instead of an error: 1. FW crash: If firmware stops running, the wait loop breaks early with...

7.5CVSS5.7AI score0.00475EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/20 12:00 a.m.9 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.00479EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/20 12:00 a.m.11 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.00514EPSS
SaveExploits0References19
OSV
OSV
added 2026/07/20 12:00 a.m.14 views

UBUNTU-CVE-2026-63976

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: l2cap: clear chan-ident on ECRED reconfiguration success l2capecredreconfrsp returns early on success without clearing chan-ident. Every other L2CAP response handler l2capecredconnrsp, l2capleconnectrsp, l2capconfigrsp...

8.8CVSS5.7AI score0.00443EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.21 views

CVE-2026-63862

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found In mtkpciesetupirq, the IRQ domains are allocated before the controller's IRQ is fetched. If the latter fails, the function directly returns an error, without...

5.3AI score0.00161EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.19 views

CVE-2026-63889

In the Linux kernel, the following vulnerability has been resolved: scsi: scsitransportfc: Widen FPIN pname walker counter to u32 An adjacent Fibre Channel fabric actor that can deliver an FPIN ELS frame to an lpfc or qla2xxx Linux initiator can trigger a non-return in the generic FC transport...

8.1CVSS5.4AI score0.00334EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.17 views

CVE-2026-64162

In the Linux kernel, the following vulnerability has been resolved: idpf: fix readdevclklock spinlock init in idpfptpinit In idpfptpinit, readdevclklock is initialized after ptpscheduleworker had already been called and after idpfptpsettime64 could reach the lock. The PTP aux worker fires...

9.8CVSS5.4AI score0.00347EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/20 12:00 a.m.9 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...

5.6AI score0.00166EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/20 12:00 a.m.9 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.00164EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/20 12:00 a.m.14 views

UBUNTU-CVE-2026-63887

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Bound iscsiencodetextoutput appends to rspbuf iscsiencodetextoutput concatenates "key=value\0" records into login-rspbuf, an 8192-byte kzallocMAXKEYVALUEPAIRS buffer allocated in iscsitallocloginsetupbuffer...

9.8CVSS5.8AI score0.00745EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/20 12:00 a.m.11 views

UBUNTU-CVE-2026-64060

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix leak of request in netfswritebegin error handling Fix netfswritebegin to not leak our ref on the request in the event that we get an error from netfswaitforread...

5.7AI score0.00166EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/20 12:00 a.m.16 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.00129EPSS
SaveExploits0References21
OSV
OSV
added 2026/07/20 12:00 a.m.8 views

UBUNTU-CVE-2026-64182

In the Linux kernel, the following vulnerability has been resolved: drivers/base/memory: fix memory block reference leak in poison accounting memblknrpoisoninc and memblknrpoisonsub look up a memory block via findmemoryblockbyid, which acquires a reference to the memory block device. Both helpers...

5.5CVSS5.6AI score0.00114EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/20 12:00 a.m.8 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.00114EPSS
SaveExploits0References19
Rows per page
Query Builder