Lucene search
+L

609 matches found

Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2025-39823

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - KVM: x86: use arrayindexnospec with indices that come from guest min and destid are guest-controlled indices. Using arrayindexnospec after the bounds checks...

7.8CVSS6.9AI score0.00177EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/16 11:23 p.m.7 views

SUSE CVE-2025-39823

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: use arrayindexnospec with indices that come from guest min and destid are guest-controlled indices. Using arrayindexnospec after the bounds checks clamps these values to mitigate speculative execution side-channels...

5.5CVSS6.6AI score0.00177EPSS
SaveExploits0References27
NVD
NVD
added 2025/09/16 1:16 p.m.13 views

CVE-2025-39823

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: use arrayindexnospec with indices that come from guest min and destid are guest-controlled indices. Using arrayindexnospec after the bounds checks clamps these values to mitigate speculative execution side-channels...

7.8CVSS0.00177EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/16 1:16 p.m.7 views

UBUNTU-CVE-2025-39823

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: use arrayindexnospec with indices that come from guest min and destid are guest-controlled indices. Using arrayindexnospec after the bounds checks clamps these values to mitigate speculative execution side-channels...

7.8CVSS6.6AI score0.00177EPSS
SaveExploits0References30
OSV
OSV
added 2025/09/16 1:16 p.m.12 views

AZL-74718 CVE-2025-39823 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: use arrayindexnospec with indices that come from guest min and destid are guest-controlled indices. Using arrayindexnospec after the bounds checks clamps these values to mitigate speculative execution side-channels...

7.8CVSS6.6AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/16 1:16 p.m.8 views

AZL-67419 CVE-2025-39823 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: use arrayindexnospec with indices that come from guest min and destid are guest-controlled indices. Using arrayindexnospec after the bounds checks clamps these values to mitigate speculative execution side-channels...

7.8CVSS5.7AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/16 1:16 p.m.2 views

DEBIAN-CVE-2025-39823

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: use arrayindexnospec with indices that come from guest min and destid are guest-controlled indices. Using arrayindexnospec after the bounds checks clamps these values to mitigate speculative execution side-channels...

7.8CVSS6.4AI score0.00177EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/16 1:00 p.m.64 views

CVE-2025-39823

CVE-2025-39823 is a Linux kernel KVM/CPU virtualization vulnerability affecting x86 where indices from the guest (min, dest_id) were used with array_index_nospec after bounds checks. The issue enables speculative execution side-channel leakage affecting confidentiality, integrity, and availabilit...

7.8CVSS6.2AI score0.00177EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2025/09/16 1:00 p.m.17 views

CVE-2025-39823 KVM: x86: use array_index_nospec with indices that come from guest

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: use arrayindexnospec with indices that come from guest min and destid are guest-controlled indices. Using arrayindexnospec after the bounds checks clamps these values to mitigate speculative execution side-channels...

0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/16 1:00 p.m.9 views

CVE-2025-39823 KVM: x86: use array_index_nospec with indices that come from guest

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: use arrayindexnospec with indices that come from guest min and destid are guest-controlled indices. Using arrayindexnospec after the bounds checks clamps these values to mitigate speculative execution side-channels...

6.1AI score
SaveExploits0References14
Microsoft CVE
Microsoft CVE
added 2025/09/04 2:52 a.m.8 views

jfs: fix array-index-out-of-bounds read in add_missing_indices

...

7.8CVSS7AI score0.00159EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:00 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2018-16846

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - It was found in Ceph versions before 13.2.4 that authenticated ceph RGW users can cause a denial of service against OMAPs holding bucket indices. CVE-2018-16846...

6.5CVSS6.6AI score0.02136EPSS
SaveExploits0References2
NVD
NVD
added 2025/08/11 11:15 p.m.9 views

CVE-2025-55159

slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the getdisjointmut method incorrectly checked if indices were within the slab's capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has...

5.1CVSS0.00167EPSS
SaveExploits0References3
CVE
CVE
added 2025/08/11 11:00 p.m.109 views

CVE-2025-55159

CVE-2025-55159 concerns the slab crate (Rust) where in version 0.4.10 get_disjoint_mut incorrectly validated indices against the slab length instead of capacity, enabling access to uninitialized memory. This could cause undefined behavior or crashes. The issue has been fixed in slab 0.4.11. A pra...

5.1CVSS7.1AI score0.00167EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/08/11 11:00 p.m.3 views

CVE-2025-55159 slab allows out-of-bounds access in `get_disjoint_mut` due to incorrect bounds check

slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the getdisjointmut method incorrectly checked if indices were within the slab's capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has...

5.1CVSS7.1AI score0.00167EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/07/08 1:15 a.m.9 views

kernel: bpf: fix OOB devmap writes when deleting elements

In the Linux kernel, the following vulnerability has been resolved: bpf: fix OOB devmap writes when deleting elements Jordy reported issue against XSKMAP which also applies to DEVMAP - the index used for accessing map entry, due to being a signed integer, causes the OOB writes. Fix is simple as...

7.8CVSS6.7AI score0.00259EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/07/07 11:24 p.m.10 views

SUSE CVE-2025-38204

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds read in addmissingindices stbl is s8 but it must contain offsets into slot which can go from 0 to 127. Added a bound check for that error and return -EIO if the check fails. Also make jfsreaddir...

7.8CVSS7.9AI score0.00159EPSS
SaveExploits0References17
OSV
OSV
added 2025/07/04 2:15 p.m.2 views

DEBIAN-CVE-2025-38204

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds read in addmissingindices stbl is s8 but it must contain offsets into slot which can go from 0 to 127. Added a bound check for that error and return -EIO if the check fails. Also make jfsreaddir...

7.1CVSS5.7AI score0.00159EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/04 2:15 p.m.13 views

UBUNTU-CVE-2025-38204

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds read in addmissingindices stbl is s8 but it must contain offsets into slot which can go from 0 to 127. Added a bound check for that error and return -EIO if the check fails. Also make jfsreaddir...

7.8CVSS6.2AI score0.00159EPSS
SaveExploits0References23
RedHat Linux
RedHat Linux
added 2025/06/25 12:46 a.m.4 views

kernel: bpf: fix OOB devmap writes when deleting elements

In the Linux kernel, the following vulnerability has been resolved: bpf: fix OOB devmap writes when deleting elements Jordy reported issue against XSKMAP which also applies to DEVMAP - the index used for accessing map entry, due to being a signed integer, causes the OOB writes. Fix is simple as...

7.8CVSS6.7AI score0.00259EPSS
SaveExploits0References5
Rows per page
Query Builder