Lucene search
+L

12056 matches found

OSV
OSV
added 2024/12/27 3:15 p.m.13 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
OSV
OSV
added 2024/12/27 3:15 p.m.24 views

UBUNTU-CVE-2024-56574

In the Linux kernel, the following vulnerability has been resolved: media: ts2020: fix null-ptr-deref in ts2020probe KASAN reported a null-ptr-deref issue when executing the following command: echo ts2020 0x20 /sys/bus/i2c/devices/i2c-0/newdevice KASAN: null-ptr-deref in range...

5.5CVSS6.2AI score0.00241EPSS
SaveExploits0References46
Cvelist
Cvelist
added 2024/12/27 2:23 p.m.30 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.153 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.30 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.171 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.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.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
Vulnrichment
Vulnrichment
added 2024/12/27 2:23 p.m.12 views

CVE-2024-56574 media: ts2020: fix null-ptr-deref in ts2020_probe()

In the Linux kernel, the following vulnerability has been resolved: media: ts2020: fix null-ptr-deref in ts2020probe KASAN reported a null-ptr-deref issue when executing the following command: echo ts2020 0x20 /sys/bus/i2c/devices/i2c-0/newdevice KASAN: null-ptr-deref in range...

7.5AI score0.00241EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/12/27 2:23 p.m.32 views

CVE-2024-56574 media: ts2020: fix null-ptr-deref in ts2020_probe()

In the Linux kernel, the following vulnerability has been resolved: media: ts2020: fix null-ptr-deref in ts2020probe KASAN reported a null-ptr-deref issue when executing the following command: echo ts2020 0x20 /sys/bus/i2c/devices/i2c-0/newdevice KASAN: null-ptr-deref in range...

0.00241EPSS
SaveExploits0References7
NVD
NVD
added 2024/12/27 2:15 p.m.25 views

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...

8.8CVSS0.00322EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/27 2:15 p.m.20 views

UBUNTU-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...

8.8CVSS6.5AI score0.00322EPSS
SaveExploits0References19
CVE
CVE
added 2024/12/27 2:11 p.m.128 views

CVE-2024-56541

The CVE-2024-56541 entry concerns the Linux kernel wireless driver ath12k (wifi) where a use-after-free occurs during module removal. Specifically, ath12k_core_deinit() calls ath12k_mac_destroy() which unregisters ah->hw from mac80211 and frees ah->hw and related ar structures; then ath12k_...

7.8CVSS6.6AI score0.00219EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/27 1:50 p.m.3 views

CVE-2024-53224 RDMA/mlx5: Move events notifier registration to be after device registration

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...

7.3AI score0.00322EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/12/27 1:50 p.m.46 views

CVE-2024-53224 RDMA/mlx5: Move events notifier registration to be after device registration

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...

8.8CVSS0.00322EPSS
SaveExploits0References4
CVE
CVE
added 2024/12/27 1:50 p.m.206 views

CVE-2024-53224

CVE-2024-53224 affects the Linux kernel mlx5_ib/Mellanox InfiniBand driver. The issue arises from a race between device deregistration and pkey-change work, caused by relocating pkey change work init/cleanup from device resources stage to the notifier stage and by moving the MLX5_IB_STAGE_DEVICE_...

8.8CVSS6.2AI score0.00322EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/12/27 1:50 p.m.26 views

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...

8.8CVSS5.6AI score0.00322EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/12/27 1:50 p.m.4 views

CVE-2024-53215 svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()

In the Linux kernel, the following vulnerability has been resolved: svcrdma: fix miss destroy percpucounter in svcrdmaprocinit There's issue as follows: RPC: Registered rdma transport module. RPC: Registered rdma backchannel transport module. RPC: Unregistered rdma transport module. RPC:...

7.6AI score0.00222EPSS
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2024/12/27 12:00 a.m.27 views

The vulnerability of the CI/CD application integration and delivery system provided by JetBrains TeamCity, related to insufficient protection of registration data, allows attackers to disclose protected information.

The vulnerability of the Continuous Integration and Deployment application delivery system CI/CD of TeamCity in JetBrains is related to insufficient protection for registration data. Exploiting this vulnerability could allow a malicious actor to disclose the protected information...

7.5CVSS5.4AI score0.003EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder