207 matches found
CVE-2023-53792
CVE-2023-53792 is a Linux kernel vulnerability affecting nvme-core where a memory leak occurs in dhchap_ctrl_secret if nvme_auth_generate_key() returns an error. The fix frees the dhchap_secret in nvme_ctrl_dhchap_ctrl_secret_store() before returning. This is documented in the provided sources as...
PT-2025-49652
Name of the Vulnerable Software and Affected Versions Linux Kernel affected versions not specified Description A memory leak was identified in the nvme-core component of the Linux kernel, specifically within the dhchap ctrl secret store function. The issue occurs when nvme auth generate key retur...
Unity Linux 20.1070a Security Update: kernel (UTSA-2025-990235)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990235 advisory. In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a possible leak when destroy a ctrl during qp establishment In nvmetsqdestroy we captu...
Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989356)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989356 advisory. In the Linux kernel, the following vulnerability has been resolved: nvme: fix a possible use-after-free in controller reset during load Unlike .queuerq, in...
Unity Linux 20.1070e Security Update: kernel (UTSA-2025-990028)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990028 advisory. In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a possible leak when destroy a ctrl during qp establishment In nvmetsqdestroy we captu...
Unity Linux 20.1070e Security Update: kernel (UTSA-2025-990041)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990041 advisory. In the Linux kernel, the following vulnerability has been resolved: nvme-fc: do not wait in vain when unloading module The module exit path has race between deleting...
CVE-2025-11844
Hugging Face Smolagents 1.20.0 has an XPath injection in search_item_ctrl_f (vision_web_browser.py) where user input is concatenated into XPath queries without sanitization, allowing attackers to modify query logic, bypass filters, and access unintended DOM elements, potentially disrupting AI web...
EUVD-2007-0359
Malware in sbrugna...
EUVD-2002-0265
Malware in sbrugna...
EUVD-2002-2271
Malware in sbrugna...
CVE-2023-53578
In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Fix an uninit variable access bug in qrtrtxresume Syzbot reported a bug as following: ===================================================== BUG: KMSAN: uninit-value in qrtrtxresume+0x185/0x1f0 net/qrtr/afqrtr.c:230...
EUVD-2024-53280
Malicious code in bioql PyPI...
EUVD-2024-51806
Malicious code in bioql PyPI...
EUVD-2023-44885
Malicious code in bioql PyPI...
DEBIAN-CVE-2023-53349
In the Linux kernel, the following vulnerability has been resolved: media: ov2740: Fix memleak in ov2740initcontrols There is a kmemleak when testing the media/i2c/ov2740.c with bpf mock device: unreferenced object 0xffff8881090e19e0 size 16: comm "51-i2c-ov2740", pid 278, jiffies 4294781584 age...
UBUNTU-CVE-2023-53349
In the Linux kernel, the following vulnerability has been resolved: media: ov2740: Fix memleak in ov2740initcontrols There is a kmemleak when testing the media/i2c/ov2740.c with bpf mock device: unreferenced object 0xffff8881090e19e0 size 16: comm "51-i2c-ov2740", pid 278, jiffies 4294781584 age...
CVE-2023-53349 media: ov2740: Fix memleak in ov2740_init_controls()
In the Linux kernel, the following vulnerability has been resolved: media: ov2740: Fix memleak in ov2740initcontrols There is a kmemleak when testing the media/i2c/ov2740.c with bpf mock device: unreferenced object 0xffff8881090e19e0 size 16: comm "51-i2c-ov2740", pid 278, jiffies 4294781584 age...
PT-2025-38199
Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A kernel memory leak kmemleak exists in the ov2740 init controls function within the media/i2c/ov2740.c file. This leak occurs when testing with a bpf mock device, specifically due to...
UBUNTU-CVE-2023-53300
In the Linux kernel, the following vulnerability has been resolved: media: hi846: Fix memleak in hi846initcontrols hi846initcontrols doesn't clean the allocated ctrlhdlr in case there is a failure, which causes memleak. Add v4l2ctrlhandlerfree to free the resource properly...
CVE-2023-53300
The CVE-2023-53300 issue is in the Linux kernel media hi846 driver: hi846_init_controls allocated a ctrl_hdlr but failed to free it on error, causing a memory leak. The fix adds v4l2_ctrl_handler_free to properly release the allocated resources when initialization fails. Affected area: kernel med...