Lucene search
+L

25 matches found

Cvelist
Cvelist
added 2026/09/03 8:21 a.m.32 views

CVE-2026-80727 x86/mce: Set up the polling timer before CMCI discovery

In the Linux kernel, the following vulnerability has been resolved: x86/mce: Set up the polling timer before CMCI discovery I hit the following on one of my machines: mce: CPU0 BANK15 CMCI inherited storm ------------ cut here ------------ ODEBUG: assertinit not available active state 0 object:...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/03 8:21 a.m.7 views

EUVD-2026-70331

In the Linux kernel, the following vulnerability has been resolved: x86/mce: Set up the polling timer before CMCI discovery I hit the following on one of my machines: mce: CPU0 BANK15 CMCI inherited storm ------------ cut here ------------ ODEBUG: assertinit not available active state 0 object:...

5.8AI score0.002EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/09/03 12:07 a.m.10 views

SUSE CVE-2026-72375

In the Linux kernel, the following vulnerability has been resolved: afs: Fix reinitialisation of the inode, in particular -lockwork It seems that initalising afsvnode::lockwork a single time in the slab's init function isn't sufficient for workstructs. This results in the DEBUGOBJECTS debugging...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/06/20 10:10 a.m.13 views

CVE-2022-50227

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Initialize Xen timer only once Add a check for existing xen timers before initializing a new one. Currently kvmxeninittimer is called on every KVMXENVCPUATTRTYPETIMER, which is causing the following ODEBUG crash whe...

7CVSS7.3AI score0.00176EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/18 11:15 a.m.16 views

CVE-2022-50227

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Initialize Xen timer only once Add a check for existing xen timers before initializing a new one. Currently kvmxeninittimer is called on every KVMXENVCPUATTRTYPETIMER, which is causing the following ODEBUG crash whe...

7.8CVSS0.00176EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.25 views

CVE-2022-50227 KVM: x86/xen: Initialize Xen timer only once

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Initialize Xen timer only once Add a check for existing xen timers before initializing a new one. Currently kvmxeninittimer is called on every KVMXENVCPUATTRTYPETIMER, which is causing the following ODEBUG crash whe...

7.8CVSS0.00176EPSS
SaveExploits0References2
CVE
CVE
added 2025/06/18 11:03 a.m.117 views

CVE-2022-50227

CVE-2022-50227 concerns the Linux kernel KVM/xen path, where the function kvm_xen_init_timer() could be invoked repeatedly for KVM_XEN_VCPU_ATTR_TYPE_TIMER. The connected documents consistently describe the root cause as initializing Xen timers when one already exists, leading to an ODEBUG crash ...

7.8CVSS6.6AI score0.00176EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/06/18 11:03 a.m.17 views

CVE-2022-50227 KVM: x86/xen: Initialize Xen timer only once

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Initialize Xen timer only once Add a check for existing xen timers before initializing a new one. Currently kvmxeninittimer is called on every KVMXENVCPUATTRTYPETIMER, which is causing the following ODEBUG crash whe...

7.8CVSS5.8AI score
SaveExploits0References5
NVD
NVD
added 2024/10/21 6:15 p.m.34 views

CVE-2024-49960

In the Linux kernel, the following vulnerability has been resolved: ext4: fix timer use-after-free on failed mount Syzbot has found an ODEBUG bug in ext4fillsuper The deltimersync function cancels the serrreport timer, which reminds about filesystem errors daily. We should guarantee the timer is ...

7.8CVSS0.00289EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/10/21 6:02 p.m.42 views

CVE-2024-49960 ext4: fix timer use-after-free on failed mount

In the Linux kernel, the following vulnerability has been resolved: ext4: fix timer use-after-free on failed mount Syzbot has found an ODEBUG bug in ext4fillsuper The deltimersync function cancels the serrreport timer, which reminds about filesystem errors daily. We should guarantee the timer is ...

7.8CVSS0.00289EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/10/21 6:02 p.m.18 views

CVE-2024-49960 ext4: fix timer use-after-free on failed mount

In the Linux kernel, the following vulnerability has been resolved: ext4: fix timer use-after-free on failed mount Syzbot has found an ODEBUG bug in ext4fillsuper The deltimersync function cancels the serrreport timer, which reminds about filesystem errors daily. We should guarantee the timer is ...

6.8AI score0.00289EPSS
SaveExploits0References7
CVE
CVE
added 2024/10/21 6:02 p.m.209 views

CVE-2024-49960

CVE-2024-49960 concerns ext4 on the Linux kernel. The issue is a timer use-after-free during failed mounts: the s_err_report timer can remain active while sbi is freed, because ext4_handle_error re-arms the timer before kfree(sbi). The root cause is not canceling the s_err_report timer after ext4...

7.8CVSS7.2AI score0.00289EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/10/21 6:02 p.m.18 views

CVE-2024-49960 ext4: fix timer use-after-free on failed mount

In the Linux kernel, the following vulnerability has been resolved: ext4: fix timer use-after-free on failed mount Syzbot has found an ODEBUG bug in ext4fillsuper The deltimersync function cancels the serrreport timer, which reminds about filesystem errors daily. We should guarantee the timer is ...

7.8CVSS6.3AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.28 views

CVE-2022-48759 rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev

In the Linux kernel, the following vulnerability has been resolved: rpmsg: char: Fix race between the release of rpmsgctrldev and cdev struct rpmsgctrldev contains a struct cdev. The current code frees the rpmsgctrldev struct in rpmsgctrldevreleasedevice, but the cdev is a managed object, therefo...

7.8CVSS7AI score0.00174EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/05/23 11:07 a.m.21 views

CVE-2021-47482

In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadvncmeshfree. The problem was in wrong error handling in batadvmeshinit. Before this patch batadvmeshinit was calling batadvmeshfree in case of any...

5.5CVSS6.6AI score0.00739EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/22 9:15 a.m.18 views

CVE-2021-47482

In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadvncmeshfree. The problem was in wrong error handling in batadvmeshinit. Before this patch batadvmeshinit was calling batadvmeshfree in case of any...

5.3CVSS7AI score
SaveExploits0References8
OSV
OSV
added 2024/05/22 9:15 a.m.10 views

AZL-43306 CVE-2021-47482 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadvncmeshfree. The problem was in wrong error handling in batadvmeshinit. Before this patch batadvmeshinit was calling batadvmeshfree in case of any...

5.3CVSS5.8AI score0.00739EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/22 9:15 a.m.32 views

CVE-2021-47482

In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadvncmeshfree. The problem was in wrong error handling in batadvmeshinit. Before this patch batadvmeshinit was calling batadvmeshfree in case of any...

5.3CVSS6.5AI score0.00739EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/05/22 8:29 a.m.26 views

CVE-2021-47419

In the Linux kernel, the following vulnerability has been resolved: net/sched: schtaprio: properly cancel timer from tapriodestroy There is a comment in qdisccreate about us not calling ops-reset in some cases. errout4: / Any broken qdiscs that would require a ops-reset here? The qdisc was never ...

4.1CVSS6.4AI score0.00231EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/22 8:19 a.m.16 views

CVE-2021-47482 net: batman-adv: fix error handling

In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadvncmeshfree. The problem was in wrong error handling in batadvmeshinit. Before this patch batadvmeshinit was calling batadvmeshfree in case of any...

6.9AI score0.00739EPSS
SaveExploits0References8
Rows per page
Query Builder