Lucene search
+L

6350 matches found

CVE
CVE
added 2025/06/18 11:3 a.m.84 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.00208EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/06/18 11:3 a.m.46 views

CVE-2022-50193

CVE-2022-50193 concerns Linux kernel erofs: wake up all waiters after z_erofs_lzma_head is ready. The issue can cause the decompression thread to hang when mounting erofs a second time due to a sequence where Task A loads lzma config and fills z_erofs_lzma_head after Task B has already slept wait...

5.5CVSS6.4AI score0.002EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:3 a.m.30 views

CVE-2022-50193 erofs: wake up all waiters after z_erofs_lzma_head ready

In the Linux kernel, the following vulnerability has been resolved: erofs: wake up all waiters after zerofslzmahead ready When the user mounts the erofs second times, the decompression thread may hung. The problem happens due to a sequence of steps like the following: 1 Task A called...

0.002EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/18 11:3 a.m.11 views

CVE-2022-50193 erofs: wake up all waiters after z_erofs_lzma_head ready

In the Linux kernel, the following vulnerability has been resolved: erofs: wake up all waiters after zerofslzmahead ready When the user mounts the erofs second times, the decompression thread may hung. The problem happens due to a sequence of steps like the following: 1 Task A called...

5.5CVSS6.1AI score0.002EPSS
SaveExploits0References6
CVE
CVE
added 2025/06/18 11:3 a.m.39 views

CVE-2022-50174

The CVE-2022-50174 issue affects the Linux kernel net/hinic path when a hinic device is used as a bond slave and statistics are read from the master bond device. The root cause is in hinic_get_stats64(), which previously called down(&nic_dev->mgmt_lock) to protect a critical section, risking s...

5.5CVSS6.3AI score0.00153EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:2 a.m.10 views

CVE-2022-50103 sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed

In the Linux kernel, the following vulnerability has been resolved: sched, cpuset: Fix dlcpubusy panic due to empty cs-cpusallowed With cgroup v2, the cpuset's cpusallowed mask can be empty indicating that the cpuset will just use the effective CPUs of its parent. So cpusetcanattach can call...

0.00163EPSS
SaveExploits0References5
OSV
OSV
added 2025/06/18 11:2 a.m.13 views

CVE-2022-50103 sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed

In the Linux kernel, the following vulnerability has been resolved: sched, cpuset: Fix dlcpubusy panic due to empty cs-cpusallowed With cgroup v2, the cpuset's cpusallowed mask can be empty indicating that the cpuset will just use the effective CPUs of its parent. So cpusetcanattach can call...

7.1CVSS6.2AI score0.00163EPSS
SaveExploits0References8
CVE
CVE
added 2025/06/18 11:2 a.m.123 views

CVE-2022-50100

CVE-2022-50100 affects the Linux kernel sched/core: Do not requeue a task on a CPU excluded from cpus_mask. The issue arises from a ttwu wakeup optimization that could queue a task on the wrong CPU, triggering an early-boot warning on large machines. The commit c6e7bd7afaeb implements a fix by en...

5.5CVSS6.3AI score0.00208EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:2 a.m.15 views

CVE-2022-50100 sched/core: Do not requeue task on CPU excluded from cpus_mask

In the Linux kernel, the following vulnerability has been resolved: sched/core: Do not requeue task on CPU excluded from cpusmask The following warning was triggered on a large machine early in boot on a distribution kernel but the same problem should also affect mainline. WARNING: CPU: 439 PID: ...

0.00208EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:2 a.m.12 views

CVE-2022-50100 sched/core: Do not requeue task on CPU excluded from cpus_mask

In the Linux kernel, the following vulnerability has been resolved: sched/core: Do not requeue task on CPU excluded from cpusmask The following warning was triggered on a large machine early in boot on a distribution kernel but the same problem should also affect mainline. WARNING: CPU: 439 PID: ...

5.5CVSS5.5AI score0.00208EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.7 views

CVE-2022-50100

In the Linux kernel, the following vulnerability has been resolved: sched/core: Do not requeue task on CPU excluded from cpusmask The following warning was triggered on a large machine early in boot on a distribution kernel but the same problem should also affect mainline. WARNING: CPU: 439 PID: ...

5.5CVSS5AI score0.00208EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:2 a.m.32 views

CVE-2022-50089

CVE-2022-50089 affects the Linux kernel with the btrfs file system. The issue occurs when cow_file_range() fails mid-allocation (unlock=0) and may leave pages locked, potentially causing a hung task in zoned btrfs setups (as described in the provided reports). The included details show that the f...

5.5CVSS6.5AI score0.00159EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/06/18 11:2 a.m.9 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...

5.5CVSS6.1AI score0.00159EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/06/18 11:0 a.m.16 views

CVE-2022-49980 USB: gadget: Fix use-after-free Read in usb_udc_uevent()

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix use-after-free Read in usbudcuevent The syzbot fuzzer found a race between uevent callbacks and gadget driver unregistration that can cause a use-after-free bug:...

0.00208EPSS
SaveExploits0References2
CVE
CVE
added 2025/06/18 11:0 a.m.84 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.00208EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:0 a.m.11 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.00208EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.8 views

PT-2025-26100

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, which could cause a kernel hang when using the hinic device as a bond slave device and reading device stats of the master bond...

5.5CVSS6.2AI score0.00153EPSS
SaveExploits0References16
CNNVD
CNNVD
added 2025/06/18 12:0 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the btrfs filesystem not unlocking a page when cowfilerange fails, which could lead to a task hang...

5.5CVSS6AI score0.00159EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.7 views

PT-2025-26015 · Btrfs +1 · Btrfs +1

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 5.16.0-rc1+ Description: A vulnerability in the Linux kernel has been resolved, related to the btrfs file system. The issue causes a hang when the cow file range function fails during allocation, leaving pages...

6.3AI score0.00159EPSS
SaveExploits0References11
BDU FSTEC
BDU FSTEC
added 2025/06/18 12:0 a.m.17 views

The vulnerability of the Task Scheduler in Windows operating systems allows a malicious individual to escalate their privileges.

The vulnerability of the Task Scheduler in Windows operating systems is related to deficiencies in access control. Exploiting this vulnerability can allow an attacker to increase their privileges...

8.4CVSS5.4AI score0.00426EPSS
SaveExploits0References2
Rows per page
Query Builder