Lucene search
+L

885 matches found

SUSE CVE
SUSE CVE
added 2025/04/04 2:58 a.m.6 views

SUSE CVE-2025-22001

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Fix integer overflow in qaicvalidatereq These are u64 variables that come from the user via qaicattachsliceboioctl. Use checkaddoverflow to ensure that the math doesn't have an integer wrapping bug...

6.6CVSS7.9AI score0.0019EPSS
SaveExploits0References15
OSV
OSV
added 2025/04/03 8:15 a.m.9 views

AZL-59870 CVE-2025-22001 affecting package kernel for versions less than 6.6.85.1-2

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Fix integer overflow in qaicvalidatereq These are u64 variables that come from the user via qaicattachsliceboioctl. Use checkaddoverflow to ensure that the math doesn't have an integer wrapping bug...

5.5CVSS6.7AI score0.0019EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/03 8:15 a.m.5 views

UBUNTU-CVE-2025-22001

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Fix integer overflow in qaicvalidatereq These are u64 variables that come from the user via qaicattachsliceboioctl. Use checkaddoverflow to ensure that the math doesn't have an integer wrapping bug...

7.8CVSS6.5AI score0.0019EPSS
SaveExploits0References25
Vulnrichment
Vulnrichment
added 2025/04/03 7:19 a.m.5 views

CVE-2025-22001 accel/qaic: Fix integer overflow in qaic_validate_req()

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Fix integer overflow in qaicvalidatereq These are u64 variables that come from the user via qaicattachsliceboioctl. Use checkaddoverflow to ensure that the math doesn't have an integer wrapping bug...

7.8CVSS7.7AI score0.0019EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/05 3:6 p.m.8 views

CVE-2025-23441

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in dkukral Attach Gallery Posts attach-gallery-posts allows Reflected XSS.This issue affects Attach Gallery Posts: from n/a through = 1.6...

7.1CVSS5.9AI score0.00288EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2022-49385

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - driver: base: fix UAF when driverattach failed When driverattachdrv %NASLMINLEVEL 80900 C Tenable, Inc. include'compat.inc'; if description scriptid225451;...

7.8CVSS6.4AI score0.00297EPSS
SaveExploits0References3
NVD
NVD
added 2025/03/03 2:15 p.m.8 views

CVE-2025-23441

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in dkukral Attach Gallery Posts attach-gallery-posts allows Reflected XSS.This issue affects Attach Gallery Posts: from n/a through = 1.6...

7.1CVSS0.00288EPSS
SaveExploits0References1
CVE
CVE
added 2025/03/03 1:30 p.m.57 views

CVE-2025-23441

The CVE-2025-23441 entry concerns the WordPress NotFound Attach Gallery Posts plugin (versions

7.1CVSS5.9AI score0.00288EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/03/03 1:30 p.m.19 views

CVE-2025-23441 WordPress Attach Gallery Posts plugin <= 1.6 - Reflected Cross Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in dkukral Attach Gallery Posts attach-gallery-posts allows Reflected XSS.This issue affects Attach Gallery Posts: from n/a through = 1.6...

7.1CVSS0.00288EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/03/03 12:0 a.m.7 views

WordPress plugin NotFound Attach Gallery Posts 跨站脚本漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation, a blogging platform developed in the PHP language. The platform supports personal blog sites on PHP and MySQL servers.WordPress plugin is an application plugin. A cross-site scripting vulnerability exists in WordPress...

7.1CVSS5.8AI score0.00288EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/02/27 3:8 a.m.7 views

SUSE CVE-2022-49371

In the Linux kernel, the following vulnerability has been resolved: driver core: fix deadlock in deviceattach In deviceattach function, The lock holding logic is as follows: ... deviceattach devicelockdev // get lock dev asyncscheduledevdeviceattachasynchelper, dev; // func asyncschedulenode...

5.5CVSS6.5AI score0.00214EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/02/27 3:7 a.m.3 views

SUSE CVE-2022-49385

In the Linux kernel, the following vulnerability has been resolved: driver: base: fix UAF when driverattach failed When driverattachdrv; failed, the driverprivate will be freed. But it has been added to the bus, which caused a UAF. To fix it, we need to delete it from the bus when failed...

5.5CVSS7.8AI score0.00297EPSS
SaveExploits0References10
OSV
OSV
added 2025/02/26 7:1 a.m.4 views

DEBIAN-CVE-2022-49385

In the Linux kernel, the following vulnerability has been resolved: driver: base: fix UAF when driverattach failed When driverattachdrv; failed, the driverprivate will be freed. But it has been added to the bus, which caused a UAF. To fix it, we need to delete it from the bus when failed...

7.8CVSS5.5AI score0.00297EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:1 a.m.10 views

CVE-2022-49385

In the Linux kernel, the following vulnerability has been resolved: driver: base: fix UAF when driverattach failed When driverattachdrv; failed, the driverprivate will be freed. But it has been added to the bus, which caused a UAF. To fix it, we need to delete it from the bus when failed...

7.8CVSS0.00297EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/26 7:1 a.m.1 views

DEBIAN-CVE-2022-49371

In the Linux kernel, the following vulnerability has been resolved: driver core: fix deadlock in deviceattach In deviceattach function, The lock holding logic is as follows: ... deviceattach devicelockdev // get lock dev asyncscheduledevdeviceattachasynchelper, dev; // func asyncschedulenode...

5.5CVSS5.6AI score0.00214EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:1 a.m.11 views

CVE-2022-49371

In the Linux kernel, the following vulnerability has been resolved: driver core: fix deadlock in deviceattach In deviceattach function, The lock holding logic is as follows: ... deviceattach devicelockdev // get lock dev asyncscheduledevdeviceattachasynchelper, dev; // func asyncschedulenode...

5.5CVSS0.00214EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/26 7:1 a.m.5 views

UBUNTU-CVE-2022-49385

In the Linux kernel, the following vulnerability has been resolved: driver: base: fix UAF when driverattach failed When driverattachdrv; failed, the driverprivate will be freed. But it has been added to the bus, which caused a UAF. To fix it, we need to delete it from the bus when failed...

7.8CVSS6.2AI score0.00297EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 7:1 a.m.11 views

UBUNTU-CVE-2022-49371

In the Linux kernel, the following vulnerability has been resolved: driver core: fix deadlock in deviceattach In deviceattach function, The lock holding logic is as follows: ... deviceattach devicelockdev // get lock dev asyncscheduledevdeviceattachasynchelper, dev; // func asyncschedulenode...

5.5CVSS6.3AI score0.00214EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/02/26 2:11 a.m.21 views

CVE-2022-49385 driver: base: fix UAF when driver_attach failed

In the Linux kernel, the following vulnerability has been resolved: driver: base: fix UAF when driverattach failed When driverattachdrv; failed, the driverprivate will be freed. But it has been added to the bus, which caused a UAF. To fix it, we need to delete it from the bus when failed...

7.8CVSS0.00297EPSS
SaveExploits0References6
CVE
CVE
added 2025/02/26 2:11 a.m.119 views

CVE-2022-49385

CVE-2022-49385 concerns a Linux kernel UAF in the driver_base path. When driver_attach(drv) fails, the code frees driver_private but had already been added to the bus, allowing a use-after-free condition. The documented fix is to ensure the object is removed from the bus on failure, preventing th...

7.8CVSS5.3AI score0.00297EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder