254 matches found
CVE-2023-53558
In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Avoid prinfo with spin lock in cblistinitgeneric prinfo is called with rtp-cbsgbllock spin lock locked. Because prinfo calls printk that might sleep, this will result in BUG like below: 0.206455 cblistinitgeneric:...
SUSE CVE-2023-53267
In the Linux kernel, the following vulnerability has been resolved: driver: soc: xilinx: fix memory leak in xlnxaddcbfornotifyevent The kfree should be called when memory fails to be allocated for cbdata in xlnxaddcbfornotifyevent, otherwise there will be a memory leak, so add kfree to fix it...
DEBIAN-CVE-2023-53298
In the Linux kernel, the following vulnerability has been resolved: nfc: fix memory leak of seio context in nfcgenlseio The callback context for sending/receiving APDUs to/from the selected secure element is allocated inside nfcgenlseio and supposed to be eventually freed in seiocb callback...
CVE-2023-53298 nfc: fix memory leak of se_io context in nfc_genl_se_io
In the Linux kernel, the following vulnerability has been resolved: nfc: fix memory leak of seio context in nfcgenlseio The callback context for sending/receiving APDUs to/from the selected secure element is allocated inside nfcgenlseio and supposed to be eventually freed in seiocb callback...
CVE-2023-53298 nfc: fix memory leak of se_io context in nfc_genl_se_io
In the Linux kernel, the following vulnerability has been resolved: nfc: fix memory leak of seio context in nfcgenlseio The callback context for sending/receiving APDUs to/from the selected secure element is allocated inside nfcgenlseio and supposed to be eventually freed in seiocb callback...
CVE-2023-53267
The CVE-2023-53267 issue affects the Linux kernel driver for Xilinx SoC where memory allocated for cb_data in xlnx_add_cb_for_notify_event() could leak if kfree() is not invoked on allocation failure. The connected documents confirm a fix was applied to ensure kfree() is called to prevent leaks. ...
PT-2025-37872
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the xlnx add cb for notify event function within the Xilinx SoC driver. The kfree function was not called when memory allocation for cb data failed, leading to a...
Linux Distros Unpatched Vulnerability : CVE-2019-14468
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - GnuCOBOL 2.2 has a buffer overflow in cbpushop in cobc/field.c via crafted COBOL source code. CVE-2019-14468 Note that Nessus relies on the presence of the...
Malicious code in @zalastax/nolb-node-cb (npm)
The package @zalastax/nolb-node-cb was found to contain malicious code...
Malicious code in cb-iva-react-web-ui (npm)
The package cb-iva-react-web-ui was found to contain malicious code...
MAL-2025-16673 Malicious code in cb-components (npm)
The package cb-components was found to contain malicious code...
MAL-2025-12599 Malicious code in @zalastax/nolb-node-cb (npm)
The package @zalastax/nolb-node-cb was found to contain malicious code...
Malicious code in cb-serverless-plugins (npm)
The package cb-serverless-plugins was found to contain malicious code...
Malicious code in cb-components (npm)
The package cb-components was found to contain malicious code...
Malicious code in @zalastax/nolb-node-red-cb (npm)
The package @zalastax/nolb-node-red-cb was found to contain malicious code...
MAL-2025-12651 Malicious code in @zalastax/nolb-node-red-cb (npm)
The package @zalastax/nolb-node-red-cb was found to contain malicious code...
MAL-2025-16675 Malicious code in cb-serverless-plugins (npm)
The package cb-serverless-plugins was found to contain malicious code...
MAL-2025-16674 Malicious code in cb-iva-react-web-ui (npm)
The package cb-iva-react-web-ui was found to contain malicious code...
SUSE CVE-2022-50163
In the Linux kernel, the following vulnerability has been resolved: ax25: fix incorrect devtracker usage While investigating a separate rose issue 1, and enabling CONFIGNETDEVREFCNTTRACKER=y, Bernard reported an orthogonal ax25 issue 2 An ax25dev can be used by one or many struct ax25cb. We thus...
SUSE CVE-2025-38048
In the Linux kernel, the following vulnerability has been resolved: virtioring: Fix data race by tagging eventtriggered as racy for KCSAN syzbot reports a data-race when accessing the eventtriggered, here is the simplified stack when the issue occurred:...