Lucene search
+L

157 matches found

CVE
CVE
added 2024/09/13 5:29 a.m.147 views

CVE-2024-46681

The CVE-2024-46681 entry affects the Linux kernel pktgen path: within pktgen_pg_net_init, the for_each_online_cpu loop was executed without holding a cpus_read_lock, risking a race that could trigger WARN_ON(smp_processor_id() != cpu) and flood logs. The fix introduces cpus_read_lock()/cpus_read_...

5.5CVSS5.1AI score0.00203EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/13 5:29 a.m.15 views

CVE-2024-46681 pktgen: use cpus_read_lock() in pg_net_init()

In the Linux kernel, the following vulnerability has been resolved: pktgen: use cpusreadlock in pgnetinit I have seen the WARNONsmpprocessorid != cpu firing in pktgenthreadworker during tests. We must use cpusreadlock/cpusreadunlock around the foreachonlinecpucpu loop. While we are at it use...

6.7AI score0.00203EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/09/13 5:29 a.m.53 views

CVE-2024-46681 pktgen: use cpus_read_lock() in pg_net_init()

In the Linux kernel, the following vulnerability has been resolved: pktgen: use cpusreadlock in pgnetinit I have seen the WARNONsmpprocessorid != cpu firing in pktgenthreadworker during tests. We must use cpusreadlock/cpusreadunlock around the foreachonlinecpucpu loop. While we are at it use...

0.00203EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/08/21 6:10 a.m.63 views

CVE-2023-52897

In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: do not warn on record without oldroots populated BUG There are some reports from the mailing list that since v6.1 kernel, the WARNON inside btrfsqgroupaccountextent gets triggered during rescan: WARNING: CPU: 3 PID...

4.7CVSS6AI score0.00198EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/08/19 2:16 p.m.23 views

CVE-2024-42319

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Move devmmboxcontrollerregister after devmpmruntimeenable When mtk-cmdq unbinds, a WARNON message with condition pmruntimegetsync 0 occurs. According to the call tracei below: cmdqmboxshutdown mboxfreechannel...

5.5CVSS7AI score0.00209EPSS
SaveExploits0References4
NVD
NVD
added 2024/08/17 10:15 a.m.18 views

CVE-2024-43855

In the Linux kernel, the following vulnerability has been resolved: md: fix deadlock between mddevsuspend and flush bio Deadlock occurs when mddev is being suspended while some flush bio is in progress. It is a complex issue. T1. the first flush is at the ending stage, it clears 'mddev-flushbio'...

5.5CVSS0.00209EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/08/17 9:22 a.m.21 views

CVE-2024-43855 md: fix deadlock between mddev_suspend and flush bio

In the Linux kernel, the following vulnerability has been resolved: md: fix deadlock between mddevsuspend and flush bio Deadlock occurs when mddev is being suspended while some flush bio is in progress. It is a complex issue. T1. the first flush is at the ending stage, it clears 'mddev-flushbio'...

6.8AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
added 2024/08/17 9:22 a.m.151 views

CVE-2024-43855

CVE-2024-43855 is a Linux kernel vulnerability in the md (RAID) subsystem where a deadlock could occur while an mddev is suspended and a flush bio is in progress. The connected docs describe the root cause as non-atomic increment/decrement of the active_io counter during the md flush sequence, en...

5.5CVSS6.6AI score0.00209EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/08/17 9:22 a.m.27 views

CVE-2024-43855 md: fix deadlock between mddev_suspend and flush bio

In the Linux kernel, the following vulnerability has been resolved: md: fix deadlock between mddevsuspend and flush bio Deadlock occurs when mddev is being suspended while some flush bio is in progress. It is a complex issue. T1. the first flush is at the ending stage, it clears 'mddev-flushbio'...

0.00209EPSS
SaveExploits0References4
OSV
OSV
added 2024/08/17 9:09 a.m.28 views

CVE-2024-42319 mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable()

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Move devmmboxcontrollerregister after devmpmruntimeenable When mtk-cmdq unbinds, a WARNON message with condition pmruntimegetsync 0 occurs. According to the call tracei below: cmdqmboxshutdown mboxfreechannel...

6AI score
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/08/09 10:18 a.m.24 views

CVE-2024-42252

