Lucene search
K

132 matches found

CVE
CVE
added 2024/11/05 5:4 p.m.150 views

CVE-2024-50095

CVE-2024-50095 affects the Linux kernel RDMA mad path. The root cause was heavy locking contention in the timeout handler for timed-out WRs in mad_agent_priv, as the current timeout handler acquired and released the lock for every timed-out work request, which could cause softlockups (notably whe...

5.5CVSS6.8AI score0.00261EPSS
Exploits0References10Affected Software1
Cvelist
Cvelist
added 2024/11/05 5:4 p.m.32 views

CVE-2024-50095 RDMA/mad: Improve handling of timed out WRs of mad agent

In the Linux kernel, the following vulnerability has been resolved: RDMA/mad: Improve handling of timed out WRs of mad agent Current timeout handler of mad agent acquires/releases madagentpriv lock for every timed out WRs. This causes heavy locking contention when higher no. of WRs are to be...

0.00261EPSS
Exploits0References6
CVE
CVE
added 2024/10/09 2:2 p.m.168 views

CVE-2024-47660

CVE-2024-47660 : Linux kernel fsnotify race causing lock contention. When removing watches on a directory with many dentries, __fsnotify_update_child_dentry_flags() races with __fsnotify_parent() on children, risking softlockup reports. The fix, per the bulletin, is to set PARENT_WATCHED only whe...

4.7CVSS6.4AI score0.00159EPSS
Exploits0References9Affected Software1
Debian CVE
Debian CVE
added 2024/10/09 2:2 p.m.10 views

CVE-2024-47660

In the Linux kernel, the following vulnerability has been resolved: fsnotify: clear PARENTWATCHED flags lazily In some setups directories can have many usually negative dentries. Hence fsnotifyupdatechilddentryflags function can take a significant amount of time. Since the bulk of this function...

4.7CVSS5.7AI score0.00159EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2024/07/31 9:19 a.m.23 views

CVE-2024-42114

A vulnerability was found in the cfg80211 component in the Linux kernel, where a lack of proper range validation applied to the NL80211ATTRTXQQUANTUM can lead to a scenario where the userspace passes an extremely high value that the kernel is not designed to handle efficiently ex. 2^31. This can...

4.4CVSS5.8AI score0.00174EPSS
Exploits0References4
OSV
OSV
added 2024/07/30 7:46 a.m.12 views

CVE-2024-42114 wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: restrict NL80211ATTRTXQQUANTUM values syzbot is able to trigger softlockups, setting NL80211ATTRTXQQUANTUM to 2^31. We had a similar issue in schfq, fixed with commit d9e15a273306 "pktsched: fq: do not accept sill...

4.4CVSS6.1AI score0.00174EPSS
Exploits0References12
RedhatCVE
RedhatCVE
added 2024/06/20 2:56 p.m.24 views

CVE-2024-38598

In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size Is is reported that for dm-raid10, lvextend + lvchange --syncaction will trigger following softlockup: kernel:watchdog: BUG: soft lockup - CPU3 stuck for 26s!...

5.5CVSS7.1AI score0.00197EPSS
Exploits0References4
NVD
NVD
added 2024/06/19 2:15 p.m.20 views

CVE-2024-38598

In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size Is is reported that for dm-raid10, lvextend + lvchange --syncaction will trigger following softlockup: kernel:watchdog: BUG: soft lockup - CPU3 stuck for 26s!...

5.5CVSS0.00197EPSS
Exploits0References13
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.17 views

CVE-2024-38598

In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size Is is reported that for dm-raid10, lvextend + lvchange --syncaction will trigger following softlockup: kernel:watchdog: BUG: soft lockup - CPU3 stuck for 26s!...

5.5CVSS6.3AI score0.00197EPSS
Exploits0References28
Vulnrichment
Vulnrichment
added 2024/06/19 1:45 p.m.13 views

CVE-2024-38598 md: fix resync softlockup when bitmap size is less than array size

In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size Is is reported that for dm-raid10, lvextend + lvchange --syncaction will trigger following softlockup: kernel:watchdog: BUG: soft lockup - CPU3 stuck for 26s!...

6.6AI score0.00197EPSS
Exploits0References9
CVE
CVE
added 2024/06/19 1:45 p.m.180 views

CVE-2024-38598

CVE-2024-38598 — Linux kernel (md/raid10) softlockup during resync Technical details from the provided documents indicate that the issue arises in the md bitmap synchronization path for raid10 during lvextend/lvchange --syncaction, leading to a soft lockup (CPU 3) due to a logic error in md_bitma...

5.5CVSS7.4AI score0.00197EPSS
Exploits0References13Affected Software1
Cvelist
Cvelist
added 2024/06/19 1:45 p.m.27 views

CVE-2024-38598 md: fix resync softlockup when bitmap size is less than array size

In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size Is is reported that for dm-raid10, lvextend + lvchange --syncaction will trigger following softlockup: kernel:watchdog: BUG: soft lockup - CPU3 stuck for 26s!...

0.00197EPSS
Exploits0References9
Debian CVE
Debian CVE
added 2024/06/19 1:45 p.m.21 views

CVE-2024-38598

In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size Is is reported that for dm-raid10, lvextend + lvchange --syncaction will trigger following softlockup: kernel:watchdog: BUG: soft lockup - CPU3 stuck for 26s!...

5.5CVSS5.7AI score0.00197EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2024/06/05 12:36 a.m.4 views

kernel: tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc

In the Linux kernel, the following vulnerability has been resolved: tty: ttybuffer: Fix the softlockup issue in flushtoldisc When running ltp testcaseltp/testcases/kernel/pty/pty04.c with arm64, there is a soft lockup, which look like this one: Workqueue: eventsunbound flushtoldisc Call trace:...

4.4CVSS6.8AI score0.00178EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2024/04/11 10:2 p.m.26 views

CVE-2021-47185

In the Linux kernel, the following vulnerability has been resolved: tty: ttybuffer: Fix the softlockup issue in flushtoldisc When running ltp testcaseltp/testcases/kernel/pty/pty04.c with arm64, there is a soft lockup, which look like this one: Workqueue: eventsunbound flushtoldisc Call trace:...

4.4CVSS7.2AI score0.00178EPSS
Exploits0References4
OSV
OSV
added 2024/04/10 7:15 p.m.8 views

CVE-2021-47185

In the Linux kernel, the following vulnerability has been resolved: tty: ttybuffer: Fix the softlockup issue in flushtoldisc When running ltp testcaseltp/testcases/kernel/pty/pty04.c with arm64, there is a soft lockup, which look like this one: Workqueue: eventsunbound flushtoldisc Call trace:...

4.4CVSS4.6AI score
Exploits0References8
NVD
NVD
added 2024/04/10 7:15 p.m.18 views

CVE-2021-47185

In the Linux kernel, the following vulnerability has been resolved: tty: ttybuffer: Fix the softlockup issue in flushtoldisc When running ltp testcaseltp/testcases/kernel/pty/pty04.c with arm64, there is a soft lockup, which look like this one: Workqueue: eventsunbound flushtoldisc Call trace:...

4.4CVSS7.3AI score0.00178EPSS
Exploits0References8
UbuntuCve
UbuntuCve
added 2024/04/10 7:15 p.m.34 views

CVE-2021-47185

In the Linux kernel, the following vulnerability has been resolved: tty: ttybuffer: Fix the softlockup issue in flushtoldisc When running ltp testcaseltp/testcases/kernel/pty/pty04.c with arm64, there is a soft lockup, which look like this one: Workqueue: eventsunbound flushtoldisc Call trace:...

4.4CVSS6.3AI score0.00178EPSS
Exploits0References10
CVE
CVE
added 2024/04/10 6:56 p.m.170 views

CVE-2021-47185

CVE-2021-47185 is addressed by a Linux kernel fix for a soft lockup in tty_buffer/flush_to_ldisc. In ARM64 when running the ltp pty04 test, a write race between a sender and the flush_to_ldisc workqueue on different cores could cause a long loop and a softlockup in flush_to_ldisc. The patch adds ...

4.4CVSS6.3AI score0.00178EPSS
Exploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/10 6:56 p.m.20 views

CVE-2021-47185 tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc

In the Linux kernel, the following vulnerability has been resolved: tty: ttybuffer: Fix the softlockup issue in flushtoldisc When running ltp testcaseltp/testcases/kernel/pty/pty04.c with arm64, there is a soft lockup, which look like this one: Workqueue: eventsunbound flushtoldisc Call trace:...

6.7AI score0.00178EPSS
Exploits0References8
Rows per page
Query Builder