Lucene search
+L

222 matches found

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

UBUNTU-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.5CVSS6.5AI score0.00205EPSS
SaveExploits0References19
OSV
OSV
added 2024/12/24 11:28 a.m.11 views

CVE-2024-53151 svcrdma: Address an integer overflow

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Address an integer overflow Dan Carpenter reports: Commit 78147ca8b4a9 "svcrdma: Add a "parsed chunk list" data structure" from Jun 22, 2020 linux-next, leads to the following Smatch static checker warning:...

5.5CVSS6.3AI score0.00272EPSS
SaveExploits0References10
AstraLinux
AstraLinux
added 2024/11/23 3:4 a.m.3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: drm/amd/display: Fixed a potential index out of bounds issue in the color transformation function. The issue could occur when the index ‘i’ exceeds the number of transfer function points TRANSFERFUNCPOINTS. The fix includes a...

7.8CVSS6.5AI score0.00297EPSS
SaveExploits0References3
CVE
CVE
added 2024/11/19 5:22 p.m.164 views

CVE-2024-53061

CVE-2024-53061 affects the Linux kernel media: s5p-jpeg path, where the current logic allowed a word to be less than 2, risking buffer overflows. The fix adds extra checks to prevent small-word underflow and buffer overflows, as reported by the patch notes. Additionally, an unused assignment (wor...

7.8CVSS7.3AI score0.00305EPSS
SaveExploits0References10Affected Software1
SUSE CVE
SUSE CVE
added 2024/11/19 3:49 a.m.3 views

SUSE CVE-2024-50289

In the Linux kernel, the following vulnerability has been resolved: media: av7110: fix a spectre vulnerability As warned by smatch: drivers/staging/media/av7110/av7110ca.c:270 dvbcaioctl warn: potential spectre issue 'av7110-cislot' w local cap There is a spectre-related vulnerability at the code...

5.5CVSS7.7AI score0.00177EPSS
SaveExploits0References18
OSV
OSV
added 2024/11/19 2:16 a.m.10 views

UBUNTU-CVE-2024-50289

In the Linux kernel, the following vulnerability has been resolved: media: av7110: fix a spectre vulnerability As warned by smatch: drivers/staging/media/av7110/av7110ca.c:270 dvbcaioctl warn: potential spectre issue 'av7110-cislot' w local cap There is a spectre-related vulnerability at the code...

5.5CVSS6.6AI score0.00177EPSS
SaveExploits0References17
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.7 views

kernel: Bluetooth: ISO: Check socket flag instead of hcon

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Check socket flag instead of hcon This fixes the following Smatch static checker warning: net/bluetooth/iso.c:1364 isosockrecvmsg error: we previously assumed 'pi-conn-hcon' could be null line 1359...

5.5CVSS6.8AI score0.00225EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:0 a.m.6 views

media: mediatek: vcodec: Fix H264 multi stateless decoder smatch warning

...

5.5CVSS6.9AI score0.00208EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:0 a.m.6 views

media: mediatek: vcodec: Fix H264 stateless decoder smatch warning

...

5.5CVSS6.9AI score0.00208EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:0 a.m.6 views

media: mediatek: vcodec: Fix VP8 stateless decoder smatch warning

...

5.5CVSS6.9AI score0.00207EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/10/26 3:2 a.m.4 views

SUSE CVE-2024-49894

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in degamma hardware format translation Fixes index out of bounds issue in cmhelpertranslatecurvetodegammahwformat function. The issue could occur when the index 'i' exceeds the number of...

6.6CVSS6.7AI score0.00327EPSS
SaveExploits0References20
RedhatCVE
RedhatCVE
added 2024/10/22 5:11 p.m.14 views

CVE-2024-49916

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for clkmgr and clkmgr-funcs in dcn401inithw This commit addresses a potential null pointer dereference issue in the dcn401inithw function. The issue could occur when dc-clkmgr or dc-clkmgr-funcs is...

5.5CVSS6.9AI score0.00206EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 2:9 p.m.13 views

CVE-2024-49918

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for headpipe in dcn32acquireidlepipeforheadpipeinlayer This commit addresses a potential null pointer dereference issue in the dcn32acquireidlepipeforheadpipeinlayer function. The issue could occur...

5.5CVSS6.9AI score0.00235EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 12:11 p.m.11 views

CVE-2024-49912

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Handle null 'streamstatus' in 'planeschangedforexistingstream' This commit adds a null check for 'streamstatus' in the function 'planeschangedforexistingstream'. Previously, the code assumed 'streamstatus' could ...

5.5CVSS7AI score0.00237EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 8:15 p.m.4 views

UBUNTU-CVE-2024-50056

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix ERRPTR dereference in uvcv4l2.c Fix potential dereferencing of ERRPTR in findformatbypix and uvcv4l2enumformat. Fix the following smatch errors: drivers/usb/gadget/function/uvcv4l2.c:124 findformatbypix erro...

5.5CVSS6.2AI score0.00218EPSS
SaveExploits0References19
CVE
CVE
added 2024/10/21 7:39 p.m.157 views

CVE-2024-50056

CVE-2024-50056 pertains to the Linux kernel USB gadget UVC driver. The description documents a fix for an ERR_PTR dereference in uvc_v4l2.c, specifically preventing potential dereferencing of ERR_PTR() in find_format_by_pix() and uvc_v4l2_enum_format(). A related related issue is also addressed i...

5.5CVSS5.3AI score0.00218EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/10/21 6:15 p.m.6 views

AZL-51503 CVE-2024-49919 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for headpipe in dcn201acquirefreepipeforlayer This commit addresses a potential null pointer dereference issue in the dcn201acquirefreepipeforlayer function. The issue could occur when headpipe is...

5.5CVSS6.3AI score0.00235EPSS
SaveExploits0References1
Rows per page
Query Builder