Lucene search
+L

24097 matches found

SUSE CVE
SUSE CVE
•added 2024/10/22 2:49 a.m.•7 views

SUSE 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.5CVSS7.8AI score0.00219EPSS
SaveExploits0References17
Tenable Nessus
Tenable Nessus
•added 2024/10/22 12:0 a.m.•11 views

Debian dla-3933 : dmitry - security update

The remote Debian 11 host has a package installed that is affected by multiple vulnerabilities as referenced in the dla-3933 advisory. - ------------------------------------------------------------------------- Debian LTS Advisory DLA-3933-1 [email protected]...

9.8CVSS8.6AI score0.04987EPSS
SaveExploits6References8
RedhatCVE
RedhatCVE
•added 2024/10/21 11:7 p.m.•17 views

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

7.8CVSS7.8AI score0.00327EPSS
SaveExploits0References4
OSV
OSV
•added 2024/10/21 8:15 p.m.•3 views

DEBIAN-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.5CVSS5.7AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/21 8:15 p.m.•5 views

DEBIAN-CVE-2022-48946

In the Linux kernel, the following vulnerability has been resolved: udf: Fix preallocation discarding at indirect extent boundary When preallocation extent is the first one in the extent block, the code would corrupt extent tree header instead. Fix the problem and use udfdeleteaext for deleting...

5.5CVSS5.5AI score0.00254EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/21 8:15 p.m.•6 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.00219EPSS
SaveExploits0References19
OSV
OSV
•added 2024/10/21 6:15 p.m.•2 views

DEBIAN-CVE-2024-49895

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation This commit addresses a potential index out of bounds issue in the cm3helpertranslatecurvetodegammahwformat function in the DCN30 color...

7.8CVSS6.5AI score0.00272EPSS
SaveExploits0References1
NVD
NVD
•added 2024/10/21 6:15 p.m.•14 views

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

7.8CVSS0.00327EPSS
SaveExploits0References13
OSV
OSV
•added 2024/10/21 6:15 p.m.•10 views

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

7.8CVSS6.5AI score0.00327EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/21 6:15 p.m.•6 views

UBUNTU-CVE-2024-49969

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in DCN30 color transformation This commit addresses a potential index out of bounds issue in the cm3helpertranslatecurvetohwformat function in the DCN30 color management module. The issue...

7.8CVSS6.7AI score0.00272EPSS
SaveExploits0References32
Cvelist
Cvelist
•added 2024/10/21 6:2 p.m.•31 views

CVE-2024-49997 net: ethernet: lantiq_etop: fix memory disclosure

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: lantiqetop: fix memory disclosure When applying padding, the buffer is not zeroed, which results in memory disclosure. The mentioned data is observed on the wire. This patch uses skbputpadto to pad Ethernet frames...

0.01064EPSS
SaveExploits0References9
CVE
CVE
•added 2024/10/21 6:1 p.m.•143 views

CVE-2024-49895

Summary: CVE-2024-49895 affects the Linux kernel DRM/AMD display path for DCN30, where a degamma hardware-format translation could access transfer function points out of bounds. The root cause is an index variable ā€œiā€ that could exceed TRANSFER_FUNC_POINTS, leading to a potential buffer overflow ...

7.8CVSS7.5AI score0.00272EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
•added 2024/10/21 6:1 p.m.•22 views

CVE-2024-49895 drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation This commit addresses a potential index out of bounds issue in the cm3helpertranslatecurvetodegammahwformat function in the DCN30 color...

0.00272EPSS
SaveExploits0References7
CVE
CVE
•added 2024/10/21 6:1 p.m.•190 views

CVE-2024-49894

CVE-2024-49894 : Linux kernel DRM/AMD display degamma translation had an index-out-of-bounds in cm_helper_translate_curve_to_degamma_hw_format when i exceeded TRANSFER_FUNC_POINTS. A bounds check was added to ensure i stays within transfer function points; otherwise the function returns an error....

7.8CVSS7.5AI score0.00327EPSS
SaveExploits0References13Affected Software1
Vulnrichment
Vulnrichment
•added 2024/10/21 6:1 p.m.•10 views

CVE-2024-49894 drm/amd/display: Fix index out of bounds in degamma hardware format translation

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

7.4AI score0.00327EPSS
SaveExploits0References9
OSV
OSV
•added 2024/10/21 6:1 p.m.•14 views

CVE-2024-49894 drm/amd/display: Fix index out of bounds in degamma hardware format translation

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

7.1CVSS6.6AI score
SaveExploits0References16
CVE
CVE
•added 2024/10/21 12:14 p.m.•183 views

CVE-2024-47742

CVE-2024-47742 : Linux kernel firmware_loader path traversal vulnerability. Several code paths construct firmware filenames from device or userspace data (e.g., lpfc_sli4_request_firmware_update, nfp_net_fw_find, module_flash_fw_schedule). The issue arises when dynamic firmware names can include ...

7.8CVSS7.9AI score0.00289EPSS
SaveExploits0References11Affected Software1
GithubExploit
GithubExploit
•added 2024/10/21 10:27 a.m.•666 views

Exploit for Use of Externally-Controlled Format String in Fortinet Fortiproxy

CVE-2024-23113 The script is designed to detect CVE-2024-2311...

9.8CVSS9.9AI score0.61725EPSS
SaveExploits8
Positive Technologies
Positive Technologies
•added 2024/10/21 12:0 a.m.•15 views

PT-2024-33892

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue concerns a potential dereferencing of ERR PTR in the Linux kernel, specifically in the uvc v4l2.c file. This affects the find format by pix and uvc v4l2 enum format functions...

5.5CVSS5.5AI score0.00219EPSS
SaveExploits0
Fedora
Fedora
•added 2024/10/19 1:54 a.m.•15 views

[SECURITY] Fedora 40 Update: oath-toolkit-2.6.12-1.fc40

The OATH Toolkit provide components for building one-time password authentication systems. It contains shared libraries, command line tools and a PAM module. Supported technologies include the event-based HOTP algorithm RFC4226 and the time-based TOTP algorithm RFC6238. OATH stands for Open...

7.1CVSS7.8AI score0.00339EPSS
SaveExploits0
Rows per page
Query Builder