Lucene search
+L

46348 matches found

NVD
NVD
added 2026/07/19 4:17 p.m.4 views

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...

0.00173EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.8 views

CVE-2026-63915

In the Linux kernel, the following vulnerability has been resolved: nfc: hci: fix out-of-bounds read in HCP header parsing Both nfchcirecvfromllc and ncihcidatareceivedcb read packet-header from skb-data at function entry without first checking that the buffer holds at least one byte. A malicious...

8.8CVSS0.00345EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 3:41 p.m.27 views

CVE-2026-64186 iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs In iommummiowrite and iommucapabilitywrite, the variables dbgmmiooffset and dbgcapoffset are declared as int. However, they are populated using kstrtou32fromuser. If ...

0.00155EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:41 p.m.12 views

CVE-2026-64186

The CVE concerns the Linux kernel AMD IOMMU debugfs path. The vulnerability stems from using int-typed dbg_mmio_offset and dbg_cap_offset populated via kstrtou32_from_user(), which can wrap to a negative value for large inputs and enable out-of-bounds reads in iommu_mmio_write() and iommu_capabil...

5.4AI score0.00155EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:41 p.m.6 views

CVE-2026-64186

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs In iommummiowrite and iommucapabilitywrite, the variables dbgmmiooffset and dbgcapoffset are declared as int. However, they are populated using kstrtou32fromuser. If ...

5.2AI score0.00155EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/07/19 3:41 p.m.9 views

EUVD-2026-45871

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs In iommummiowrite and iommucapabilitywrite, the variables dbgmmiooffset and dbgcapoffset are declared as int. However, they are populated using kstrtou32fromuser. If ...

5.4AI score0.00155EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:41 p.m.5 views

CVE-2026-64186 iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs In iommummiowrite and iommucapabilitywrite, the variables dbgmmiooffset and dbgcapoffset are declared as int. However, they are populated using kstrtou32fromuser. If ...

5.3AI score0.00155EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 3:41 p.m.4 views

CVE-2026-64186

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs In iommummiowrite and iommucapabilitywrite, the variables dbgmmiooffset and dbgcapoffset are declared as int. However, they are populated using kstrtou32fromuser. If ...

5.2AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64154

In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: Fix a reference leak in a6xxgpuinit In a6xxgpuinit, node is obtained via ofparsephandle. While there was a manual ofnodeput at the end of the common path, several early error returns would bypass this call,...

5.2AI score0.00165EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 3:40 p.m.10 views

CVE-2026-64101

The CVE describes a Linux kernel vulnerability in the fwctl subsystem (fwctl: pds) where the RPC input buffer is allocated using fwctl_rpc.in_len and then cast to struct fwctl_rpc_pds by pdsfc_fw_rpc(), before validating that the buffer is large enough. The subsequent call to pdsfc_validate_rpc()...

5.5AI score0.00173EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.6 views

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.5AI score0.00173EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.5 views

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.4AI score0.00173EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 3:39 p.m.5 views

CVE-2026-64081 firmware: arm_ffa: Validate framework notification message layout

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.3AI score0.0014EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/19 3:39 p.m.11 views

CVE-2026-64081

CVE-2026-64081 concerns the Linux kernel firmware path (arm_ffa) and fixes how framework notifications in the shared RX buffer are validated. The issue arose from indirect messages where an incorrect offset/size could enable misinterpretation of payloads. The fix validates the reported offset and...

8.4CVSS5.4AI score0.0014EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 3:16 p.m.5 views

CVE-2026-63869

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: limit injected antenna index in ieee80211parsetxradiotap When parsing the radiotap header of an injected frame, ieee80211parsetxradiotap uses the IEEE80211RADIOTAPANTENNA value directly as a shift count:...

7.6CVSS0.00211EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/19 2:55 p.m.7 views

EUVD-2026-45695

In the Linux kernel, the following vulnerability has been resolved: ipv6: exthdrs: refresh nh after handling HAO option ip6parsetlv caches skbnetworkheaderskb in nh while walking IPv6 TLVs. ipv6desthao may call pskbexpandhead for a cloned skb, which can move the skb head and invalidate the cached...

5.4AI score0.00679EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63922

In the Linux kernel, the following vulnerability has been resolved: ipv6: exthdrs: refresh nh after handling HAO option ip6parsetlv caches skbnetworkheaderskb in nh while walking IPv6 TLVs. ipv6desthao may call pskbexpandhead for a cloned skb, which can move the skb head and invalidate the cached...

9.8CVSS5.2AI score0.00679EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.29 views

CVE-2026-63915 nfc: hci: fix out-of-bounds read in HCP header parsing

In the Linux kernel, the following vulnerability has been resolved: nfc: hci: fix out-of-bounds read in HCP header parsing Both nfchcirecvfromllc and ncihcidatareceivedcb read packet-header from skb-data at function entry without first checking that the buffer holds at least one byte. A malicious...

8.8CVSS0.00345EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:55 p.m.10 views

CVE-2026-63915

CVE-2026-63915 : In the Linux kernel, the NFC NFC HCI stack (nfc_hci_recv_from_llc and nci_hci_data_received_cb) is vulnerable to an out-of-bounds heap read from packet->header when a 0-byte HCP frame is received, because the code reads skb->data at entry without ensuring a byte is present....

8.8CVSS5.6AI score0.00345EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 2:55 p.m.10 views

EUVD-2026-45688

In the Linux kernel, the following vulnerability has been resolved: nfc: hci: fix out-of-bounds read in HCP header parsing Both nfchcirecvfromllc and ncihcidatareceivedcb read packet-header from skb-data at function entry without first checking that the buffer holds at least one byte. A malicious...

5.6AI score0.00345EPSS
SaveExploits0References8
Rows per page
Query Builder