Lucene search
+L

75 matches found

BDU FSTEC
BDU FSTEC
added 2026/04/02 12:00 a.m.13 views

The vulnerability of the fw_dev_release() function in the drivers/base/firmware_loader/sysfs.c module of the Linux kernel’s device drivers allows a hacker to trigger a service failure.

The vulnerability of the fwdevrelease function in the drivers/base/firmwareloader/sysfs.c file of the Linux kernel’s device drivers relates to improper memory release memory leak. Exploiting this vulnerability could allow a remote attacker to cause service interruptions...

5.7CVSS6.4AI score0.00195EPSS
SaveExploits0References7Affected Software2
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2022-55231

Malicious code in bioql PyPI...

7.1AI score0.00195EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2024-51874

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.00221EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.17 views

EUVD-2022-55233

Malicious code in bioql PyPI...

6.8AI score0.00224EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/08 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-49949

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: firmwareloader: Fix memory leak in firmware upload In the case of firmware-upload, an instan...

5.5CVSS5.4AI score0.00195EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/08 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2022-49951

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: firmwareloader: Fix use-after-free during unregister In the following code within...

7.8CVSS5.4AI score0.00224EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/06/19 3:45 a.m.8 views

SUSE CVE-2022-49951

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: Fix use-after-free during unregister In the following code within firmwareuploadunregister, the call to deviceunregister could result in the devrelease function freeing the fwuploadpriv structure before it is...

5.5CVSS6AI score0.00224EPSS
SaveExploits0References6
OSV
OSV
added 2025/06/18 11:15 a.m.6 views

DEBIAN-CVE-2022-49951

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: Fix use-after-free during unregister In the following code within firmwareuploadunregister, the call to deviceunregister could result in the devrelease function freeing the fwuploadpriv structure before it is...

7.8CVSS5.3AI score0.00224EPSS
SaveExploits0References1
NVD
NVD
added 2025/06/18 11:15 a.m.13 views

CVE-2022-49951

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: Fix use-after-free during unregister In the following code within firmwareuploadunregister, the call to deviceunregister could result in the devrelease function freeing the fwuploadpriv structure before it is...

7.8CVSS0.00224EPSS
SaveExploits0References2
OSV
OSV
added 2025/06/18 11:15 a.m.10 views

DEBIAN-CVE-2022-49949

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: Fix memory leak in firmware upload In the case of firmware-upload, an instance of struct fwupload is allocated in firmwareuploadregister. This data needs to be freed in fwdevrelease. Create a new fwuploadfree...

5.5CVSS5.3AI score0.00195EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.9 views

UBUNTU-CVE-2022-49949

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: Fix memory leak in firmware upload In the case of firmware-upload, an instance of struct fwupload is allocated in firmwareuploadregister. This data needs to be freed in fwdevrelease. Create a new fwuploadfree...

5.5CVSS6AI score0.00195EPSS
SaveExploits0References4
CVE
CVE
added 2025/06/18 11:00 a.m.129 views

CVE-2022-49951

CVE-2022-49951 concerns the Linux kernel firmware_loader use-after-free during unregister. In firmware_upload_unregister(), device_unregister() could free fw_upload_priv via dev_release before module_put() dereferences it. The documented fix copies fw_upload_priv->module to a local variable an...

7.8CVSS6.4AI score0.00224EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:00 a.m.24 views

CVE-2022-49951 firmware_loader: Fix use-after-free during unregister

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: Fix use-after-free during unregister In the following code within firmwareuploadunregister, the call to deviceunregister could result in the devrelease function freeing the fwuploadpriv structure before it is...

0.00224EPSS
SaveExploits0References2
OSV
OSV
added 2025/06/18 11:00 a.m.12 views

CVE-2022-49951 firmware_loader: Fix use-after-free during unregister

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: Fix use-after-free during unregister In the following code within firmwareuploadunregister, the call to deviceunregister could result in the devrelease function freeing the fwuploadpriv structure before it is...

5.6AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/06/18 11:00 a.m.16 views

CVE-2022-49951

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: Fix use-after-free during unregister In the following code within firmwareuploadunregister, the call to deviceunregister could result in the devrelease function freeing the fwuploadpriv structure before it is...

7.8CVSS5.3AI score0.00224EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 11:00 a.m.14 views

CVE-2022-49949

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: Fix memory leak in firmware upload In the case of firmware-upload, an instance of struct fwupload is allocated in firmwareuploadregister. This data needs to be freed in fwdevrelease. Create a new fwuploadfree...

5.5CVSS5.3AI score0.00195EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/06/18 12:00 a.m.13 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, which stems from a post-release reuse issue with firmwareloader on logout...

7.8CVSS6.1AI score0.00224EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/06/18 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 firmwareloader not freeing memory during upload, which could lead to a memory leak...

5.5CVSS6.3AI score0.00195EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.6 views

Astra Linux – Vulnerability in edk2

EDK2 contains a vulnerability in the PeCoffLoaderRelocateImage function. An attacker may cause memory corruption due to an overflow through an adjacent network. Successful exploitation of this vulnerability could result in a loss of confidentiality, integrity, and/or availability...

5.9CVSS6.6AI score0.0037EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2025/03/24 12:00 a.m.9 views

The vulnerability of the _request_firmware() function in the drivers/base/firmware_loader/main.c kernel of the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the requestfirmware function in the drivers/base/firmwareloader/main.c kernel of the Linux operating system is related to an incorrect limitation on the path name to the restricted-access directory. Exploiting this vulnerability could allow an attacker to compromise the...

7.8CVSS7.3AI score0.00289EPSS
SaveExploits0References30Affected Software7
Rows per page
Query Builder