Lucene search
K

51 matches found

EUVD
EUVD
added 2025/10/23 12:31 p.m.2 views

EUVD-2022-54597

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

7.8CVSS5.4AI score0.00124EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2024-53315

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.0002EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2025-13148

Malicious code in bioql PyPI...

7.1AI score0.00024EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2023-59759

Malicious code in bioql PyPI...

7.8CVSS7.1AI score0.00051EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2023-59739

Malicious code in bioql PyPI...

6.9AI score0.00016EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2023-59760

Malicious code in bioql PyPI...

7.8CVSS6AI score0.00025EPSS
Exploits0References4
NVD
NVD
added 2025/03/27 5:15 p.m.10 views

CVE-2023-52931

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Avoid potential vm use-after-free Adding the vm to the vmxa table makes it visible to userspace, which could try to race with us to close the vm. So we need to take our extra reference before putting it in the table...

7.8CVSS0.00051EPSS
Exploits0References2
Cvelist
Cvelist
added 2025/03/27 4:37 p.m.6 views

CVE-2023-52930 drm/i915: Fix potential bit_17 double-free

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential bit17 double-free A userspace with multiple threads racing I915GEMSETTILING to set the tiling to I915TILINGNONE could trigger a double free of the bit17 bitmask. Or conversely leak memory on the transition...

0.00025EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2025/03/27 4:37 p.m.7 views

CVE-2023-52931 drm/i915: Avoid potential vm use-after-free

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Avoid potential vm use-after-free Adding the vm to the vmxa table makes it visible to userspace, which could try to race with us to close the vm. So we need to take our extra reference before putting it in the table...

7.1AI score0.00051EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2025/03/06 4:4 p.m.10 views

CVE-2024-58074

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Grab inteldisplay from the encoder to avoid potential oopsies Grab the inteldisplay from 'encoder' rather than 'state' in the encoder hooks to avoid the massive footgun that is intelsanitizeencoder, which passes NULL as...

5.5CVSS5.3AI score0.00041EPSS
Exploits0
Cvelist
Cvelist
added 2025/03/06 4:4 p.m.12 views

CVE-2024-58074 drm/i915: Grab intel_display from the encoder to avoid potential oopsies

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Grab inteldisplay from the encoder to avoid potential oopsies Grab the inteldisplay from 'encoder' rather than 'state' in the encoder hooks to avoid the massive footgun that is intelsanitizeencoder, which passes NULL as...

0.00041EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2025/02/28 5:35 a.m.9 views

CVE-2022-49635

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

5.5CVSS7AI score0.00124EPSS
Exploits0References4
NVD
NVD
added 2025/02/26 7:1 a.m.8 views

CVE-2022-49644

In the Linux kernel, the following vulnerability has been resolved: drm/i915: fix a possible refcount leak in inteldpaddmstconnector If drmconnectorinit fails, intelconnectorfree will be called to take care of proper free. So it is necessary to drop the refcount of port before intelconnectorfree...

5.5CVSS0.00113EPSS
Exploits0References5
CVE
CVE
added 2025/02/26 2:23 a.m.90 views

CVE-2022-49635

CVE-2022-49635 affects the Linux kernel. The issue is in drm/i915/selftests, where a subtraction overflow can occur when hole_end is small, and addr + 2 * min_alignment can overflow in mock tests. A patch was applied (cherry picked from commit ab3edc679c552a466e4bf0b11af3666008bd65a2) to fix both...

7.8CVSS6.7AI score0.00124EPSS
Exploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2024/12/28 3:25 a.m.10 views

CVE-2024-56667

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix NULL pointer dereference in captureengine When the intelcontext structure contains NULL, it raises a NULL pointer dereference error in drminfo. cherry picked from commit 754302a5bc1bd8fd3b7d85c168b0a1af6d4bba4d...

5.5CVSS6.8AI score0.0002EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/08/21 6:10 p.m.21 views

CVE-2023-52913

A vulnerability was found in the Linux Kernel's Intel graphics driver drm/i915, where a use-after-free UAF condition can occur in the gemcontextregister function. When this function is called, it makes a graphics context visible to the userspace, which allows a separate thread to invoke the...

5.5CVSS5.9AI score0.00015EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/08/21 7:15 a.m.12 views

CVE-2023-52913

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential context UAFs gemcontextregister makes the context visible to userspace, and which point a separate thread can trigger the I915GEMCONTEXTDESTROY ioctl. So we need to ensure that nothing uses the ctx ptr aft...

5.5CVSS5.9AI score0.00015EPSS
Exploits0References18
CVE
CVE
added 2024/08/21 6:10 a.m.120 views

CVE-2023-52913

CVE-2023-52913 affects the Linux kernel’s drm/i915 component, where gem_context_register() exposes a GEM context to userspace and later code path allows a separate thread to trigger I915_GEM_CONTEXT_DESTROY. The root cause is using the ctx pointer after context destruction and not making the ctx ...

5.5CVSS6.5AI score0.00015EPSS
Exploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/08/06 12:0 a.m.35 views

Amazon Linux 2023 : bpftool, kernel, kernel-devel (ALAS2023-2024-696)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2024-696 advisory. In the Linux kernel, the following vulnerability has been resolved: iouring: drop any code related to SCMRIGHTS CVE-2023-52656 In the Linux kernel, the following vulnerability has been resolved...

9.8CVSS6.5AI score0.00266EPSS
Exploits0References130
Vulnrichment
Vulnrichment
added 2024/04/03 2:55 p.m.10 views

CVE-2024-26721 drm/i915/dsc: Fix the macro that calculates DSCC_/DSCA_ PPS reg address

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dsc: Fix the macro that calculates DSCC/DSCA PPS reg address Commit bd077259d0a9 "drm/i915/vdsc: Add function to read any PPS register" defines a new macro to calculate the DSC PPS register addresses with PPS number as a...

6.7AI score0.00017EPSS
Exploits0References2
Rows per page
Query Builder