Lucene search
+L

2128 matches found

Cvelist
Cvelist
added 2025/02/26 2:12 a.m.18 views

CVE-2022-49442 drivers/base/node.c: fix compaction sysfs file leak

In the Linux kernel, the following vulnerability has been resolved: drivers/base/node.c: fix compaction sysfs file leak Compaction sysfs file is created via compactionregisternode in registernode. But we forgot to remove it in unregisternode. Thus compaction sysfs file is leaked. Using...

0.00291EPSS
SaveExploits0References9
CVE
CVE
added 2025/02/26 2:12 a.m.166 views

CVE-2022-49442

CVE-2022-49442 pertains to the Linux kernel: the compaction sysfs file created by compaction_register_node in drivers/base/node.c was not removed in unregister_node, allowing a leaked sysfs file. The issue is fixed by applying compaction_unregister_node. According to the provided documents, the v...

5.5CVSS5.4AI score0.00291EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2025/02/26 2:12 a.m.85 views

CVE-2022-49406

The CVE-2022-49406 entry is active in Linux kernel and concerns a deadlock in blk_ia_range_sysfs_show() caused by unnecessary use of the queue sysfs lock during reads. The fix, as described in the sources, is to remove the mutex_lock()/mutex_unlock() calls from blk_ia_range_sysfs_show(), since th...

5.5CVSS5.3AI score0.00192EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:12 a.m.32 views

CVE-2022-49406 block: Fix potential deadlock in blk_ia_range_sysfs_show()

In the Linux kernel, the following vulnerability has been resolved: block: Fix potential deadlock in blkiarangesysfsshow When being read, a sysfs attribute is already protected against removal with the kobject node active reference counter. As a result, in blkiarangesysfsshow, there is no need to...

0.00192EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/26 2:12 a.m.18 views

CVE-2022-49406 block: Fix potential deadlock in blk_ia_range_sysfs_show()

In the Linux kernel, the following vulnerability has been resolved: block: Fix potential deadlock in blkiarangesysfsshow When being read, a sysfs attribute is already protected against removal with the kobject node active reference counter. As a result, in blkiarangesysfsshow, there is no need to...

5.5CVSS5.2AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/02/26 2:12 a.m.56 views

CVE-2022-49406

In the Linux kernel, the following vulnerability has been resolved: block: Fix potential deadlock in blkiarangesysfsshow When being read, a sysfs attribute is already protected against removal with the kobject node active reference counter. As a result, in blkiarangesysfsshow, there is no need to...

5.5CVSS5.5AI score0.00192EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 2:11 a.m.11 views

CVE-2022-49370 firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handle

In the Linux kernel, the following vulnerability has been resolved: firmware: dmi-sysfs: Fix memory leak in dmisysfsregisterhandle kobjectinitandadd takes reference even when it fails. According to the doc of kobjectinitandadd If this function returns an error, kobjectput must be called to proper...

5.5CVSS5.2AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2025/02/26 2:11 a.m.2 views

CVE-2022-49370 firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handle

In the Linux kernel, the following vulnerability has been resolved: firmware: dmi-sysfs: Fix memory leak in dmisysfsregisterhandle kobjectinitandadd takes reference even when it fails. According to the doc of kobjectinitandadd If this function returns an error, kobjectput must be called to proper...

6.4AI score0.00291EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/02/26 2:10 a.m.25 views

CVE-2022-49329 vduse: Fix NULL pointer dereference on sysfs access

In the Linux kernel, the following vulnerability has been resolved: vduse: Fix NULL pointer dereference on sysfs access The control device has no drvdata. So we will get a NULL pointer dereference when accessing control device's msgtimeout attribute via sysfs: 132.841881 T3644 BUG: kernel NULL...

0.00256EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/02/26 2:10 a.m.8 views

CVE-2022-49329 vduse: Fix NULL pointer dereference on sysfs access

In the Linux kernel, the following vulnerability has been resolved: vduse: Fix NULL pointer dereference on sysfs access The control device has no drvdata. So we will get a NULL pointer dereference when accessing control device's msgtimeout attribute via sysfs: 132.841881 T3644 BUG: kernel NULL...

6.2AI score0.00256EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/02/26 2:10 a.m.21 views

CVE-2022-49329

In the Linux kernel, the following vulnerability has been resolved: vduse: Fix NULL pointer dereference on sysfs access The control device has no drvdata. So we will get a NULL pointer dereference when accessing control device's msgtimeout attribute via sysfs: 132.841881 T3644 BUG: kernel NULL...

5.5CVSS5.5AI score0.00256EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 2:10 a.m.18 views

CVE-2022-49329 vduse: Fix NULL pointer dereference on sysfs access

In the Linux kernel, the following vulnerability has been resolved: vduse: Fix NULL pointer dereference on sysfs access The control device has no drvdata. So we will get a NULL pointer dereference when accessing control device's msgtimeout attribute via sysfs: 132.841881 T3644 BUG: kernel NULL...

5.5CVSS6AI score
SaveExploits0References7
CVE
CVE
added 2025/02/26 2:10 a.m.152 views

CVE-2022-49329

CVE-2022-49329: In the Linux kernel (vdpa/vduse), a NULL pointer dereference can occur when reading the control device’s msg_timeout attribute via sysfs because the control device lacks drvdata. The fix, per the provided description, is to stop creating the unneeded attribute for the control devi...

5.5CVSS5.3AI score0.00256EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/02/26 2:10 a.m.122 views

CVE-2022-49308

The CVE-2022-49308 entry describes a Linux kernel extcon overflow/NULL dereference vulnerability that could cause an Oops when sysfs state_show() runs before driver data is set. The root cause is extcon device creation occurring before drvdata is initialized, leading to an edev NULL dereference d...

5.5CVSS5.2AI score0.00284EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:10 a.m.21 views

CVE-2022-49308 extcon: Modify extcon device to be created after driver data is set

In the Linux kernel, the following vulnerability has been resolved: extcon: Modify extcon device to be created after driver data is set Currently, someone can invoke the sysfs such as stateshow intermittently before devsetdrvdata is done. And it can be a cause of kernel Oops because of edev is Nu...

0.00284EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.22 views

CVE-2022-49259 block: don't delete queue kobject before its children

In the Linux kernel, the following vulnerability has been resolved: block: don't delete queue kobject before its children kobjects aren't supposed to be deleted before their child kobjects are deleted. Apparently this is usually benign; however, a WARN will be triggered if one of the child kobjec...

0.00264EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 1:56 a.m.11 views

CVE-2022-49259 block: don't delete queue kobject before its children

In the Linux kernel, the following vulnerability has been resolved: block: don't delete queue kobject before its children kobjects aren't supposed to be deleted before their child kobjects are deleted. Apparently this is usually benign; however, a WARN will be triggered if one of the child kobjec...

5.2AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.12 views

CVE-2022-49259

In the Linux kernel, the following vulnerability has been resolved: block: don't delete queue kobject before its children kobjects aren't supposed to be deleted before their child kobjects are deleted. Apparently this is usually benign; however, a WARN will be triggered if one of the child kobjec...

5.5CVSS5.3AI score0.00264EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/26 1:55 a.m.2 views

CVE-2022-49224 power: supply: ab8500: Fix memory leak in ab8500_fg_sysfs_init

In the Linux kernel, the following vulnerability has been resolved: power: supply: ab8500: Fix memory leak in ab8500fgsysfsinit kobjectinitandadd takes reference even when it fails. According to the doc of kobjectinitandadd: If this function returns an error, kobjectput must be called to properly...

6.4AI score0.00263EPSS
SaveExploits0References9
CVE
CVE
added 2025/02/26 1:55 a.m.53 views

CVE-2022-49143

CVE-2022-49143 entry is rejected/not used.

7.2AI score
SaveExploits0
Rows per page
Query Builder