Lucene search
+L

9562 matches found

CVE
CVE
added 2026/07/25 8:51 a.m.25 views

CVE-2026-64452

CVE-2026-64452 (Linux kernel 6LoWPAN) involves a race condition in 6LoWPAN’s Next Header Compression (NHC) handling that can cause a use-after-free in lowpan_nhc_do_uncompression when an NHC descriptor is freed while another path accesses nhc->name in an error path. The issue arises from holdi...

7.1CVSS5.7AI score0.00219EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:50 a.m.12 views

EUVD-2026-48902

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: cancel workqueue on release for supported platforms only Since a recent fix the mtkjpegrelease function cancels any pending or running work present in the driver workqueue using cancelworksync function. Currently...

5.8AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/25 8:50 a.m.8 views

CVE-2026-64352 bpf: Allow LPM map access from sleepable BPF programs

In the Linux kernel, the following vulnerability has been resolved: bpf: Allow LPM map access from sleepable BPF programs trielookupelem annotates its rcudereferencecheck walks with only rcureadlockbhheld. Because rcudereferencecheckp, c resolves to "c || rcureadlockheld", this passes for XDP/NAP...

5.8AI score
SaveExploits0References10
EUVD
EUVD
added 2026/07/25 8:50 a.m.10 views

EUVD-2026-48893

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: fix dwc3readl and dwc3writel calls in dwc3ulpisetup The dwc3ulpisetup calls the register read and write calls with dwc3-regs when both these calls take the dwc3 structure directly. Chnage these two calls to fix the...

5.7AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:50 a.m.27 views

CVE-2026-64349

Summary (CVE-2026-64349): In the Linux kernel USB dwc3 driver, the vulnerability stems from incorrect type handling in dwc3_readl() and dwc3_writel() within dwc3_ulpi_setup(), where calls passed a dwc3 structure and a __iomem *regs with mismatched address spaces. This could lead to memory corrupt...

5.7AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.35 views

CVE-2026-64265 fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req

In the Linux kernel, the following vulnerability has been resolved: fuse: clear intrentry in fuseresend and fuseremovependingreq When fuseresend moves a request from fpq-processing back to fiq-pending, it sets FRPENDING and clears FRSENT but does not remove the requests intrentry from...

7.8CVSS0.00159EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:49 a.m.26 views

CVE-2026-64265

The CVE-2026-64265 issue affects the Linux kernel fuse subsystem. When fuse_resend() moves a request from fpq->processing back to fiq->pending, it marks FR_PENDING and clears FR_SENT but fails to remove the request’s intr_entry from fiq->interrupts. If FR_INTERRUPTED was set previously, ...

7.8CVSS5.8AI score0.00159EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.26 views

PT-2026-64570

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: fix dwc3 readl and dwc3 writel calls in dwc3 ulpi setup The dwc3 ulpi setup calls the register read and write calls with dwc3-regs when both these calls take the dwc3 structure directly. Chnage these two calls to fix t...

5.7AI score0.00166EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.13 views

PT-2026-64573

In the Linux kernel, the following vulnerability has been resolved: bpf: Allow LPM map access from sleepable BPF programs trie lookup elem annotates its rcu dereference check walks with only rcu read lock bh held. Because rcu dereference checkp, c resolves to "c || rcu read lock held", this passe...

5.8AI score0.00173EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.21 views

PT-2026-64673

In the Linux kernel, the following vulnerability has been resolved: 6lowpan: fix NHC entry use-after-free on error path lowpan nhc do uncompression looks up an NHC descriptor while holding lowpan nhc lock. If the descriptor has no uncompress callback, the error path drops the lock before printing...

5.7AI score0.00219EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-64512

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ACPI: CPPC: Suppress UBSAN warning caused by field misuse The definition of reg-accesswidth changes depending on the reg-spaceid type. Type...

5.5AI score0.00173EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 4:16 p.m.7 views

DEBIAN-CVE-2026-64240

In the Linux kernel, the following vulnerability has been resolved: media: rc: igorplugusb: fix control request setup packet Commit eac69475b01f "media: rc: igorplugusb: heed coherency rules" changed the control request storage from an embedded struct to an allocated pointer so it can obey DMA...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/24 4:16 p.m.8 views

UBUNTU-CVE-2026-64254

In the Linux kernel, the following vulnerability has been resolved: NTB: epf: Avoid pciiounmap with offset when PEERSPAD and CONFIG share BAR When BARPEERSPAD and BARCONFIG share one PCI BAR, the module teardown path ends up calling pciiounmap on the same iomem with some offset, which is...

5.5CVSS5.6AI score0.00114EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/24 4:16 p.m.8 views

UBUNTU-CVE-2026-64255

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: validate stamask before ffs in BA session handlers Three BA session handlers use ffsbadata-stamask - 1 to derive a station ID without checking that stamask is non-zero. When stamask is zero, ffs returns 0 and...

8.8CVSS5.7AI score0.00226EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/22 6:0 a.m.8 views

RLSA-2026:42552 Important: kernel security, bug fix, and enhancement update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: RDMA/mana: Remove user triggerable WARNON in manaibcreateqprss CVE-2026-46117 kernel: Bluetooth: l2cap: Add missing chan lock in l2capecredreconfrsp CVE-2026-53071 Bug Fixes and...

7.5CVSS5.5AI score0.0026EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/22 12:0 a.m.11 views

RockyLinux 8 : kernel-rt (RLSA-2026:42550)

The remote RockyLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2026:42550 advisory. kernel: RDMA/mana: Remove user triggerable WARNON in manaibcreateqprss CVE-2026-46117 kernel: Bluetooth: l2cap: Add missing chan lock in...

8.8CVSS7.4AI score0.0026EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/21 7:55 p.m.8 views

CVE-2026-63878

A flaw was found in the drm/amdgpu component of the Linux kernel. A local attacker can exploit an integer overflow vulnerability by providing an excessively large value for the numentries parameter in the GEMOP GETMAPPINGINFO ioctl. This can lead to an attempt to allocate an extremely large amoun...

5.5CVSS5.5AI score0.00198EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/21 12:59 p.m.9 views

SUSE CVE-2026-64131

In the Linux kernel, the following vulnerability has been resolved: mm/memory: fix spurious warning when unmapping device-private/exclusive pages Device private and exclusive entries are only supported for anonymous folios. This condition is tested in migratedevicepages and makedeviceexclusive...

5.2AI score0.00122EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/21 12:58 p.m.5 views

SUSE CVE-2026-64153

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix iommumapsgtable return value check and avoid WARN Commit "iommu: return full error code from iommumapsgatomic" changed iommumapsgtable to return an ssizet and negative values in error cases, rather than a sizet and a...

8.8CVSS5.4AI score0.00139EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/21 12:0 a.m.10 views

RHEL 8 : kernel (RHSA-2026:42552)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:42552 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: RDMA/mana: Remove user...

8.8CVSS7.1AI score0.0026EPSS
SaveExploits0References6
Rows per page
Query Builder