Lucene search
+L

48 matches found

ATTACKERKB
ATTACKERKB
added 2026/01/31 11:39 a.m.8 views

CVE-2026-23017

In the Linux kernel, the following vulnerability has been resolved: idpf: fix error handling in the inittask on load If the inittask fails during a driver load, we end up without vports and netdevs, effectively failing the entire process. In that state a subsequent reset will result in a crash as...

5.7AI score0.00137EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/01/31 11:39 a.m.52 views

CVE-2026-23017

CVE-2026-23017 affects the Linux kernel idpf driver. Root cause: if init_task fails during driver load, vports/netdevs are not created and a reset can crash while service/mailbox tasks run. Fix: in the init_task error path, disable service/mailbox tasks and stop PTP callbacks; ensures proper clea...

5.5CVSS5.7AI score0.00137EPSS
SaveExploits0References2Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/01/27 12:00 a.m.8 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-005112)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005112 advisory. In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: validate nvmelocalport correctly The driver load failed with error message, qla2xx...

7.5CVSS5.8AI score0.00885EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/24 1:16 p.m.11 views

CVE-2023-54144

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix kernel warning during topology setup This patch fixes the following kernel warning seen during driver load by correctly initializing the p2plink attr before creating the sysfs file: +0.002865 ------------ cut here...

0.00193EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 1:06 p.m.8 views

CVE-2023-54126 crypto: safexcel - Cleanup ring IRQ workqueues on load failure

In the Linux kernel, the following vulnerability has been resolved: crypto: safexcel - Cleanup ring IRQ workqueues on load failure A failure loading the safexcel driver results in the following warning on boot, because the IRQ affinity has not been correctly cleaned up. Ensure we clean up the...

6.1AI score
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.18 views

PT-2025-53046

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s RDMA/bnxt re component related to handling completions after queue pair QP destruction. Hardware may generate completions even after a QP is destroyed...

6.1AI score0.00195EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/10/05 2:56 a.m.12 views

SUSE CVE-2023-53563

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate-ut: Fix kernel panic when loading the driver After loading the amd-pstate-ut driver, amdpstateutcheckperf and amdpstateutcheckfreq use cpufreqcpuget to get the policy of the CPU and mark it as busy. In these...

5.5CVSS6.5AI score0.00145EPSS
SaveExploits0References15
Cvelist
Cvelist
added 2025/10/04 3:17 p.m.21 views

CVE-2023-53563 cpufreq: amd-pstate-ut: Fix kernel panic when loading the driver

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate-ut: Fix kernel panic when loading the driver After loading the amd-pstate-ut driver, amdpstateutcheckperf and amdpstateutcheckfreq use cpufreqcpuget to get the policy of the CPU and mark it as busy. In these...

0.00145EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/04 3:17 p.m.11 views

CVE-2023-53563 cpufreq: amd-pstate-ut: Fix kernel panic when loading the driver

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate-ut: Fix kernel panic when loading the driver After loading the amd-pstate-ut driver, amdpstateutcheckperf and amdpstateutcheckfreq use cpufreqcpuget to get the policy of the CPU and mark it as busy. In these...

6.5AI score
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:07 p.m.15 views

EUVD-2022-55416

Malicious code in bioql PyPI...

6.7AI score0.00183EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/10/01 11:30 p.m.6 views

SUSE CVE-2023-53470

In the Linux kernel, the following vulnerability has been resolved: ionic: catch failure from devlinkalloc Add a check for NULL on the alloc return. If devlinkalloc fails and we try to use devlinkpriv on the NULL return, the kernel gets very unhappy and panics. With this fix, the driver load will...

5.5CVSS6.2AI score0.00155EPSS
SaveExploits0References3
NVD
NVD
added 2025/10/01 12:15 p.m.14 views

CVE-2023-53470

In the Linux kernel, the following vulnerability has been resolved: ionic: catch failure from devlinkalloc Add a check for NULL on the alloc return. If devlinkalloc fails and we try to use devlinkpriv on the NULL return, the kernel gets very unhappy and panics. With this fix, the driver load will...

5.5CVSS0.00155EPSS
SaveExploits0References5
CVE
CVE
added 2025/10/01 11:42 a.m.41 views

CVE-2023-53470

CVE-2023-53470 – Linux kernel issue : The vulnerability arises from a missing NULL check after devlink_alloc(), risking kernel panic when devlink_priv() is called on a NULL result. A fix adds the NULL check; as a result, driver load may fail but the kernel will not panic. Documents show the issue...

5.5CVSS6AI score0.00155EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/10/01 11:42 a.m.9 views

CVE-2023-53470 ionic: catch failure from devlink_alloc

In the Linux kernel, the following vulnerability has been resolved: ionic: catch failure from devlinkalloc Add a check for NULL on the alloc return. If devlinkalloc fails and we try to use devlinkpriv on the NULL return, the kernel gets very unhappy and panics. With this fix, the driver load will...

7.4AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.17 views

CVE-2023-53470 ionic: catch failure from devlink_alloc

In the Linux kernel, the following vulnerability has been resolved: ionic: catch failure from devlinkalloc Add a check for NULL on the alloc return. If devlinkalloc fails and we try to use devlinkpriv on the NULL return, the kernel gets very unhappy and panics. With this fix, the driver load will...

0.00155EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/10/01 12:00 a.m.14 views

PT-2025-40177

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw where a failure from devlink alloc was not properly handled. Specifically, a check for a NULL return value from the devlink alloc function was missing. I...

6.5AI score0.00155EPSS
SaveExploits0References7
OSV
OSV
added 2025/06/18 11:15 a.m.17 views

DEBIAN-CVE-2022-50151

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: fix random warning message when driver load Warning log: 4.141392 Unexpected gfp: 0x4 GFPDMA32. Fixing up to gfp: 0xa20 GFPATOMIC. Fix your code! 4.150340 CPU: 1 PID: 175 Comm: 1-0050 Not tainted...

7.8CVSS5.2AI score0.00183EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.26 views

CVE-2022-50151 usb: cdns3: fix random warning message when driver load

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: fix random warning message when driver load Warning log: 4.141392 Unexpected gfp: 0x4 GFPDMA32. Fixing up to gfp: 0xa20 GFPATOMIC. Fix your code! 4.150340 CPU: 1 PID: 175 Comm: 1-0050 Not tainted...

0.00183EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/01/20 10:53 a.m.11 views

CVE-2025-21644

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix tlb invalidation when wedging If GuC fails to load, the driver wedges, but in the process it tries to do stuff that may not be initialized yet. This moves the xegttlbinvalidationinit to be done earlier: as its own doc...

4.4CVSS6.5AI score0.00216EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/08/22 3:29 a.m.15 views

SUSE CVE-2022-48868

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Let probe fail when workqueue cannot be enabled The workqueue is enabled when the appropriate driver is loaded and disabled when the driver is removed. When the driver is removed it assumes that the workqueue was...

5.5CVSS6.1AI score0.00239EPSS
SaveExploits0References8
Rows per page
Query Builder