Lucene search
+L

491 matches found

OSV
OSV
added 2024/04/28 1:15 p.m.4 views

DEBIAN-CVE-2022-48652

In the Linux kernel, the following vulnerability has been resolved: ice: Fix crash by keep old cfg when update TCs more than queues There are problems if allocated queues less than Traffic Classes. Commit a632b2a4c920 "ice: ethtool: Prohibit improper channel config for DCB" already disallow setti...

5.5CVSS5.4AI score0.00197EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/04/28 1:0 p.m.59 views

CVE-2022-48652

In the Linux kernel, the following vulnerability has been resolved: ice: Fix crash by keep old cfg when update TCs more than queues There are problems if allocated queues less than Traffic Classes. Commit a632b2a4c920 "ice: ethtool: Prohibit improper channel config for DCB" already disallow setti...

5.5CVSS7.6AI score0.00197EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/28 1:0 p.m.30 views

CVE-2022-48652 ice: Fix crash by keep old cfg when update TCs more than queues

In the Linux kernel, the following vulnerability has been resolved: ice: Fix crash by keep old cfg when update TCs more than queues There are problems if allocated queues less than Traffic Classes. Commit a632b2a4c920 "ice: ethtool: Prohibit improper channel config for DCB" already disallow setti...

6.8AI score0.00197EPSS
SaveExploits0References2
CVE
CVE
added 2024/04/28 1:0 p.m.97 views

CVE-2022-48652

In CVE-2022-48652, the Linux kernel ICE driver fixes a crash when TC/channels are updated beyond allocated queues. The issue occurred when less queues were configured than TCs and later more TCs were added (e.g., via LLDP), leaving dirty num_txq/rxq and tc_cfg in the VSI and risking invalid point...

5.5CVSS6.6AI score0.00197EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2024/04/02 11:40 p.m.24 views

CVE-2024-26662

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix 'panelcntl' could be null in 'dcn21setbacklightlevel' 'panelcntl' structure used to control the display panel could be null, dereferencing it could lead to a null pointer access. Fixes the below:...

4.4CVSS6.8AI score0.00225EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/02 7:15 a.m.33 views

CVE-2024-26662

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix 'panelcntl' could be null in 'dcn21setbacklightlevel' 'panelcntl' structure used to control the display panel could be null, dereferencing it could lead to a null pointer access. Fixes the below:...

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0References11
OSV
OSV
added 2024/04/02 7:15 a.m.6 views

UBUNTU-CVE-2024-26662

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix 'panelcntl' could be null in 'dcn21setbacklightlevel' 'panelcntl' structure used to control the display panel could be null, dereferencing it could lead to a null pointer access. Fixes the below:...

5.5CVSS6.1AI score0.00225EPSS
SaveExploits0References11
CVE
CVE
added 2024/04/02 6:22 a.m.164 views

CVE-2024-26662

The CVE CVE-2024-26662 affects the Linux kernel DRM/AMD display path. A null pointer dereference could occur in dcn21_set_backlight_level() when panel_cntl is NULL, potentially crashing the GPU/display path. The fix introduces a null-check for panel_cntl before dereferencing and updates dcn21_hws...

5.5CVSS5.9AI score0.00225EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/04/02 6:22 a.m.44 views

CVE-2024-26662 drm/amd/display: Fix 'panel_cntl' could be null in 'dcn21_set_backlight_level()'

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix 'panelcntl' could be null in 'dcn21setbacklightlevel' 'panelcntl' structure used to control the display panel could be null, dereferencing it could lead to a null pointer access. Fixes the below:...

6.6AI score0.00225EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/04/02 6:22 a.m.34 views

CVE-2024-26662

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix 'panelcntl' could be null in 'dcn21setbacklightlevel' 'panelcntl' structure used to control the display panel could be null, dereferencing it could lead to a null pointer access. Fixes the below:...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0
CNVD
CNVD
added 2024/03/27 12:0 a.m.10 views

Rockwell Automation Arena Simulation Software Uninitialized Pointer Access Vulnerability

Rockwell Automation Arena Simulation Software is a suite of simulation software from Rockwell Automation that provides 3D animation and graphics capabilities. An uninitialized pointer access vulnerability exists in Rockwell Automation Arena Simulation Software, which can be exploited by an attack...

7.8CVSS6.8AI score0.00291EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/03/18 1:52 p.m.23 views

CVE-2023-52616

A vulnerability was found in the crypto: lib/mpi component of the Linux kernel, where the initialization of the mpiecctx structure caused crashes due to uncleared fields. This issue occurs when the structure is referenced after being released. It typically triggers during specific calculations,...

5.5CVSS7.3AI score0.0023EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/03/18 10:14 a.m.29 views

CVE-2023-52616 crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init

In the Linux kernel, the following vulnerability has been resolved: crypto: lib/mpi - Fix unexpected pointer access in mpiecinit When the mpiecctx structure is initialized, some fields are not cleared, causing a crash when referencing the field when the structure was released. Initially, this iss...

7.6AI score0.0023EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/18 10:14 a.m.8 views

CVE-2023-52616 crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init

In the Linux kernel, the following vulnerability has been resolved: crypto: lib/mpi - Fix unexpected pointer access in mpiecinit When the mpiecctx structure is initialized, some fields are not cleared, causing a crash when referencing the field when the structure was released. Initially, this iss...

5.5CVSS5.9AI score0.0023EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2024/03/18 12:0 a.m.3 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an unexpected pointer access problem with mpiecinit...

5.5CVSS4.6AI score0.0023EPSS
SaveExploits0References9
NVD
NVD
added 2024/02/13 9:15 a.m.24 views

CVE-2024-24925

A vulnerability has been identified in Simcenter Femap All versions V2306.0000. The affected application is vulnerable to uninitialized pointer access while parsing specially crafted Catia MODEL files. An attacker could leverage this vulnerability to execute code in the context of the current...

7.8CVSS7.6AI score0.0031EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/13 9:15 a.m.6 views

CVE-2024-24925

A vulnerability has been identified in Simcenter Femap All versions V2306.0000. The affected application is vulnerable to uninitialized pointer access while parsing specially crafted Catia MODEL files. An attacker could leverage this vulnerability to execute code in the context of the current...

7.8CVSS5.9AI score0.0031EPSS
SaveExploits0References1
Prion
Prion
added 2024/02/13 9:15 a.m.26 views

Design/Logic Flaw

A vulnerability has been identified in Simcenter Femap All versions V2306.0000. The affected application is vulnerable to uninitialized pointer access while parsing specially crafted Catia MODEL files. An attacker could leverage this vulnerability to execute code in the context of the current...

4.4CVSS7.2AI score0.0031EPSS
SaveExploits0References1
CVE
CVE
added 2024/02/13 9:0 a.m.83 views

CVE-2024-24925

CVE-2024-24925 affects Siemens Simcenter Femap (all versions prior to V2306.0000). The vulnerability is an uninitialized pointer access while parsing specially crafted Catia MODEL files, which could allow code execution in the context of the current process. Multiple sources corroborate the issue...

7.8CVSS7.5AI score0.0031EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2024/02/13 9:0 a.m.30 views

CVE-2024-24925

A vulnerability has been identified in Simcenter Femap All versions V2306.0000. The affected application is vulnerable to uninitialized pointer access while parsing specially crafted Catia MODEL files. An attacker could leverage this vulnerability to execute code in the context of the current...

7.8CVSS7.7AI score0.0031EPSS
SaveExploits0References1
Rows per page
Query Builder