Lucene search
+L

2513 matches found

Positive Technologies
Positive Technologies
added 2025/01/03 12:0 a.m.16 views

PT-2025-9003

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.13.0-rc3 Description A potential issue has been identified in the Linux kernel related to the ax25 protocol. The problem arises from a possible circular locking dependency detected between rtnl mutex and sk...

7.8CVSS7.1AI score0.00211EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.9 views

PT-2025-34404

Name of the Vulnerable Software and Affected Versions: Linux kernel versions 6.14.0-rc5-wt-g03960e6f9d47 33 and earlier. Description: A missing lock in the cfg80211 check and end cac function within the Linux kernel's wireless subsystem can lead to issues when callers of wdev chandef do not hold...

5.5CVSS6AI score0.00119EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.14 views

PT-2025-36413

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the ath11k module where ath11k mac disable peer fixed rate is incorrectly passed as an iterator to ieee80211 iterate stations atomic. This functio...

5.5CVSS6.1AI score0.00135EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.9 views

PT-2025-30753

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the drm/xe subsystem related to handling device wedges. Specifically, the issue occurs when a device wedges during a GuC upload, leading to an...

6CVSS6.5AI score0.00117EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.10 views

PT-2025-34411

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw within the hfsplus filesystem. Syzbot reported an issue where a mutex lock check in hfsplus free extents could trigger warnings and errors during...

5.5CVSS6.1AI score0.00129EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/12/30 6:24 a.m.14 views

CVE-2024-56752

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/gr/gf100: Fix missing unlock in gf100grchannew When the call to gf100grctxgenerate fails, unlock gr-fecs.mutex before returning the error. Fixes smatch warning: drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:480...

5.5CVSS7AI score0.00205EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/12/30 3:48 a.m.3 views

SUSE CVE-2024-56752

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/gr/gf100: Fix missing unlock in gf100grchannew When the call to gf100grctxgenerate fails, unlock gr-fecs.mutex before returning the error. Fixes smatch warning: drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:480...

5.5CVSS7.7AI score0.00205EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2024/12/29 2:56 p.m.11 views

CVE-2024-56706

In the Linux kernel, the following vulnerability has been resolved: s390/cpumsf: Fix and protect memory allocation of SDBs with mutex Reservation of the PMU hardware is done at first event creation and is protected by a pair of mutexlock and mutexunlock. After reservation of the PMU hardware the...

5.5CVSS6.8AI score0.00162EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:45 p.m.18 views

CVE-2024-56587

In the Linux kernel, the following vulnerability has been resolved: leds: class: Protect brightnessshow with ledcdev-ledaccess mutex There is NULL pointer issue observed if from Process A where hid device being added which results in adding a ledcdev addition and later a another call to access of...

4.7CVSS6.9AI score0.00254EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/29 12:15 p.m.8 views

AZL-54857 CVE-2024-56752 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/gr/gf100: Fix missing unlock in gf100grchannew When the call to gf100grctxgenerate fails, unlock gr-fecs.mutex before returning the error. Fixes smatch warning: drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:480...

5.5CVSS6.7AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/29 12:15 p.m.2 views

DEBIAN-CVE-2024-56752

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/gr/gf100: Fix missing unlock in gf100grchannew When the call to gf100grctxgenerate fails, unlock gr-fecs.mutex before returning the error. Fixes smatch warning: drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:480...

5.5CVSS5.7AI score0.00205EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/29 12:15 p.m.12 views

CVE-2024-56752

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/gr/gf100: Fix missing unlock in gf100grchannew When the call to gf100grctxgenerate fails, unlock gr-fecs.mutex before returning the error. Fixes smatch warning: drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:480...

5.5CVSS0.00205EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/12/29 11:30 a.m.27 views

CVE-2024-56752 drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new()

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/gr/gf100: Fix missing unlock in gf100grchannew When the call to gf100grctxgenerate fails, unlock gr-fecs.mutex before returning the error. Fixes smatch warning: drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:480...

0.00205EPSS
SaveExploits0References4
CVE
CVE
added 2024/12/29 11:30 a.m.159 views

CVE-2024-56752

CVE-2024-56752 affects the Linux kernel DRM/Nouveau path (gf100) where a missing unlock in gf100_gr_chan_new() could occur when gf100_grctx_generate() fails. The fix explicitly unlocks gr->fecs.mutex before returning the error, addressing an inconsistent return on the mutex in gf100_gr_chan_ne...

5.5CVSS6.5AI score0.00205EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/29 11:30 a.m.2 views

CVE-2024-56752 drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new()

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/gr/gf100: Fix missing unlock in gf100grchannew When the call to gf100grctxgenerate fails, unlock gr-fecs.mutex before returning the error. Fixes smatch warning: drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:480...

7.5AI score0.00205EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/12/29 3:47 a.m.4 views

SUSE CVE-2024-56706

In the Linux kernel, the following vulnerability has been resolved: s390/cpumsf: Fix and protect memory allocation of SDBs with mutex Reservation of the PMU hardware is done at first event creation and is protected by a pair of mutexlock and mutexunlock. After reservation of the PMU hardware the...

6.3CVSS6.4AI score0.00162EPSS
SaveExploits0References3
NVD
NVD
added 2024/12/28 10:15 a.m.16 views

CVE-2024-56706

In the Linux kernel, the following vulnerability has been resolved: s390/cpumsf: Fix and protect memory allocation of SDBs with mutex Reservation of the PMU hardware is done at first event creation and is protected by a pair of mutexlock and mutexunlock. After reservation of the PMU hardware the...

6.3CVSS0.00162EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/28 9:46 a.m.6 views

CVE-2024-56706 s390/cpum_sf: Fix and protect memory allocation of SDBs with mutex

In the Linux kernel, the following vulnerability has been resolved: s390/cpumsf: Fix and protect memory allocation of SDBs with mutex Reservation of the PMU hardware is done at first event creation and is protected by a pair of mutexlock and mutexunlock. After reservation of the PMU hardware the...

6.3CVSS6.4AI score0.00162EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/12/28 9:46 a.m.22 views

CVE-2024-56706 s390/cpum_sf: Fix and protect memory allocation of SDBs with mutex

In the Linux kernel, the following vulnerability has been resolved: s390/cpumsf: Fix and protect memory allocation of SDBs with mutex Reservation of the PMU hardware is done at first event creation and is protected by a pair of mutexlock and mutexunlock. After reservation of the PMU hardware the...

0.00162EPSS
SaveExploits0References2
CVE
CVE
added 2024/12/28 9:46 a.m.94 views

CVE-2024-56706

CVE-2024-56706 – Linux kernel (s390/cpum_sf) : The issue was a race in memory allocation for Sample Data Blocks (SDBs) when installing PMU-related buffers. PMU hardware reservation is done at first event creation and is protected by mutex_lock/unlock. However, the memory for PMUs that the event u...

6.3CVSS6.5AI score0.00162EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder