Lucene search
K

1703 matches found

OSV
OSV
added 2024/05/17 12:24 p.m.15 views

CVE-2024-35793 debugfs: fix wait/cancellation handling during remove

In the Linux kernel, the following vulnerability has been resolved: debugfs: fix wait/cancellation handling during remove Ben Greear further reports deadlocks during concurrent debugfs remove while files are being accessed, even though the code in question now uses debugfs cancellations. Turns ou...

5.5CVSS6.2AI score0.00172EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2024/05/17 12:24 p.m.16 views

CVE-2024-35793 debugfs: fix wait/cancellation handling during remove

In the Linux kernel, the following vulnerability has been resolved: debugfs: fix wait/cancellation handling during remove Ben Greear further reports deadlocks during concurrent debugfs remove while files are being accessed, even though the code in question now uses debugfs cancellations. Turns ou...

7AI score0.00172EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/05/17 12:24 p.m.18 views

CVE-2024-35793 debugfs: fix wait/cancellation handling during remove

In the Linux kernel, the following vulnerability has been resolved: debugfs: fix wait/cancellation handling during remove Ben Greear further reports deadlocks during concurrent debugfs remove while files are being accessed, even though the code in question now uses debugfs cancellations. Turns ou...

7.5AI score0.00172EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2024/05/17 12:24 p.m.15 views

CVE-2024-35793

In the Linux kernel, the following vulnerability has been resolved: debugfs: fix wait/cancellation handling during remove Ben Greear further reports deadlocks during concurrent debugfs remove while files are being accessed, even though the code in question now uses debugfs cancellations. Turns ou...

5.5CVSS7.2AI score0.00172EPSS
Exploits0
CVE
CVE
added 2024/05/17 12:24 p.m.73 views

CVE-2024-35793

CVE-2024-35793 affects the Linux kernel debugfs remove path. The issue was a logic error in the removal cancelation flow: if a refcount is non-zero, cancellations must be triggered; otherwise, removal can finish without cancellations, but the existing loop could never run. The fix adjusts wait/ca...

5.5CVSS7AI score0.00172EPSS
Exploits0References3Affected Software1
CNNVD
CNNVD
added 2024/05/17 12:0 a.m.3 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 a debugfs null pointer error...

5.5CVSS6.5AI score0.00202EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2024/05/17 12:0 a.m.5 views

PT-2024-26742 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the debugfs feature in the Linux kernel, where a logic error in the wait/cancellation handling during remove operations can cause deadlocks. Specifically, when...

9.1CVSS6.5AI score0.01635EPSS
Exploits0References657
BDU FSTEC
BDU FSTEC
added 2024/05/16 12:0 a.m.3 views

The vulnerability of the function ath11kdebugfs_remove_interface(), located in the driver drivers/net/wireless/ath/ath11k/debugfs.c of the wireless adapter ath11k driver for the Linux operating system, allows a hacker to cause a service failure.

The vulnerability of the function ath11kdebugfsremoveinterface in the drivers/net/wireless/ath/ath11k/debugfs.c file of the wireless adapter ath11k driver in the Linux kernel is related to the repeated release of previously released memory. Exploiting this vulnerability could allow an attacker to...

5.5CVSS5.5AI score0.00198EPSS
Exploits0References8Affected Software1
SUSE CVE
SUSE CVE
added 2024/05/08 2:56 a.m.1 views

SUSE CVE-2022-48699

In the Linux kernel, the following vulnerability has been resolved: sched/debug: fix dentry leak in updatescheddomaindebugfs Kuyo reports that the pattern of using debugfsremovedebugfslookup leaks a dentry and with a hotplug stress test, the machine eventually runs out of memory. Fix this up by...

5.5CVSS6.3AI score0.00237EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2024/05/07 2:49 a.m.2 views

SUSE CVE-2022-48698

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix memory leak when using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. Fix this up by properly calling dput...

3.3CVSS6.3AI score0.00214EPSS
Exploits0References6
SUSE CVE
SUSE CVE
added 2024/05/04 2:23 a.m.1 views

SUSE CVE-2024-26919

In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: Fix debugfs directory leak The ULPI per-device debugfs root is named after the ulpi device's parent, but ulpiunregisterinterface tries to remove a debugfs directory named after the ulpi device itself. This results in t...

5.5CVSS6.3AI score0.00222EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2024/05/04 2:23 a.m.2 views

SUSE CVE-2024-27006

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Add missing count increment to thermaldebugtztripup The count field in struct tripstats, representing the number of times the zone temperature was above the trip point, needs to be incremented in...

5.5CVSS6.6AI score0.00227EPSS
Exploits0References3
OSV
OSV
added 2024/05/03 4:15 p.m.1 views

DEBIAN-CVE-2022-48698

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix memory leak when using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. Fix this up by properly calling dput...

5.3CVSS5.3AI score0.00214EPSS
Exploits0References1
OSV
OSV
added 2024/05/03 4:15 p.m.1 views

DEBIAN-CVE-2022-48699

In the Linux kernel, the following vulnerability has been resolved: sched/debug: fix dentry leak in updatescheddomaindebugfs Kuyo reports that the pattern of using debugfsremovedebugfslookup leaks a dentry and with a hotplug stress test, the machine eventually runs out of memory. Fix this up by...

5.5CVSS5.4AI score0.00237EPSS
Exploits0References1
OSV
OSV
added 2024/05/03 4:15 p.m.1 views

UBUNTU-CVE-2022-48699

In the Linux kernel, the following vulnerability has been resolved: sched/debug: fix dentry leak in updatescheddomaindebugfs Kuyo reports that the pattern of using debugfsremovedebugfslookup leaks a dentry and with a hotplug stress test, the machine eventually runs out of memory. Fix this up by...

5.5CVSS5.8AI score0.00237EPSS
Exploits0References6
OSV
OSV
added 2024/05/03 4:15 p.m.0 views

UBUNTU-CVE-2022-48698

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix memory leak when using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. Fix this up by properly calling dput...

5.3CVSS5.8AI score0.00214EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2024/05/03 3:11 p.m.20 views

CVE-2022-48699 sched/debug: fix dentry leak in update_sched_domain_debugfs

In the Linux kernel, the following vulnerability has been resolved: sched/debug: fix dentry leak in updatescheddomaindebugfs Kuyo reports that the pattern of using debugfsremovedebugfslookup leaks a dentry and with a hotplug stress test, the machine eventually runs out of memory. Fix this up by...

6.8AI score0.00237EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/05/03 3:11 p.m.21 views

CVE-2022-48699 sched/debug: fix dentry leak in update_sched_domain_debugfs

In the Linux kernel, the following vulnerability has been resolved: sched/debug: fix dentry leak in updatescheddomaindebugfs Kuyo reports that the pattern of using debugfsremovedebugfslookup leaks a dentry and with a hotplug stress test, the machine eventually runs out of memory. Fix this up by...

6.7AI score0.00237EPSS
Exploits0References3
CVE
CVE
added 2024/05/03 3:11 p.m.101 views

CVE-2022-48699

The CVE-2022-48699 issue affects the Linux kernel sched/debug path, where a dentry is leaked by using debugfs_remove(debugfs_lookup()) in update_sched_domain_debugfs. The root cause is improper dentry reference counting, which can, under hotplug stress, lead to memory exhaustion. The available fi...

5.5CVSS6.6AI score0.00237EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2024/05/03 3:11 p.m.16 views

CVE-2022-48699 sched/debug: fix dentry leak in update_sched_domain_debugfs

In the Linux kernel, the following vulnerability has been resolved: sched/debug: fix dentry leak in updatescheddomaindebugfs Kuyo reports that the pattern of using debugfsremovedebugfslookup leaks a dentry and with a hotplug stress test, the machine eventually runs out of memory. Fix this up by...

5.5CVSS6AI score0.00237EPSS
Exploits0References6
Rows per page
Query Builder