Lucene search
+L

142 matches found

OSV
OSV
added 2026/09/16 11:17 a.m.7 views

AZL-101538 CVE-2026-89924 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix olddata leak in guest debug error path importwpinfo allocates a per-watchpoint olddata buffer to back up the original guest memory contents. If a later watchpoint of the same KVMSETGUESTDEBUG request fails to impor...

5.7AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/16 11:17 a.m.7 views

DEBIAN-CVE-2026-89923

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Free guest debug data on vcpu destroy kvms390clearbpdata is only called from kvmarchvcpuioctlsetguestdebug, i.e. when user space changes or disables debugging. A vCPU that is destroyed while hardware breakpoints are...

5.9AI score0.0021EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/16 11:17 a.m.9 views

DEBIAN-CVE-2026-89924

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix olddata leak in guest debug error path importwpinfo allocates a per-watchpoint olddata buffer to back up the original guest memory contents. If a later watchpoint of the same KVMSETGUESTDEBUG request fails to impor...

5.8AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/16 11:17 a.m.6 views

AZL-101664 CVE-2026-89920 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix memory corruption by not reinjecting CK machine checks Channel-subsystem damage machine checks are for the host channel subsystem. The guest channel subsystem is emulated in the userspace VMM. There is no point in...

7.8CVSS6AI score0.00161EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/16 11:17 a.m.7 views

DEBIAN-CVE-2026-89925

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix memory leak in guest debug handling bpdata is freed only for the error case by kfreebpdata. Every successful KVMSETGUESTDEBUG will leak bpdata...

5.7AI score0.0021EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/16 11:17 a.m.8 views

CVE-2026-89921

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Zero initialize data structures for injectpfaulttoken kvminjectpfaulttoken only sets .type and .u.ext.extparams2 of the on-stack struct kvms390irq but the full ext substructure is copied into the cpu local variable on...

0.00198EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/16 11:17 a.m.10 views

CVE-2026-89920

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix memory corruption by not reinjecting CK machine checks Channel-subsystem damage machine checks are for the host channel subsystem. The guest channel subsystem is emulated in the userspace VMM. There is no point in...

7.8CVSS0.00161EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/16 11:17 a.m.7 views

CVE-2026-89923

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Free guest debug data on vcpu destroy kvms390clearbpdata is only called from kvmarchvcpuioctlsetguestdebug, i.e. when user space changes or disables debugging. A vCPU that is destroyed while hardware breakpoints are...

0.0021EPSS
SaveExploits0References8
NVD
NVD
added 2026/09/16 11:17 a.m.7 views

CVE-2026-89924

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix olddata leak in guest debug error path importwpinfo allocates a per-watchpoint olddata buffer to back up the original guest memory contents. If a later watchpoint of the same KVMSETGUESTDEBUG request fails to impor...

0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 11:17 a.m.10 views

AZL-101465 CVE-2026-89923 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Free guest debug data on vcpu destroy kvms390clearbpdata is only called from kvmarchvcpuioctlsetguestdebug, i.e. when user space changes or disables debugging. A vCPU that is destroyed while hardware breakpoints are...

5.8AI score0.0021EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/16 11:17 a.m.8 views

DEBIAN-CVE-2026-89922

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Take srcu when importing watchpoint data importwpinfo backs up the original guest memory contents of a watchpoint with readguestabs, which is kvmreadguest and therefore resolves the memslot via kvmmemslots. That requir...

7.8CVSS5.9AI score0.00164EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/16 11:17 a.m.10 views

DEBIAN-CVE-2026-89926

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix length check importwpinfo struct kvmhwbreakpoint::len is a u64 that is fully controlled by user space. This is then assigned to wpinfo-len, which is an int. The bounds check is done on the truncated value while the...

5.9AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/16 11:17 a.m.8 views

DEBIAN-CVE-2026-89921

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Zero initialize data structures for injectpfaulttoken kvminjectpfaulttoken only sets .type and .u.ext.extparams2 of the on-stack struct kvms390irq but the full ext substructure is copied into the cpu local variable on...

5.8AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/16 11:17 a.m.8 views

AZL-101468 CVE-2026-89922 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Take srcu when importing watchpoint data importwpinfo backs up the original guest memory contents of a watchpoint with readguestabs, which is kvmreadguest and therefore resolves the memslot via kvmmemslots. That requir...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/16 11:17 a.m.9 views

CVE-2026-89926

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix length check importwpinfo struct kvmhwbreakpoint::len is a u64 that is fully controlled by user space. This is then assigned to wpinfo-len, which is an int. The bounds check is done on the truncated value while the...

0.00205EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/16 11:17 a.m.7 views

AZL-101594 CVE-2026-89925 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix memory leak in guest debug handling bpdata is freed only for the error case by kfreebpdata. Every successful KVMSETGUESTDEBUG will leak bpdata...

5.6AI score0.0021EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/16 11:17 a.m.8 views

DEBIAN-CVE-2026-89920

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix memory corruption by not reinjecting CK machine checks Channel-subsystem damage machine checks are for the host channel subsystem. The guest channel subsystem is emulated in the userspace VMM. There is no point in...

7.8CVSS6.1AI score0.00161EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/16 11:17 a.m.7 views

AZL-101535 CVE-2026-89921 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Zero initialize data structures for injectpfaulttoken kvminjectpfaulttoken only sets .type and .u.ext.extparams2 of the on-stack struct kvms390irq but the full ext substructure is copied into the cpu local variable on...

5.8AI score0.00198EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/16 11:17 a.m.11 views

CVE-2026-89922

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Take srcu when importing watchpoint data importwpinfo backs up the original guest memory contents of a watchpoint with readguestabs, which is kvmreadguest and therefore resolves the memslot via kvmmemslots. That requir...

7.8CVSS0.00164EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/16 11:17 a.m.6 views

CVE-2026-89925

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix memory leak in guest debug handling bpdata is freed only for the error case by kfreebpdata. Every successful KVMSETGUESTDEBUG will leak bpdata...

0.0021EPSS
SaveExploits0References8
Rows per page
Query Builder