Lucene search
+L

446 matches found

CVE
CVE
added 2025/02/26 1:56 a.m.109 views

CVE-2022-49284

The CVE-2022-49284 entry affects the Linux kernel coresight subsystem (syscfg: cscfg_create_device). The issue is a memory leak on registration failure caused by improper error handling in device_register() after device_initialize(); the recommended fix is to use put_device() to relinquish the re...

5.5CVSS5.4AI score0.00256EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.14 views

CVE-2022-49284

In the Linux kernel, the following vulnerability has been resolved: coresight: syscfg: Fix memleak on registration failure in cscfgcreatedevice deviceregister calls deviceinitialize, according to doc of deviceinitialize: Use putdevice to give up your reference instead of freeing @dev directly onc...

5.5CVSS5.4AI score0.00256EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.25 views

CVE-2022-49284 coresight: syscfg: Fix memleak on registration failure in cscfg_create_device

In the Linux kernel, the following vulnerability has been resolved: coresight: syscfg: Fix memleak on registration failure in cscfgcreatedevice deviceregister calls deviceinitialize, according to doc of deviceinitialize: Use putdevice to give up your reference instead of freeing @dev directly onc...

0.00256EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.26 views

CVE-2022-49050 memory: renesas-rpc-if: fix platform-device leak in error path

In the Linux kernel, the following vulnerability has been resolved: memory: renesas-rpc-if: fix platform-device leak in error path Make sure to free the flash platform device in the event that registration fails during probe...

0.00263EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/02/26 12:00 a.m.8 views

PT-2025-8212 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been identified in the Linux kernel, specifically in the coresight subsystem. The problem occurs when device registration fails in the cscfg create device...

5.5CVSS6.4AI score0.00256EPSS
SaveExploits0References13
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Set video drvdata before registering the video device The video drvdata should be set before the video device is registered. Otherwise, videodrvdata may return NULL in the open file operations, leading to errors...

5.5CVSS6.2AI score0.00234EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/01/13 1:21 p.m.11 views

CVE-2024-43098

In the Linux kernel, the following vulnerability has been resolved: i3c: Use i3cdev-desc-info instead of calling i3cdevicegetinfo to avoid deadlock A deadlock may happen since the i3cmasterregister acquires &i3cbus-;lock twice. See the log below. Use i3cdev-desc-info instead of calling...

5.5CVSS6.9AI score0.00172EPSS
SaveExploits0References4
NVD
NVD
added 2025/01/11 1:15 p.m.7 views

CVE-2024-43098

In the Linux kernel, the following vulnerability has been resolved: i3c: Use i3cdev-desc-info instead of calling i3cdevicegetinfo to avoid deadlock A deadlock may happen since the i3cmasterregister acquires &i3cbus-lock twice. See the log below. Use i3cdev-desc-info instead of calling i3cdevicein...

5.5CVSS0.00172EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2024/12/29 2:43 p.m.17 views

CVE-2024-56579

In the Linux kernel, the following vulnerability has been resolved: media: amphion: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise videodrvdata may return NULL in the open file ops, and led to oops...

5.5CVSS6.8AI score0.00234EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:43 p.m.13 views

CVE-2024-56578

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise videodrvdata may return NULL in the open file ops, and led to oops...

5.5CVSS6.8AI score0.00234EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/12/28 3:49 a.m.15 views

SUSE CVE-2024-53224

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Move events notifier registration to be after device registration Move pkey change work initialization and cleanup from device resources stage to notifier stage, since this is the stage which handles this work events...

4.7CVSS7.3AI score0.00322EPSS
SaveExploits0References18
OSV
OSV
added 2024/12/27 3:15 p.m.10 views

AZL-55156 CVE-2024-56579 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: media: amphion: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise videodrvdata may return NULL in the open file ops, and led to oops...

5.5CVSS6.7AI score0.00234EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/27 3:15 p.m.19 views

CVE-2024-56579

In the Linux kernel, the following vulnerability has been resolved: media: amphion: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise videodrvdata may return NULL in the open file ops, and led to oops...

5.5CVSS0.00234EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/12/27 2:23 p.m.26 views

CVE-2024-56579 media: amphion: Set video drvdata before register video device

In the Linux kernel, the following vulnerability has been resolved: media: amphion: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise videodrvdata may return NULL in the open file ops, and led to oops...

0.00234EPSS
SaveExploits0References4
CVE
CVE
added 2024/12/27 2:23 p.m.143 views

CVE-2024-56579

CVE-2024-56579 : In the Linux kernel, the media: amphion driver must set video_drvdata before registering the video device; otherwise video_drvdata() may return NULL in open(), causing an oops. Remediation per the description is to ensure video_drvdata() is set prior to video device registration....

5.5CVSS6.5AI score0.00234EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/12/27 2:23 p.m.10 views

CVE-2024-56579 media: amphion: Set video drvdata before register video device

In the Linux kernel, the following vulnerability has been resolved: media: amphion: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise videodrvdata may return NULL in the open file ops, and led to oops...

5.5CVSS6.1AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/12/27 2:23 p.m.26 views

CVE-2024-56579

In the Linux kernel, the following vulnerability has been resolved: media: amphion: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise videodrvdata may return NULL in the open file ops, and led to oops...

5.5CVSS5.6AI score0.00234EPSS
SaveExploits0
CVE
CVE
added 2024/12/27 2:23 p.m.161 views

CVE-2024-56578

Technical details about CVE-2024-56578 are not provided in the connected documents. The initial description summarizes the vulnerability; monitor vendor advisories for full details and remediation.

5.5CVSS6.5AI score0.00234EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/12/27 2:23 p.m.12 views

CVE-2024-56578

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise videodrvdata may return NULL in the open file ops, and led to oops...

5.5CVSS5.6AI score0.00234EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/12/27 2:23 p.m.2 views

CVE-2024-56578 media: imx-jpeg: Set video drvdata before register video device

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise videodrvdata may return NULL in the open file ops, and led to oops...

7.5AI score0.00234EPSS
SaveExploits0References5
Rows per page
Query Builder