Lucene search
+L

3487 matches found

CVE
CVE
added 2025/02/26 4:56 p.m.292 views

CVE-2025-1634

CVE-2025-1634 affects the quarkus-resteasy extension; memory leaks occur when client requests have low timeouts, where a buffer is not released on timeout, causing increased memory usage and potentially OutOfMemoryError. Public details in IBM bulletins confirm the issue and provide remediation gu...

7.5CVSS7.6AI score0.00791EPSS
SaveExploits0References10
OSV
OSV
added 2025/02/26 7:01 a.m.11 views

DEBIAN-CVE-2022-49331

In the Linux kernel, the following vulnerability has been resolved: nfc: st21nfca: fix memory leaks in EVTTRANSACTION handling Error paths do not free previously allocated memory. Add devmkfree to those failure paths...

5.5CVSS5.5AI score0.00266EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:01 a.m.22 views

CVE-2022-49331

In the Linux kernel, the following vulnerability has been resolved: nfc: st21nfca: fix memory leaks in EVTTRANSACTION handling Error paths do not free previously allocated memory. Add devmkfree to those failure paths...

5.5CVSS0.00266EPSS
SaveExploits0References9
NVD
NVD
added 2025/02/26 7:00 a.m.19 views

CVE-2022-49126

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix memory leaks Fix memory leaks related to operational reply queue's memory segments which are not getting freed while unloading the driver...

5.5CVSS0.00252EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 7:00 a.m.5 views

DEBIAN-CVE-2022-49126

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix memory leaks Fix memory leaks related to operational reply queue's memory segments which are not getting freed while unloading the driver...

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

CVE-2022-49108

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: Fix memory leaks on probe Handle the error branches to free memory where required. Addresses-Coverity-ID: 1491825 "Resource leak"...

5.5CVSS0.00263EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/26 7:00 a.m.14 views

UBUNTU-CVE-2022-49116

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: use memset avoid memory leaks Use memset to initialize structs to prevent memory leaks in l2capecredconnect...

5.5CVSS6.1AI score0.00252EPSS
SaveExploits0References8
NVD
NVD
added 2025/02/26 6:37 a.m.14 views

CVE-2021-47660

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix some memory leaks in an error handling path of 'logreplay' All error handling paths lead to 'out' where many resources are freed. Do it as well here instead of a direct return, otherwise 'log', 'ra' and...

5.5CVSS0.00241EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 6:37 a.m.14 views

CVE-2021-47660

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix some memory leaks in an error handling path of 'logreplay' All error handling paths lead to 'out' where many resources are freed. Do it as well here instead of a direct return, otherwise 'log', 'ra' and...

5.5CVSS6.7AI score
SaveExploits0References4
OSV
OSV
added 2025/02/26 6:37 a.m.6 views

UBUNTU-CVE-2021-47660

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix some memory leaks in an error handling path of 'logreplay' All error handling paths lead to 'out' where many resources are freed. Do it as well here instead of a direct return, otherwise 'log', 'ra' and...

5.5CVSS5.9AI score0.00241EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/02/26 2:11 a.m.22 views

CVE-2022-49366 ksmbd: fix reference count leak in smb_check_perm_dacl()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix reference count leak in smbcheckpermdacl The issue happens in a specific path in smbcheckpermdacl. When "id" and "uid" have the same value, the function simply jumps out of the loop without decrementing the reference...

0.00256EPSS
SaveExploits0References4
CVE
CVE
added 2025/02/26 2:11 a.m.114 views

CVE-2022-49366

CVE-2022-49366 affects ksmbd in the Linux kernel. The vulnerability arises in smb_check_perm_dacl() when id and uid have the same value, causing a path to exit the loop without decrementing the reference count of the posix_acls object (increased by get_acl()), which may lead to memory leaks. The ...

5.5CVSS5.3AI score0.00256EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/02/26 2:10 a.m.110 views

CVE-2022-49331

In the Linux kernel, the nfc: st21nfca driver was fixed to address memory leaks in EVT_TRANSACTION handling. The error paths did not free previously allocated memory, and the patch adds devm_kfree() to those failure paths to prevent leaks. The CVE entry CVE-2022-49331 reflects this fix. The avail...

5.5CVSS6.6AI score0.00266EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2025/02/26 2:10 a.m.9 views

CVE-2022-49331 nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling

In the Linux kernel, the following vulnerability has been resolved: nfc: st21nfca: fix memory leaks in EVTTRANSACTION handling Error paths do not free previously allocated memory. Add devmkfree to those failure paths...

6.3AI score0.00266EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/02/26 2:10 a.m.21 views

CVE-2022-49331 nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling

In the Linux kernel, the following vulnerability has been resolved: nfc: st21nfca: fix memory leaks in EVTTRANSACTION handling Error paths do not free previously allocated memory. Add devmkfree to those failure paths...

0.00266EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/02/26 2:10 a.m.34 views

CVE-2022-49331

In the Linux kernel, the following vulnerability has been resolved: nfc: st21nfca: fix memory leaks in EVTTRANSACTION handling Error paths do not free previously allocated memory. Add devmkfree to those failure paths...

5.5CVSS5.5AI score0.00266EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 2:10 a.m.13 views

CVE-2022-49331 nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling

In the Linux kernel, the following vulnerability has been resolved: nfc: st21nfca: fix memory leaks in EVTTRANSACTION handling Error paths do not free previously allocated memory. Add devmkfree to those failure paths...

5.5CVSS5.3AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/02/26 2:05 a.m.28 views

CVE-2021-47660 fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix some memory leaks in an error handling path of 'logreplay' All error handling paths lead to 'out' where many resources are freed. Do it as well here instead of a direct return, otherwise 'log', 'ra' and...

0.00241EPSS
SaveExploits0References4
CVE
CVE
added 2025/02/26 2:05 a.m.86 views

CVE-2021-47660

CVE-2021-47660 is addressed by a Linux kernel fix in the ntfs3 filesystem code. The patch resolves memory leaks in an error-handling path of log_replay(), ensuring that on all error paths the allocated resources are released via the existing out path instead of leaking through returns. The descri...

5.5CVSS5.3AI score0.00241EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2025/02/26 2:05 a.m.6 views

CVE-2021-47660 fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix some memory leaks in an error handling path of 'logreplay' All error handling paths lead to 'out' where many resources are freed. Do it as well here instead of a direct return, otherwise 'log', 'ra' and...

5.8AI score0.00241EPSS
SaveExploits0References4
Rows per page
Query Builder