Lucene search
+L

101 matches found

Kitploit
Kitploit
•added 2026/09/24 8:41 p.m.•14 views

SpecuCheck

SpecuCheck SpecuCheck is a Windows utility for checking the state of the software and hardware mitigations against CVE-2017-5754 Meltdown, CVE-2017-5715 Spectre v2, CVE-2018-3260 Foreshadow, and CVE-2018-3639 Spectre v4. It uses two new information classes that were added to the...

5.6CVSS7AI score0.84172EPSS
SaveExploits14
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•11 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

The Linux kernel allows user-space processes to enable mitigations by calling prctl with PRSETSPECULATIONCTRL, which disables the speculation feature, as well as through the use of seccomp. We noticed that on virtual machines of at least one major cloud provider, the kernel still left the victim...

5.6CVSS6.7AI score0.01377EPSS
SaveExploits3References2
NVD
NVD
•added 2026/08/10 1:20 p.m.•17 views

CVE-2026-68269

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Add missing nospec on parallel submit slot Add missing Spectre mitigation for userspace controlled parallel submission slot. Discovered using AI-assisted static analysis confirmed by Intel Product Security. cherry...

0.00215EPSS
SaveExploits0References6
OSV
OSV
•added 2026/08/10 1:20 p.m.•9 views

DEBIAN-CVE-2026-68269

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Add missing nospec on parallel submit slot Add missing Spectre mitigation for userspace controlled parallel submission slot. Discovered using AI-assisted static analysis confirmed by Intel Product Security. cherry...

5.2AI score0.00215EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•13 views

CVE-2026-68269

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Add missing nospec on parallel submit slot Add missing Spectre mitigation for userspace controlled parallel submission slot. Discovered using AI-assisted static analysis confirmed by Intel Product Security. cherry...

5.4AI score0.00215EPSS
SaveExploits0References6
OSV
OSV
•added 2026/08/10 1:20 p.m.•9 views

UBUNTU-CVE-2026-68269

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Add missing nospec on parallel submit slot Add missing Spectre mitigation for userspace controlled parallel submission slot. Discovered using AI-assisted static analysis confirmed by Intel Product Security. cherry...

5.2AI score0.00215EPSS
SaveExploits0References7
CVE
CVE
•added 2026/08/10 12:01 p.m.•53 views

CVE-2026-68269

The CVE concerns the Linux kernel component drm/i915/gem where a missing nospec mitigation existed in the parallel submit slot. The vulnerability, resolved by adding the Spectre mitigation for the userspace-controlled parallel submission slot, was identified via AI-assisted static analysis and co...

5.2AI score0.00215EPSS
SaveExploits0References6
EUVD
EUVD
•added 2026/08/10 12:01 p.m.•12 views

EUVD-2026-55370

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Add missing nospec on parallel submit slot Add missing Spectre mitigation for userspace controlled parallel submission slot. Discovered using AI-assisted static analysis confirmed by Intel Product Security. cherry...

5.2AI score0.00215EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
•added 2026/08/10 12:00 a.m.•8 views

PT-2026-69669

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the drm/i915/gem component where a missing Spectre mitigation for the userspace controlled parallel submission slot was identified. Spectre is a type of hardware...

5.5AI score0.00215EPSS
SaveExploits0
SUSE CVE
SUSE CVE
•added 2026/07/25 3:58 p.m.•15 views

SUSE CVE-2026-64507

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Enable IBPB flush on BPF JIT allocation Enable hardening against JIT spraying when Spectre-v2 mitigations are in use. Specifically, issue an IBPB flush on BPF JIT memory reuse. Skip enabling the IBPB flush if the BPF...

5.5CVSS5.8AI score0.00215EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/07/25 8:52 a.m.•16 views

EUVD-2026-48851

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Enable IBPB flush on BPF JIT allocation Enable hardening against JIT spraying when Spectre-v2 mitigations are in use. Specifically, issue an IBPB flush on BPF JIT memory reuse. Skip enabling the IBPB flush if the BPF...