In the Linux kernel, the following vulnerability has been resolved: closures: Change BUGON to WARNON If a BUGON can be hit in the wild, it shouldn't be a BUGON For reference, this has popped up once in the CI, and we'll need more info to debug it: 03240 ------------ cut here ------------ 03240...

5.5CVSS7.1AI score0.00214EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/08 5:47 p.m.29 views

CVE-2024-42243

In the Linux kernel, the following vulnerability has been resolved: mm/filemap: make MAXPAGECACHEORDER acceptable to xarray Patch series "mm/filemap: Limit page cache size to that supported by xarray", v2. Currently, xarray can't support arbitrary page cache size. More details can be found from t...

5.5CVSS7.3AI score0.00211EPSS
SaveExploits0References4
NVD
NVD
added 2024/08/08 9:15 a.m.27 views

CVE-2024-42252

In the Linux kernel, the following vulnerability has been resolved: closures: Change BUGON to WARNON If a BUGON can be hit in the wild, it shouldn't be a BUGON For reference, this has popped up once in the CI, and we'll need more info to debug it: 03240 ------------ cut here ------------ 03240...

5.5CVSS0.00214EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/08 9:15 a.m.13 views

AZL-48774 CVE-2024-42252 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: closures: Change BUGON to WARNON If a BUGON can be hit in the wild, it shouldn't be a BUGON For reference, this has popped up once in the CI, and we'll need more info to debug it: 03240 ------------ cut here ------------ 03240...

5.5CVSS6.6AI score0.00214EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/08/08 8:46 a.m.15 views

CVE-2024-42252 closures: Change BUG_ON() to WARN_ON()

In the Linux kernel, the following vulnerability has been resolved: closures: Change BUGON to WARNON If a BUGON can be hit in the wild, it shouldn't be a BUGON For reference, this has popped up once in the CI, and we'll need more info to debug it: 03240 ------------ cut here ------------ 03240...

6.7AI score0.00214EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/08/08 8:46 a.m.16 views

CVE-2024-42252

In the Linux kernel, the following vulnerability has been resolved: closures: Change BUGON to WARNON If a BUGON can be hit in the wild, it shouldn't be a BUGON For reference, this has popped up once in the CI, and we'll need more info to debug it: 03240 ------------ cut here ------------ 03240...

5.5CVSS5.6AI score0.00214EPSS
SaveExploits0
OSV
OSV
added 2024/08/08 8:46 a.m.12 views

CVE-2024-42252 closures: Change BUG_ON() to WARN_ON()

In the Linux kernel, the following vulnerability has been resolved: closures: Change BUGON to WARNON If a BUGON can be hit in the wild, it shouldn't be a BUGON For reference, this has popped up once in the CI, and we'll need more info to debug it: 03240 ------------ cut here ------------ 03240...

6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/08/08 8:46 a.m.29 views

CVE-2024-42252 closures: Change BUG_ON() to WARN_ON()

In the Linux kernel, the following vulnerability has been resolved: closures: Change BUGON to WARNON If a BUGON can be hit in the wild, it shouldn't be a BUGON For reference, this has popped up once in the CI, and we'll need more info to debug it: 03240 ------------ cut here ------------ 03240...

0.00214EPSS
SaveExploits0References4
CVE
CVE
added 2024/08/08 8:46 a.m.191 views

CVE-2024-42252

CVE-2024-42252 is described as a Linux kernel vulnerability resolved by replacing BUG_ON() with WARN_ON() in the closure handling path. The issue arises if a BUG_ON() can be hit in the wild, which would not be appropriate and could lead to a kernel oops. The fix is to use WARN_ON() instead of BUG...

5.5CVSS6.4AI score0.00214EPSS
SaveExploits0References5Affected Software1
UbuntuCve
UbuntuCve
added 2024/08/07 4:15 p.m.36 views

CVE-2024-42243

In the Linux kernel, the following vulnerability has been resolved: mm/filemap: make MAXPAGECACHEORDER acceptable to xarray Patch series "mm/filemap: Limit page cache size to that supported by xarray", v2. Currently, xarray can't support arbitrary page cache size. More details can be found from t...

5.5CVSS6.1AI score0.00211EPSS
SaveExploits0References15
Rows per page
Query Builder