Lucene search
+L

153 matches found

RedhatCVE
RedhatCVE
added 2025/06/19 9:08 p.m.10 views

CVE-2022-50089

In the Linux kernel, the following vulnerability has been resolved: btrfs: ensure pages are unlocked on cowfilerange failure There is a hungtask report on zoned btrfs like below. https://github.com/naota/linux/issues/59 726.328648 INFO: task rocksdb:high0:11085 blocked for more than 241 seconds...

5.5CVSS7.2AI score0.00175EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/06/19 3:42 a.m.13 views

SUSE CVE-2022-50089

In the Linux kernel, the following vulnerability has been resolved: btrfs: ensure pages are unlocked on cowfilerange failure There is a hungtask report on zoned btrfs like below. https://github.com/naota/linux/issues/59 726.328648 INFO: task rocksdb:high0:11085 blocked for more than 241 seconds...

5.5CVSS6.4AI score0.00175EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/06/19 3:39 a.m.10 views

SUSE CVE-2022-50202

In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: defer device probing when resuming from hibernation syzbot is reporting hung task at miscopen 1, for there is a race window of AB-BA deadlock which involves probecount variable. Currently waitfordeviceprobe from...

4.1CVSS6.3AI score0.0023EPSS
SaveExploits0References9
OSV
OSV
added 2025/06/18 11:15 a.m.5 views

DEBIAN-CVE-2022-49954

In the Linux kernel, the following vulnerability has been resolved: Input: iforce - wake up after clearing IFORCEXMITRUNNING flag syzbot is reporting hung task at inputunregisterdevice 1, for iforceclose waiting at waiteventinterruptible with dev-mutex held is blocking inputdisconnectdevice from...

5.5CVSS5.3AI score0.00229EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.12 views

UBUNTU-CVE-2022-50089

In the Linux kernel, the following vulnerability has been resolved: btrfs: ensure pages are unlocked on cowfilerange failure There is a hungtask report on zoned btrfs like below. https://github.com/naota/linux/issues/59 726.328648 INFO: task rocksdb:high0:11085 blocked for more than 241 seconds...

5.5CVSS5.7AI score0.00175EPSS
SaveExploits0References6
CVE
CVE
added 2025/06/18 11:03 a.m.94 views

CVE-2022-50202

