Lucene search
+L

410 matches found

CVE
CVE
•added 2026/09/25 10:22 a.m.•5 views

CVE-2026-97899

The Linux kernel contains a memory leak vulnerability within the drm/i915 driver, specifically inside the query_perf_config_list() function. The root cause occurs when krealloc() fails, as the original oa_config_ids are not freed before returning, leading to a memory leak. The issue has been reso...

5.6AI score
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/25 10:22 a.m.•1 views

CVE-2026-97899

In the Linux kernel, the following vulnerability has been resolved: d...

5.8AI score
SaveExploits0
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•3 views

EUVD-2026-86753

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix memory leak in queryperfconfiglist When krealloc fails, free the original oaconfigids before returning to avoid a memory leak. cherry picked from commit 9977e9d84f46d4f12ad35fbbc0ec4638554bce87...

5.6AI score
SaveExploits0References4
OSV
OSV
•added 2026/09/16 10:30 a.m.•7 views

CVE-2026-89822 drm/i915: Guard against NULL driver_data in i915_pci_probe()

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Guard against NULL driverdata in i915pciprobe pcimatchdevice can return the dummy pcideviceidany entry when a device is force-bound via sysfs driveroverride, in which case -driverdata is unset NULL. i915pciprobe casts i...

5.8AI score
SaveExploits0References9
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/16 12:00 a.m.•0 views

CVE-2026-89822: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Guard against NULL driverdata in i915pciprobe pcimatchdevice can return the dummy pcideviceidany entry when a device is force-bound via sysfs driveroverride, in which case -driverdata is unset NULL. i915pciprobe casts i...

5.8AI score0.00206EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
•added 2026/09/16 12:00 a.m.•6 views

Linux Distros Unpatched Vulnerability : CVE-2026-89822

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/i915: Guard against NULL driverdata in i915pciprobe pcimatchdevice can return the dummy pcideviceidany entry when a device is force-bound via sysfs...

5.8AI score0.00206EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
•added 2026/09/15 8:14 a.m.•12 views

kernel: drm/i915: Fix potential overflow of shmem scatterlist length

A flaw was found in the Linux kernel's graphics memory management drm/i915 component. This vulnerability occurs when a large shared memory object's internal list of memory segments, called a scatterlist, is populated. If the total size of these segments exceeds 4 Gigabytes GB, a numerical overflo...

7.8CVSS7AI score0.00175EPSS
SaveExploits0References5
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•9 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: drm/i915/selftests: fixed the subtraction overflow bug. On some machines, holeend can be small enough to cause subtraction overflow. On the other hand, addr + 2 minalignment can cause overflow in case of mock tests. This patch...

7.8CVSS6.3AI score0.00281EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•6 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Fixed a refcount underflow in intelengineparkheartbeat. A use-after-free or refcount underflow may occur when the heartbeat worker and intelengineparkheartbeat race to release the same engine-heartbeat.systole reques...

7.8CVSS5.8AI score0.00171EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•8 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Makes the DPT object unshrinkable. In some scenarios, the DPT object is shrunk, but the actual framebuffer does not undergo any shrinkage. As a result, the DPT object remains in the DPT’s vm-boundlist. Then, an...

7.8CVSS6.2AI score0.00296EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
•added 2026/09/14 10:21 a.m.•9 views

kernel: drm/i915: Fix potential overflow of shmem scatterlist length

A flaw was found in the Linux kernel's graphics memory management drm/i915 component. This vulnerability occurs when a large shared memory object's internal list of memory segments, called a scatterlist, is populated. If the total size of these segments exceeds 4 Gigabytes GB, a numerical overflo...

7.8CVSS7AI score0.00175EPSS
SaveExploits0References5
F5 Networks
F5 Networks
•added 2026/09/14 1:24 a.m.•34 views

K000163315: Linux kernel vulnerabilities CVE-2026-63884, CVE-2026-64219, CVE-2026-64496

Security Advisory Description CVE-2026-63884 In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential UAF in TTM object purge TLDR: The bo-ttm object might be changed by calling ttmbovalidate, move casting it to an i915tt object later to actually get the right...

7.8CVSS6.1AI score0.00176EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2026/08/29 12:00 a.m.•14 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-001450)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-001450 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Fix potential UAF by revoke of fence registers CI has been sporadically reporting th...

7.8CVSS6.4AI score0.0027EPSS
SaveExploits0References3
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•14 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: drm/i915/hdcp: Added a check for the encoder in intelhdcpgetcapability. Sometimes during hotplug scenarios or suspend/resume scenarios, the encoder may not be initialized properly. To prevent null pointer dereferencing in the...

5.5CVSS6.2AI score0.00228EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•8 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fixed the potential double-free of the bit17 bitmask. A userspace environment where multiple threads compete to set the tiling to I915TILINGNONE could lead to a double-free of the bit17 bitmask. Or, conversely, memory...

7.8CVSS6.3AI score0.00279EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2026/08/21 12:44 a.m.•11 views

SUSE CVE-2026-68243

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Fix NULL deref in I915CONTEXTPARAMSSEU Setting context engine slot N into I915ENGINECLASSINVALID / I915ENGINECLASSINVALIDNONE and attempting to apply I915CONTEXTPARAMSSEU to the same slot N will deref NULL. Fix that...

5.5AI score0.00215EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/21 12:44 a.m.•12 views

SUSE CVE-2026-68247

In the Linux kernel, the following vulnerability has been resolved: drm/i915/bios: range check LFP Data Block paneltype2 While the paneltype from LFP Data Block is range checked, paneltype2 is not. Add a few helpers for range checking, and use them to not only check paneltype2, but also improve...

5.5AI score0.00209EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/21 12:44 a.m.•12 views

SUSE CVE-2026-68248

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Return NULL on error in activeinstance Avoid returning &node-base when node is NULL due to OOM during GFPATOMIC allocation. Discovered using AI-assisted static analysis confirmed by Intel Product Security. cherry picked...

5.5AI score0.00215EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
•added 2026/08/20 6:44 a.m.•15 views

kernel: drm/i915/gem: Fix phys BO pread/pwrite with offset

A flaw was found in the Linux kernel's drm/i915/gem component. This vulnerability occurs because the sgpage function incorrectly scales pread/pwrite operations for physical Buffer Objects BO when a non-zero offset is used. This can lead to incorrect memory access, potentially allowing an attacker...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/08/20 6:35 a.m.•15 views

kernel: drm/i915/gem: Fix phys BO pread/pwrite with offset

A flaw was found in the Linux kernel's drm/i915/gem component. This vulnerability occurs because the sgpage function incorrectly scales pread/pwrite operations for physical Buffer Objects BO when a non-zero offset is used. This can lead to incorrect memory access, potentially allowing an attacker...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References5
Rows per page
Query Builder