Lucene search
+L

18277 matches found

SUSE CVE
SUSE CVE
•added 2025/02/27 3:10 a.m.•12 views

SUSE CVE-2022-49201

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: fix race between xmit and reset There is a race between reset and the transmit paths that can lead to ibmvnicxmit accessing an scrq after it has been freed in the reset path. It can result in a crash like: Kernel attempt...

5.5CVSS7.4AI score0.00496EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
•added 2025/02/27 3:10 a.m.•8 views

SUSE CVE-2022-49203

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix double free during GPU reset on DC streams Why The issue only occurs during the GPU reset code path. We first backup the current state prior to commiting 0 streams internally from DM to DC. This state backup...

5.5CVSS6.9AI score0.00234EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2025/02/27 3:07 a.m.•7 views

SUSE CVE-2022-49396

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp: fix reset-controller leak on probe errors Make sure to release the lane reset controller in case of a late probe error e.g. probe deferral. Note that due to the reset controller being defined in devicetree in "lane...

5.5CVSS7.8AI score0.00269EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
•added 2025/02/27 3:05 a.m.•5 views

SUSE CVE-2022-49516

In the Linux kernel, the following vulnerability has been resolved: ice: always check VF VSI pointer values The icegetvfvsi function can return NULL in some cases, such as if handling messages during a reset where the VSI is being removed and recreated. Several places throughout the driver do not...

5.5CVSS6.7AI score0.0023EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
•added 2025/02/27 3:05 a.m.•8 views

SUSE CVE-2022-49539

In the Linux kernel, the following vulnerability has been resolved: rtw89: ser: fix CAM leaks occurring in L2 reset The CAM, meaning address CAM and bssid CAM here, will get leaks during SER system error recover L2 reset process and ieee80211restarthw which is called by L2 reset process eventuall...

3.3CVSS6.3AI score0.00222EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2025/02/27 3:04 a.m.•12 views

SUSE CVE-2022-49619

In the Linux kernel, the following vulnerability has been resolved: net: sfp: fix memory leak in sfpprobe sfpprobe allocates a memory chunk from sfp with sfpalloc. When devmaddaction fails, sfp is not freed, which leads to a memory leak. We should use devmaddactionorreset instead of devmaddaction...

3.3CVSS6.6AI score0.00266EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2025/02/27 3:02 a.m.•6 views

SUSE CVE-2022-49722

In the Linux kernel, the following vulnerability has been resolved: ice: Fix memory corruption in VF driver Disable VF's RX/TX queues, when it's disabled. VF can have queues enabled, when it requests a reset. If PF driver assumes that VF is disabled, while VF still has queues configured, VF may...

5.5CVSS6.5AI score0.00272EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
•added 2025/02/27 3:02 a.m.•9 views

SUSE CVE-2022-49725

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix call trace in setuptxdescriptors After PF reset and ethtool -t there was call trace in dmesg sometimes leading to panic. When there was some time, around 5 seconds, between reset and test there were no errors. Problem w...

5.5CVSS6.6AI score0.003EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
•added 2025/02/27 12:00 a.m.•10 views

PT-2025-20505

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free race bug exists in the Linux kernel, specifically in the drm/amdkfd component. This issue occurs when the HW scheduler hangs and a mode1 reset is used to recover the GPU...

7.8CVSS6.8AI score0.00255EPSS
SaveExploits0
CNNVD
CNNVD
•added 2025/02/27 12:00 a.m.•11 views

Linux kernel 安全漏洞

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 Linux kernel that stems from tracepoints not being properly disabled when the osnoise option is reset, which could lead to duplicate...

5.5CVSS6.2AI score0.00197EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
•added 2025/02/26 2:22 p.m.•18 views

CVE-2024-5174

A flaw in Gliffy results in broken authentication through the reset functionality of the application...

5.3CVSS6.6AI score0.00362EPSS
SaveExploits0References3
NVD
NVD
•added 2025/02/26 7:01 a.m.•17 views

CVE-2022-49725

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix call trace in setuptxdescriptors After PF reset and ethtool -t there was call trace in dmesg sometimes leading to panic. When there was some time, around 5 seconds, between reset and test there were no errors. Problem w...

7.8CVSS0.003EPSS
SaveExploits0References7
OSV
OSV
•added 2025/02/26 7:01 a.m.•5 views

DEBIAN-CVE-2022-49725

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix call trace in setuptxdescriptors After PF reset and ethtool -t there was call trace in dmesg sometimes leading to panic. When there was some time, around 5 seconds, between reset and test there were no errors. Problem w...

5.5CVSS5.4AI score0.003EPSS
SaveExploits0References1
OSV
OSV
•added 2025/02/26 7:01 a.m.•6 views

DEBIAN-CVE-2022-49722

In the Linux kernel, the following vulnerability has been resolved: ice: Fix memory corruption in VF driver Disable VF's RX/TX queues, when it's disabled. VF can have queues enabled, when it requests a reset. If PF driver assumes that VF is disabled, while VF still has queues configured, VF may...

7.8CVSS5.8AI score0.00272EPSS
SaveExploits0References1
OSV
OSV
•added 2025/02/26 7:01 a.m.•10 views

DEBIAN-CVE-2022-49539

In the Linux kernel, the following vulnerability has been resolved: rtw89: ser: fix CAM leaks occurring in L2 reset The CAM, meaning address CAM and bssid CAM here, will get leaks during SER system error recover L2 reset process and ieee80211restarthw which is called by L2 reset process eventuall...

5.5CVSS5.3AI score0.00222EPSS
SaveExploits0References1
NVD
NVD
•added 2025/02/26 7:01 a.m.•37 views

CVE-2022-49539

In the Linux kernel, the following vulnerability has been resolved: rtw89: ser: fix CAM leaks occurring in L2 reset The CAM, meaning address CAM and bssid CAM here, will get leaks during SER system error recover L2 reset process and ieee80211restarthw which is called by L2 reset process eventuall...

5.5CVSS0.00222EPSS
SaveExploits0References2
OSV
OSV
•added 2025/02/26 7:01 a.m.•12 views

DEBIAN-CVE-2022-49396

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp: fix reset-controller leak on probe errors Make sure to release the lane reset controller in case of a late probe error e.g. probe deferral. Note that due to the reset controller being defined in devicetree in "lane...

5.5CVSS5.6AI score0.00269EPSS
SaveExploits0References1
NVD
NVD
•added 2025/02/26 7:01 a.m.•26 views

CVE-2022-49396

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp: fix reset-controller leak on probe errors Make sure to release the lane reset controller in case of a late probe error e.g. probe deferral. Note that due to the reset controller being defined in devicetree in "lane...

5.5CVSS0.00269EPSS
SaveExploits0References8
OSV
OSV
•added 2025/02/26 7:01 a.m.•13 views

DEBIAN-CVE-2022-49387

In the Linux kernel, the following vulnerability has been resolved: watchdog: rzg2lwdt: Fix 32bit overflow issue The value of timercycleus can be 0 due to 32bit overflow. For eg:- If we assign the counter value "0xfff" for computing maxval. This patch fixes this issue by appending ULL to 1024, so...

5.5CVSS5.5AI score0.00258EPSS
SaveExploits0References1
OSV
OSV
•added 2025/02/26 7:01 a.m.•23 views

CVE-2022-49299

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.4AI score
SaveExploits0References1
Rows per page
Query Builder