5.8AI score0.00215EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
•added 2026/07/25 12:00 a.m.•16 views

PT-2026-64728

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the x86 architecture implementation where hardening against JIT spraying is required when Spectre-v2 mitigations are active. JIT spraying is a technique used to bypass...

5.7AI score0.00215EPSS
SaveExploits0
SUSE CVE
SUSE CVE
•added 2026/05/09 2:39 a.m.•16 views

SUSE CVE-2026-43280

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Add bounds check on patindex to prevent OOB kernel read in madvise When user provides a bogus patindex value through the madvise IOCTL, the xepatindexgetcohmode function performs an array access without validating bounds...

7.1CVSS5.7AI score0.00164EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/05/06 11:29 a.m.•72 views

CVE-2026-43280 drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madvise

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Add bounds check on patindex to prevent OOB kernel read in madvise When user provides a bogus patindex value through the madvise IOCTL, the xepatindexgetcohmode function performs an array access without validating bounds...

7.1CVSS0.00164EPSS
SaveExploits0References3
CVE
CVE
•added 2026/05/06 11:29 a.m.•43 views

CVE-2026-43280

CVE-2026-43280 is a Linux kernel vulnerability in the drm/xe module where a malicious user can supply a malformed pat_index via the madvise IOCTL, triggering an out-of-bounds read from xe->pat.table due to missing bounds checking in xe_pat_index_get_coh_mode() (validated only by a call in madv...

7.1CVSS5.8AI score0.00164EPSS
SaveExploits0References3Affected Software1
NVD
NVD
•added 2026/05/01 3:16 p.m.•15 views

CVE-2026-31781

In the Linux kernel, the following vulnerability has been resolved: drm/ioc32: stop speculation on the drmcompatioctl path The drm compat ioctl path takes a user controlled pointer, and then dereferences it into a table of function pointers, the signature method of spectre problems. Fix this up b...

5.5CVSS0.00162EPSS
SaveExploits0References8
CVE
CVE
•added 2026/05/01 2:15 p.m.•41 views

CVE-2026-31781

CVE-2026-31781 concerns the Linux kernel drm/ioc32 compat ioctl path, where a user-controlled pointer was used to index a table of function pointers (spectre-like pattern). The issue is mitigated by applying array_index_nospec on the index to the function-pointer list, as described in the fix. Co...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References8Affected Software1
OSV
OSV
•added 2026/05/01 2:15 p.m.•15 views

CVE-2026-31781 drm/ioc32: stop speculation on the drm_compat_ioctl path

In the Linux kernel, the following vulnerability has been resolved: drm/ioc32: stop speculation on the drmcompatioctl path The drm compat ioctl path takes a user controlled pointer, and then dereferences it into a table of function pointers, the signature method of spectre problems. Fix this up b...

5.8AI score
SaveExploits0References11
Tenable Nessus
Tenable Nessus
•added 2026/01/20 12:00 a.m.•12 views

MiracleLinux 8 : kernel-4.18.0-147.8.1.el8 (AXSA:2020-750:12)

The remote MiracleLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2020-750:12 advisory. kernel: powerpc: local user can read vector registers of other users' processes via a Facility Unavailable exception CVE-2019-15030 kernel: powerpc:...

7.2CVSS7.7AI score0.00736EPSS
SaveExploits2References5
Tenable Nessus
Tenable Nessus
•added 2026/01/16 12:00 a.m.•17 views

MiracleLinux 7 : kernel-3.10.0-1062.el7 (AXSA:2019-4338:05)

The remote MiracleLinux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2019-4338:05 advisory. Kernel: vhostnet: infinite loop while receiving packets leads to DoS CVE-2019-3900 Kernel: page cache side channel attacks CVE-2019-5489 kernel:...

8.4CVSS6.8AI score0.05789EPSS
SaveExploits12References26
Rows per page
Query Builder