Lucene search
+L

900 matches found

Vulnrichment
Vulnrichment
added 2024/04/28 12:59 p.m.28 views

CVE-2022-48640 bonding: fix NULL deref in bond_rr_gen_slave_id

In the Linux kernel, the following vulnerability has been resolved: bonding: fix NULL deref in bondrrgenslaveid Fix a NULL dereference of the struct bonding.rrtxcounter member because if a bond is initially created with an initial mode != zero Round Robin the memory required for the counter is...

6.6AI score0.00232EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/04/28 12:59 p.m.39 views

CVE-2022-48640 bonding: fix NULL deref in bond_rr_gen_slave_id

In the Linux kernel, the following vulnerability has been resolved: bonding: fix NULL deref in bondrrgenslaveid Fix a NULL dereference of the struct bonding.rrtxcounter member because if a bond is initially created with an initial mode != zero Round Robin the memory required for the counter is...

6.5AI score0.00232EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/04/03 12:2 a.m.31 views

CVE-2023-52635

A flaw was found in the Linux kernel resulting from race conditions and a lack of synchronization in handling the delayed work timers in the devfreq component. This issue can lead to inconsistencies and a corruption of the timer list...

4.4CVSS7AI score0.00229EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/02 7:15 a.m.36 views

CVE-2023-52635

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Synchronize devfreqmonitorstart/stop There is a chance if a frequent switch of the governor done in a loop result in timer list corruption where timer cancel being done from two place one from canceldelayedworksync...

5.5CVSS7.5AI score0.00229EPSS
SaveExploits0References7
OSV
OSV
added 2024/04/02 7:15 a.m.7 views

UBUNTU-CVE-2023-52635

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Synchronize devfreqmonitorstart/stop There is a chance if a frequent switch of the governor done in a loop result in timer list corruption where timer cancel being done from two place one from canceldelayedworksync...

5.5CVSS6.3AI score0.00229EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2024/04/02 12:0 a.m.33 views

CVE-2023-52635

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Synchronize devfreqmonitorstart/stop There is a chance if a frequent switch of the governor done in a loop result in timer list corruption where timer cancel being done from two place one from canceldelayedworksync...

5.5CVSS6.1AI score0.00229EPSS
SaveExploits0References21
NVD
NVD
added 2024/03/25 10:15 a.m.19 views

CVE-2021-47163

In the Linux kernel, the following vulnerability has been resolved: tipc: wait and exit until all work queues are done On some host, a crash could be triggered simply by repeating these commands several times: modprobe tipc tipc bearer enable media udp name UDP1 localip 127.0.0.1 rmmod tipc BUG:...

7.8CVSS6.4AI score0.00186EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/03/19 3:37 a.m.4 views

SUSE CVE-2023-52504

In the Linux kernel, the following vulnerability has been resolved: x86/alternatives: Disable KASAN in applyalternatives Fei has reported that KASAN triggers during applyalternatives on a 5-level paging machine: BUG: KASAN: out-of-bounds in rcuiswatching Read of size 4 at addr ff110003ee6419a0 by...

5.5CVSS5.8AI score0.00278EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/03/18 11:15 a.m.32 views

CVE-2023-52613

In the Linux kernel, the following vulnerability has been resolved: drivers/thermal/loongson2thermal: Fix incorrect PTRERR judgment PTRERR returns -ENODEV when thermal-zones are undefined, and we need -ENODEV as the right value for comparison. Otherwise, tz-type is NULL when thermal-zones is...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/03/18 10:7 a.m.71 views

CVE-2023-52613

In the Linux kernel, the following vulnerability has been resolved: drivers/thermal/loongson2thermal: Fix incorrect PTRERR judgment PTRERR returns -ENODEV when thermal-zones are undefined, and we need -ENODEV as the right value for comparison. Otherwise, tz-type is NULL when thermal-zones is...

5.5CVSS4.7AI score0.00222EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/03/06 4:34 a.m.5 views

SUSE CVE-2023-52568

In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race The SGX EPC reclaimer ksgxd may reclaim the SECS EPC page for an enclave and set secs.epcpage to NULL. The SECS page is used for EAUG and ELDU in the SGX page fault...