CVE-2022-50202 maps to a Linux kernel vulnerability in the PM: hibernate flow where resuming from hibernation defers device probing. The described race involves probe_count, with wait_for_device_probe() potentially sleeping indefinitely while misc_mtx is held, due to three conditions (a device no...

5.5CVSS6.6AI score0.0023EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/06/18 11:02 a.m.12 views

CVE-2022-50089 btrfs: ensure pages are unlocked on cow_file_range() failure

In the Linux kernel, the following vulnerability has been resolved: btrfs: ensure pages are unlocked on cowfilerange failure There is a hungtask report on zoned btrfs like below. https://github.com/naota/linux/issues/59 726.328648 INFO: task rocksdb:high0:11085 blocked for more than 241 seconds...

6.1AI score
SaveExploits0References7
CVE
CVE
added 2025/06/18 11:00 a.m.102 views

CVE-2022-49954

The CVE-2022-49954 issue concerns the Linux kernel and a race where, after clearing IFORCE_XMIT_RUNNING, wake_up was not invoked, causing a hung task in input handling (hang at __input_unregister_device() during iforce_close and input_disconnect_device()). The root cause per the provided descript...

5.5CVSS6.7AI score0.00229EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:00 a.m.21 views

CVE-2022-49954 Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flag

In the Linux kernel, the following vulnerability has been resolved: Input: iforce - wake up after clearing IFORCEXMITRUNNING flag syzbot is reporting hung task at inputunregisterdevice 1, for iforceclose waiting at waiteventinterruptible with dev-mutex held is blocking inputdisconnectdevice from...

0.00229EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/05/14 12:44 a.m.19 views

kernel: crypto: pcrypt - Fix hungtask for PADATA_RESET

In the Linux kernel, the following vulnerability has been resolved: crypto: pcrypt - Fix hungtask for PADATARESET We found a hungtask bug in testaeadveccfg as follows: INFO: task cryptomgrtest:391009 blocked for more than 120 seconds. "echo 0 /proc/sys/kernel/hungtasktimeoutsecs" disables this...

5.5CVSS6.4AI score0.00286EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/05/03 2:50 a.m.7 views

SUSE CVE-2023-53089

In the Linux kernel, the following vulnerability has been resolved: ext4: fix task hung in ext4xattrdeleteinode Syzbot reported a hung task problem: ================================================================== INFO: task syz-executor232:5073 blocked for more than 143 seconds. Not tainted...

4.4CVSS6.2AI score0.00196EPSS
SaveExploits0References9
OSV
OSV
added 2025/05/02 4:15 p.m.2 views

DEBIAN-CVE-2023-53089

In the Linux kernel, the following vulnerability has been resolved: ext4: fix task hung in ext4xattrdeleteinode Syzbot reported a hung task problem: ================================================================== INFO: task syz-executor232:5073 blocked for more than 143 seconds. Not tainted...

5.5CVSS5.5AI score0.00196EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/02 4:15 p.m.7 views

UBUNTU-CVE-2023-53089

In the Linux kernel, the following vulnerability has been resolved: ext4: fix task hung in ext4xattrdeleteinode Syzbot reported a hung task problem: ================================================================== INFO: task syz-executor232:5073 blocked for more than 143 seconds. Not tainted...

5.5CVSS6.1AI score0.00196EPSS
SaveExploits0References11
OSV
OSV
added 2025/04/16 3:16 p.m.4 views

DEBIAN-CVE-2025-22120

In the Linux kernel, the following vulnerability has been resolved: ext4: goto right label 'outmmapsem' in ext4setattr Otherwise, if ext4inodeattachjinode fails, a hung task will happen because filemapinvalidateunlock isn't called to unlock mapping-invalidatelock. Like this: EXT4-fs error device...

5.5CVSS5.5AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:16 p.m.14 views

UBUNTU-CVE-2025-22120

In the Linux kernel, the following vulnerability has been resolved: ext4: goto right label 'outmmapsem' in ext4setattr Otherwise, if ext4inodeattachjinode fails, a hung task will happen because filemapinvalidateunlock isn't called to unlock mapping-invalidatelock. Like this: EXT4-fs error device...

5.5CVSS6.2AI score0.00189EPSS
SaveExploits0References24
OSV
OSV
added 2025/04/16 2:13 p.m.27 views

CVE-2025-22120 ext4: goto right label 'out_mmap_sem' in ext4_setattr()

In the Linux kernel, the following vulnerability has been resolved: ext4: goto right label 'outmmapsem' in ext4setattr Otherwise, if ext4inodeattachjinode fails, a hung task will happen because filemapinvalidateunlock isn't called to unlock mapping-invalidatelock. Like this: EXT4-fs error device...

6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/04/16 2:13 p.m.24 views

CVE-2025-22120 ext4: goto right label 'out_mmap_sem' in ext4_setattr()

In the Linux kernel, the following vulnerability has been resolved: ext4: goto right label 'outmmapsem' in ext4setattr Otherwise, if ext4inodeattachjinode fails, a hung task will happen because filemapinvalidateunlock isn't called to unlock mapping-invalidatelock. Like this: EXT4-fs error device...

0.00189EPSS
SaveExploits0References4
CVE
CVE
added 2025/04/16 2:13 p.m.146 views

CVE-2025-22120

CVE-2025-22120 affects the Linux kernel ext4: in ext4_setattr(), a jump to the right label out_mmap_sem may occur. If ext4_inode_attach_jinode() fails, filemap_invalidate_unlock() may not be called to unlock mapping->invalidate_lock, leading to a hung task (as shown by the given EXT4-fs error ...

5.5CVSS6.5AI score0.00189EPSS
SaveExploits0References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2024-42294

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: block: fix deadlock between sdremove & sdrelease Our test report the following hung task:...

5.5CVSS5.5AI score0.00171EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2023-52813

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - crypto: pcrypt - Fix hungtask for PADATARESET We found a hungtask bug in testaeadveccfg as follows: INFO: task cryptomgrtest:391009 blocked for more than 120...

5.5CVSS6.5AI score0.00286EPSS
SaveExploits0References3
Rows per page
Query Builder