Lucene search
K

61 matches found

Cvelist
Cvelist
added 2024/10/21 6:54 p.m.20 views

CVE-2024-50010 exec: don't WARN for racy path_noexec check

In the Linux kernel, the following vulnerability has been resolved: exec: don't WARN for racy pathnoexec check Both imode and noexec checks wrapped in WARNON stem from an artifact of the previous implementation. They used to legitimately check for the condition, but that got moved up in two...

0.00011EPSS
Exploits0References5
NVD
NVD
added 2024/10/21 6:15 p.m.13 views

CVE-2024-49954

In the Linux kernel, the following vulnerability has been resolved: staticcall: Replace pointless WARNON in staticcallmodulenotify staticcallmodulenotify triggers a WARNON, when memory allocation fails in staticcalladdmodule. That's not really justified, because the failure case must be correctly...

5.5CVSS0.00016EPSS
Exploits0References7
Cvelist
Cvelist
added 2024/10/21 12:14 p.m.16 views

CVE-2024-47743 KEYS: prevent NULL pointer dereference in find_asymmetric_key()

In the Linux kernel, the following vulnerability has been resolved: KEYS: prevent NULL pointer dereference in findasymmetrickey In findasymmetrickey, if all NULLs are passed in the id0,1,2 arguments, the kernel will first emit WARN but then have an oops because id2 gets dereferenced anyway. Add t...

0.00015EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2024/10/13 12:0 a.m.18 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-43855)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-43855 advisory. - In the Linux kernel, the following vulnerability has been resolved: md: fix deadlock between mddevsuspend an...

5.5CVSS5.9AI score0.00017EPSS
Exploits0References2
NVD
NVD
added 2024/09/13 6:15 a.m.15 views

CVE-2024-46681

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...

5.5CVSS0.00009EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2024/09/13 5:29 a.m.10 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.00009EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/09/13 5:29 a.m.22 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.00009EPSS
Exploits0References2
CVE
CVE
added 2024/09/13 5:29 a.m.116 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.00009EPSS
Exploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/08/21 6:10 a.m.11 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.00018EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2024/08/19 2:16 p.m.13 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.00017EPSS
Exploits0References4
NVD
NVD
added 2024/08/17 10:15 a.m.12 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.00017EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/08/17 9:22 a.m.17 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.00017EPSS
Exploits0References4
CVE
CVE
added 2024/08/17 9:22 a.m.121 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.00017EPSS
Exploits0References5Affected Software1
Cvelist
Cvelist
added 2024/08/17 9:22 a.m.13 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.00017EPSS
Exploits0References4
OSV
OSV
added 2024/08/17 9:9 a.m.15 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...

5.5CVSS6AI score0.00017EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2024/08/09 10:18 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.5CVSS7.1AI score0.00008EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/08/08 5:47 p.m.18 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.00016EPSS
Exploits0References4
OSV
OSV
added 2024/08/08 9:15 a.m.1 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.00008EPSS
Exploits0References1
NVD
NVD
added 2024/08/08 9:15 a.m.20 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.00008EPSS
Exploits0References5
Vulnrichment
Vulnrichment
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...

6.7AI score0.00008EPSS
Exploits0References4
Rows per page
Query Builder