Lucene search
+L

31 matches found

Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.10 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-990034)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990034 advisory. In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumaclerp: Fix object nesting warning ACLs in Spectrum-2 and newer ASICs can reside i...

7.8CVSS6AI score0.00225EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/18 11:15 a.m.21 views

CVE-2022-49965

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: add missing -finixxxx interfaces for some SMU13 asics Without these, potential memory leak may be induced...

5.5CVSS0.00179EPSS
SaveExploits0References2
OSV
OSV
added 2025/06/18 11:15 a.m.10 views

DEBIAN-CVE-2022-49965

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: add missing -finixxxx interfaces for some SMU13 asics Without these, potential memory leak may be induced...

5.5CVSS5.2AI score0.00179EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.7 views

UBUNTU-CVE-2022-49965

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: add missing -finixxxx interfaces for some SMU13 asics Without these, potential memory leak may be induced...

5.5CVSS6AI score0.00179EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:0 a.m.17 views

CVE-2022-49965 drm/amd/pm: add missing ->fini_xxxx interfaces for some SMU13 asics

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: add missing -finixxxx interfaces for some SMU13 asics Without these, potential memory leak may be induced...

5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/06/18 11:0 a.m.25 views

CVE-2022-49965 drm/amd/pm: add missing ->fini_xxxx interfaces for some SMU13 asics

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: add missing -finixxxx interfaces for some SMU13 asics Without these, potential memory leak may be induced...

0.00179EPSS
SaveExploits0References2
Redos
Redos
added 2024/08/23 12:0 a.m.63 views

ROS-20240823-01

Vulnerability of amdgpurasgetcontext function in drm/amdgpu component of Linux operating system kernel is related to null pointer dereferencing on drmcvtmode failure. Exploitation of the vulnerability could allow an attacker to cause a denial of service Vulnerability of brcmfnotifyescancomplete...

8.8CVSS6.8AI score0.01177EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/08/21 1:15 a.m.23 views

CVE-2024-43880

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumaclerp: Fix object nesting warning ACLs in Spectrum-2 and newer ASICs can reside in the algorithmic TCAM A-TCAM or in the ordinary circuit TCAM C-TCAM. The former can contain more ACLs i.e., tc filters, but the...

7.8CVSS6.1AI score0.00225EPSS
SaveExploits0References25
CVE
CVE
added 2024/08/21 12:6 a.m.132 views

CVE-2024-43880

CVE-2024-43880 affects the Linux kernel mlxsw spectrum ACL (Spectrum-2 and newer). The vulnerability arises from how ACLs could be migrated between A-TCAM and C-TCAM using the objagg mask aggregation, where the driver and lib compared masks without respecting TCAM context, potentially creating ne...

7.8CVSS6.5AI score0.00225EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/08/21 12:6 a.m.28 views

CVE-2024-43880 mlxsw: spectrum_acl_erp: Fix object nesting warning

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumaclerp: Fix object nesting warning ACLs in Spectrum-2 and newer ASICs can reside in the algorithmic TCAM A-TCAM or in the ordinary circuit TCAM C-TCAM. The former can contain more ACLs i.e., tc filters, but the...

7.8CVSS6AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/08/21 12:6 a.m.28 views

CVE-2024-43880 mlxsw: spectrum_acl_erp: Fix object nesting warning

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumaclerp: Fix object nesting warning ACLs in Spectrum-2 and newer ASICs can reside in the algorithmic TCAM A-TCAM or in the ordinary circuit TCAM C-TCAM. The former can contain more ACLs i.e., tc filters, but the...

6.7AI score0.00225EPSS
SaveExploits0References7
BDU FSTEC
BDU FSTEC
added 2024/05/30 12:0 a.m.8 views

The vulnerability of the mlxsw_sp_acl_tcam_ventry_activity_get() function in Mellanox Technologies’ Switch ASICs for Linux operating systems allows a attacker to cause a service failure.

The vulnerability of the function mlxswspacltcamventryactivityget in the driver drivers/net/ethernet/mellanox/mlxsw/spectrumacltcam.c of the Mellanox Technologies Switch ASICs for the Linux operating system is related to the reutilization of previously released memory due to competitive access to...

5.5CVSS6.5AI score0.00247EPSS
SaveExploits0References23Affected Software5
RedhatCVE
RedhatCVE
added 2024/04/02 6:6 p.m.19 views

CVE-2024-26657

In the Linux kernel, the following vulnerability has been resolved: drm/sched: fix null-ptr-deref in init entity The bug can be triggered by sending an amdgpucswaitioctl to the AMDGPU DRM driver on any ASICs with valid context. The bug was reported by Joonkyo Jung . For example the following code...

4.4CVSS8.4AI score0.00228EPSS
SaveExploits0References3
CVE
CVE
added 2024/04/02 6:8 a.m.131 views

CVE-2024-26657

CVE-2024-26657 relates to a NULL pointer dereference in the Linux kernel’s DRM scheduler code (drm_sched_entity_init). The issue could be triggered by AMDGPU user-space IOCTL flow: user calls AMDGPU_CTX_ALLOC_CTX via amdgpu_ctx_ioctl, then AMDGPU_WAIT_CS without submitting a job, which could lead...

5.5CVSS6.3AI score0.00228EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/04/02 6:8 a.m.49 views

CVE-2024-26656 drm/amdgpu: fix use-after-free bug

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix use-after-free bug The bug can be triggered by sending a single amdgpugemuserptrioctl to the AMDGPU DRM driver on any ASICs with an invalid address and size. The bug was reported by Joonkyo Jung . For example the...

7.8CVSS7.5AI score0.00234EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/04/02 12:0 a.m.34 views

CVE-2024-26657

In the Linux kernel, the following vulnerability has been resolved: drm/sched: fix null-ptr-deref in init entity The bug can be triggered by sending an amdgpucswaitioctl to the AMDGPU DRM driver on any ASICs with valid context. The bug was reported by Joonkyo Jung . For example the following code...

5.5CVSS6.2AI score0.00228EPSS
SaveExploits0References8
NVD
NVD
added 2024/02/22 5:15 p.m.25 views

CVE-2024-26586

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix stack corruption When tc filters are first added to a net device, the corresponding local port gets bound to an ACL group in the device. The group contains a list of ACLs. In turn, each ACL points to a...

7.8CVSS6.9AI score0.00247EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/02/22 4:13 p.m.45 views

CVE-2024-26586

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix stack corruption When tc filters are first added to a net device, the corresponding local port gets bound to an ACL group in the device. The group contains a list of ACLs. In turn, each ACL points to a...

7.8CVSS7.6AI score0.00247EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/02/22 12:0 a.m.57 views

CVE-2024-26586

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix stack corruption When tc filters are first added to a net device, the corresponding local port gets bound to an ACL group in the device. The group contains a list of ACLs. In turn, each ACL points to a...

7.8CVSS6.2AI score0.00247EPSS
SaveExploits0References21
Positive Technologies
Positive Technologies
added 2022/08/16 12:0 a.m.20 views

PT-2025-25891

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A potential memory leak issue has been identified in the Linux kernel, specifically related to the drm/amd/pm component and SMU13 asics. The issue arises from missing -fini xxxx...

5.5CVSS6.1AI score0.00179EPSS
SaveExploits0
Rows per page
Query Builder