Lucene search
+L

2172 matches found

SUSE CVE
SUSE CVE
added 2024/10/24 3:18 a.m.5 views

SUSE CVE-2024-49941

In the Linux kernel, the following vulnerability has been resolved: gpiolib: Fix potential NULL pointer dereference in gpiodgetlabel In gpiodgetlabel, it is possible that srcudereferencecheck may return a NULL pointer, leading to a scenario where label-str is accessed without verifying if label...

5.5CVSS7.6AI score0.00202EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.7 views

SUSE CVE-2022-48996

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damonsysfssetschemes Commit da87878010e5 "mm/damon/sysfs: support online inputs update" made 'damonsysfssetschemes' to be called for running DAMON context,...

5.5CVSS6.6AI score0.00213EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.7 views

SUSE CVE-2022-49010

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp Check for null before removing sysfs attrs If coretempaddcore gets an error then pdata-coredataindx is already NULL and has been kfreed. Don't pass that to sysfsremovegroup as that will crash in sysfsremovegroup...

5.5CVSS6.2AI score0.00236EPSS
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2024/10/22 1:14 p.m.30 views

CVE-2024-49925

In the Linux kernel, the following vulnerability has been resolved: fbdev: efifb: Register sysfs groups through driver core The driver core can register and cleanup sysfs groups already. Make use of that functionality to simplify the error handling and cleanup. Also avoid a UAF race during...

5.5CVSS7.2AI score0.00273EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 12:13 p.m.13 views

CVE-2024-50018

In the Linux kernel, the following vulnerability has been resolved: net: napi: Prevent overflow of napideferhardirqs In commit 6f8b12d661d0 "net: napi: add hard irqs deferral feature" napideferirqs was added to netdevice and napideferirqscount was added to napistruct, both as type int. This value...

4.4CVSS7.2AI score
SaveExploits0References4
NVD
NVD
added 2024/10/21 8:15 p.m.22 views

CVE-2022-49010

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp Check for null before removing sysfs attrs If coretempaddcore gets an error then pdata-coredataindx is already NULL and has been kfreed. Don't pass that to sysfsremovegroup as that will crash in sysfsremovegroup...

5.5CVSS0.00236EPSS
SaveExploits0References8
OSV
OSV
added 2024/10/21 8:15 p.m.7 views

DEBIAN-CVE-2022-49010

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp Check for null before removing sysfs attrs If coretempaddcore gets an error then pdata-coredataindx is already NULL and has been kfreed. Don't pass that to sysfsremovegroup as that will crash in sysfsremovegroup...

5.5CVSS5.4AI score0.00236EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 8:15 p.m.23 views

CVE-2022-48996

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damonsysfssetschemes Commit da87878010e5 "mm/damon/sysfs: support online inputs update" made 'damonsysfssetschemes' to be called for running DAMON context,...

5.5CVSS0.00213EPSS
SaveExploits0References2
OSV
OSV
added 2024/10/21 8:15 p.m.7 views

DEBIAN-CVE-2022-48996

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damonsysfssetschemes Commit da87878010e5 "mm/damon/sysfs: support online inputs update" made 'damonsysfssetschemes' to be called for running DAMON context,...

5.5CVSS5.5AI score0.00213EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.13 views

UBUNTU-CVE-2022-49010

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp Check for null before removing sysfs attrs If coretempaddcore gets an error then pdata-coredataindx is already NULL and has been kfreed. Don't pass that to sysfsremovegroup as that will crash in sysfsremovegroup...

5.5CVSS6.1AI score0.00236EPSS
SaveExploits0References11
OSV
OSV
added 2024/10/21 8:15 p.m.9 views

UBUNTU-CVE-2022-48996

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damonsysfssetschemes Commit da87878010e5 "mm/damon/sysfs: support online inputs update" made 'damonsysfssetschemes' to be called for running DAMON context,...

5.5CVSS5.7AI score0.00213EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/10/21 8:06 p.m.15 views

CVE-2022-49010 hwmon: (coretemp) Check for null before removing sysfs attrs

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp Check for null before removing sysfs attrs If coretempaddcore gets an error then pdata-coredataindx is already NULL and has been kfreed. Don't pass that to sysfsremovegroup as that will crash in sysfsremovegroup...

7AI score0.00236EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/10/21 8:06 p.m.36 views

CVE-2022-49010 hwmon: (coretemp) Check for null before removing sysfs attrs

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp Check for null before removing sysfs attrs If coretempaddcore gets an error then pdata-coredataindx is already NULL and has been kfreed. Don't pass that to sysfsremovegroup as that will crash in sysfsremovegroup...

0.00236EPSS
SaveExploits0References8
CVE
CVE
added 2024/10/21 8:06 p.m.182 views

CVE-2022-49010

CVE-2022-49010 (Linux kernel) has concrete technical details in connected advisories. The issue arises in hwmon coretemp handling: if coretemp_add_core() fails, pdata->core_data[indx] may already be NULL and freed, and passing that to sysfs_remove_group() could crash. The fix is to check for N...

5.5CVSS6AI score0.00236EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/10/21 8:06 p.m.34 views

CVE-2022-48996 mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damon_sysfs_set_schemes()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damonsysfssetschemes Commit da87878010e5 "mm/damon/sysfs: support online inputs update" made 'damonsysfssetschemes' to be called for running DAMON context,...

0.00213EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/10/21 8:06 p.m.20 views

CVE-2022-48996 mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damon_sysfs_set_schemes()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damonsysfssetschemes Commit da87878010e5 "mm/damon/sysfs: support online inputs update" made 'damonsysfssetschemes' to be called for running DAMON context,...

7.1AI score0.00213EPSS
SaveExploits0References2
CVE
CVE
added 2024/10/21 8:06 p.m.69 views

CVE-2022-48996

CVE-2022-48996 affects the Linux kernel DAMON subsystem. The vulnerability stems from damon_sysfs_set_schemes() making assumptions that the DAMON context has no schemes, leading to incorrect creation of schemes during online tuning and a higher memory footprint. The fix, described in the commit t...

5.5CVSS5.4AI score0.00213EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/10/21 8:06 p.m.19 views

CVE-2022-48996 mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damon_sysfs_set_schemes()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damonsysfssetschemes Commit da87878010e5 "mm/damon/sysfs: support online inputs update" made 'damonsysfssetschemes' to be called for running DAMON context,...

5.1AI score
SaveExploits0References5
NVD
NVD
added 2024/10/21 7:15 p.m.25 views

CVE-2024-50018

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 6:54 p.m.13 views

CVE-2024-50018

...

6.4AI score
SaveExploits0
Rows per page
Query Builder