Lucene search
+L

132803 matches found

CVE
CVE
added 2026/07/24 3:31 p.m.56 views

CVE-2026-64253

CVE-2026-64253 affects the Linux kernel and relates to process creation via fork. The root cause is that in copy_process(), PF_BLOCK_TS can be inherited from the parent while the child’s plug pointer is cleared, breaking the invariant that PF_BLOCK_TS set implies current->plug != NULL. The fix...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/07/24 3:31 p.m.43 views

CVE-2026-64252 MIPS: DEC: Prevent initial console buffer from landing in XKPHYS

In the Linux kernel, the following vulnerability has been resolved: MIPS: DEC: Prevent initial console buffer from landing in XKPHYS In 64-bit configurations calling the initial console output handler from a kernel thread other than the initial one will result in a situation where the stack has...

0.00114EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/24 3:31 p.m.33 views

CVE-2026-64251

CVE-2026-64251 concerns a Linux kernel bug in the pwrseq core where use-after-free occurs in the pwrseq_debugfs_seq_next() path due to incorrect reference counting. The fix standardizes reference management across seq_file callbacks to prevent prematurely dropped references: start() now returns a...

7.8CVSS5.7AI score0.00117EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/07/24 3:31 p.m.14 views

CVE-2026-64249

In the Linux kernel, the following vulnerability has been resolved: fpga: region: fix use-after-free in childregionswithfirmware Move ofnodeputchildregion after the error print to avoid accessing freed memory when prerr references childregion. Yilun: Fix the Fixes tag...

7.8CVSS5.7AI score0.00117EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/24 3:31 p.m.48 views

CVE-2026-64248 MIPS: smp: report dying CPU to RCU in stop_this_cpu()

In the Linux kernel, the following vulnerability has been resolved: MIPS: smp: report dying CPU to RCU in stopthiscpu smpsendstop parks all secondary CPUs in stopthiscpu. The function marks the CPU offline for the scheduler via setcpuonlinefalse but never informs RCU, so RCU keeps expecting a...

0.00111EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/24 3:31 p.m.9 views

CVE-2026-64248 MIPS: smp: report dying CPU to RCU in stop_this_cpu()

In the Linux kernel, the following vulnerability has been resolved: MIPS: smp: report dying CPU to RCU in stopthiscpu smpsendstop parks all secondary CPUs in stopthiscpu. The function marks the CPU offline for the scheduler via setcpuonlinefalse but never informs RCU, so RCU keeps expecting a...

5.7AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/07/24 3:31 p.m.19 views

CVE-2026-64247

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: hyper-v: Bound the bank index when querying sparse banks When checking if a VP ID is included in a sparse bank set, explicitly check that the ID can actually be contained in a sparse bank the TLFS allows for a maximum o...

8.4CVSS5.6AI score0.00114EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/24 3:31 p.m.21 views

CVE-2026-64246

In the Linux kernel, the following vulnerability has been resolved: power: reset: linkstation-poweroff: fix use-after-free in the linkstationpoweroffinit Move ofnodeputdn after the ofmatchnode call, which still needs the node pointer. The node reference is correctly released after use...

7.8CVSS5.7AI score0.00117EPSS
SaveExploits0
CVE
CVE
added 2026/07/24 3:27 p.m.42 views

CVE-2026-64238

CVE-2026-64238 affects the Linux kernel gpio: shared subsystem. The root cause was a too-wide critical section protecting the offset field in struct gpio_shared_entry, which could cause a deadlock during removal of a shared GPIO proxy’s parent. The fix shortens the critical section to protect the...

5.5CVSS5.8AI score0.0008EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/07/24 3:27 p.m.8 views

CVE-2026-64236 i2c: davinci: fix division by zero on missing clock-frequency

In the Linux kernel, the following vulnerability has been resolved: i2c: davinci: fix division by zero on missing clock-frequency When the 'clock-frequency' property is missing from the device tree, the driver falls back to DAVINCII2CDEFAULTBUSFREQ. However, this macro was defined in kHz 100,...

5.8AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/24 3:23 p.m.15 views

CVE-2026-64231

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: don't dump registers past the mapped region On DSI 6G platforms the IO address space is internally adjusted by iooffset. Later this adjusted address might be used for memory dumping. However the size that is used for...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/24 3:23 p.m.13 views

CVE-2026-64232

In the Linux kernel, the following vulnerability has been resolved: block: recompute nrintegritysegments in blkinsertclonedrequest blkinsertclonedrequest already recomputes nrphyssegments against the bottom queue, because "the queue settings related to segment counting may differ from the origina...

9.8CVSS5.7AI score0.00463EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/24 3:23 p.m.39 views

CVE-2026-64227 ACPI: driver: Check ACPI_COMPANION() against NULL during probe

In the Linux kernel, the following vulnerability has been resolved: ACPI: driver: Check ACPICOMPANION against NULL during probe Since every platform driver can be forced to match a device that doesn't match its list of device IDs because of devicematchdriveroverride, platform drivers that rely on...

0.00122EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/24 3:23 p.m.11 views

CVE-2026-64227 ACPI: driver: Check ACPI_COMPANION() against NULL during probe

In the Linux kernel, the following vulnerability has been resolved: ACPI: driver: Check ACPICOMPANION against NULL during probe Since every platform driver can be forced to match a device that doesn't match its list of device IDs because of devicematchdriveroverride, platform drivers that rely on...

5.8AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/24 3:23 p.m.15 views

CVE-2026-64223

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: consume only present negotiated TTLM maps ieee80211tidtolinkmapsizeok validates negotiated TTLM elements against the number of link-map entries indicated by linkmappresence. ieee80211parsenegttlm must consume the...

8.1CVSS5.7AI score0.00256EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/24 3:23 p.m.12 views

EUVD-2026-48628

In the Linux kernel, the following vulnerability has been resolved: device property: set fwnode-secondary to NULL in fwnodeinit If a firmware node is allocated on the stack for instance: temporary software node whose life-time we control or on the heap - but using a non-zeroing allocation functio...

5.7AI score0.00123EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/24 3:23 p.m.8 views

CVE-2026-64218 batman-adv: bla: fix report_work leak on backbone_gw purge

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: fix reportwork leak on backbonegw purge batadvblapurgebackbonegw removes stale backbone gateway entries, but fails to properly handle their associated reportwork: - If reportwork is running, the purge must wait f...

7.8CVSS5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/07/24 3:23 p.m.33 views

CVE-2026-64216

CVE-2026-64216: Linux kernel netfs UAF fix. The issue occurs in netfs_unlock_abandoned_read_pages() (and netfs_unlock_read_folio()) where the code dereferenced an index after NETFS_RREQ_IN_PROGRESS was cleared, risking access to the folio protected by no_unlock_folio. The fix stores the folio poi...

9.8CVSS5.7AI score0.00448EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/07/24 2:58 p.m.36 views

CVE-2026-66007 Datasets Path Traversal via Unsanitized file_name Metadata

Datasets through 5.0.0, fixed in commit f989ef9, contains a path traversal vulnerability in folder-based dataset builders where the filename metadata field is not properly validated before being joined to the dataset directory. Attackers can supply crafted filename values with directory traversal...

6.9CVSS0.00524EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/24 2:09 p.m.8 views

GHSA-HC76-7MPC-QJQH ImageMagick: Code injection in HTML encoder due to incomplete fix of CVE-2026-25797

An incomplete fix of CVE-2026-25797 can result in code injection in the HTML encoder...

5.7CVSS5.9AI score
SaveExploits0References3
Rows per page
Query Builder