5.5CVSS6.1AI score0.00225EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/03/04 8:2 p.m.19 views

CVE-2023-52504

A flaw was found in the Linux kernel, related to the Kernel Address Sanitizer KASAN, specifically on systems with 5-level paging. The issue occurs when KASAN triggers an out-of-bounds access in the rcuiswatching function, and could lead to memory corruption or crashes. Mitigation Mitigation for...

6CVSS6.1AI score0.00278EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.18 views

CVE-2021-47100

In the Linux kernel, the following vulnerability has been resolved: ipmi: Fix UAF when uninstall ipmisi and ipmimsghandler module Hi, When testing install and uninstall of ipmisi.ko and ipmimsghandler.ko, the system crashed. The log as follows: 141.087026 BUG: unable to handle kernel paging reque...

5.5CVSS6.1AI score0.00241EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/03/04 6:10 p.m.18 views

CVE-2021-47100 ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module

In the Linux kernel, the following vulnerability has been resolved: ipmi: Fix UAF when uninstall ipmisi and ipmimsghandler module Hi, When testing install and uninstall of ipmisi.ko and ipmimsghandler.ko, the system crashed. The log as follows: 141.087026 BUG: unable to handle kernel paging reque...

6.7AI score0.00241EPSS
SaveExploits0References5
NVD
NVD
added 2024/03/02 10:15 p.m.19 views

CVE-2023-52504

In the Linux kernel, the following vulnerability has been resolved: x86/alternatives: Disable KASAN in applyalternatives Fei has reported that KASAN triggers during applyalternatives on a 5-level paging machine: BUG: KASAN: out-of-bounds in rcuiswatching Read of size 4 at addr ff110003ee6419a0 by...

7.1CVSS7.3AI score0.00278EPSS
SaveExploits0References7
OSV
OSV
added 2024/03/02 10:15 p.m.1 views

DEBIAN-CVE-2023-52504

In the Linux kernel, the following vulnerability has been resolved: x86/alternatives: Disable KASAN in applyalternatives Fei has reported that KASAN triggers during applyalternatives on a 5-level paging machine: BUG: KASAN: out-of-bounds in rcuiswatching Read of size 4 at addr ff110003ee6419a0 by...

7.1CVSS5.6AI score0.00278EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/02 10:15 p.m.12 views

UBUNTU-CVE-2023-52504

In the Linux kernel, the following vulnerability has been resolved: x86/alternatives: Disable KASAN in applyalternatives Fei has reported that KASAN triggers during applyalternatives on a 5-level paging machine: BUG: KASAN: out-of-bounds in rcuiswatching Read of size 4 at addr ff110003ee6419a0 by...

7.1CVSS6.1AI score0.00278EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/03/02 10:15 p.m.29 views

CVE-2023-52504

In the Linux kernel, the following vulnerability has been resolved: x86/alternatives: Disable KASAN in applyalternatives Fei has reported that KASAN triggers during applyalternatives on a 5-level paging machine: BUG: KASAN: out-of-bounds in rcuiswatching Read of size 4 at addr ff110003ee6419a0 by...

7.1CVSS6AI score0.00278EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/03/02 9:52 p.m.55 views

CVE-2023-52504 x86/alternatives: Disable KASAN in apply_alternatives()

In the Linux kernel, the following vulnerability has been resolved: x86/alternatives: Disable KASAN in applyalternatives Fei has reported that KASAN triggers during applyalternatives on a 5-level paging machine: BUG: KASAN: out-of-bounds in rcuiswatching Read of size 4 at addr ff110003ee6419a0 by...

7.5AI score0.00278EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/03/02 9:52 p.m.21 views

CVE-2023-52504 x86/alternatives: Disable KASAN in apply_alternatives()

In the Linux kernel, the following vulnerability has been resolved: x86/alternatives: Disable KASAN in applyalternatives Fei has reported that KASAN triggers during applyalternatives on a 5-level paging machine: BUG: KASAN: out-of-bounds in rcuiswatching Read of size 4 at addr ff110003ee6419a0 by...

6.7AI score0.00278EPSS
SaveExploits0References7
Rows per page
Query Builder