568 matches found
EUVD-2022-54963
Malicious code in bioql PyPI...
EUVD-2022-42591
Malicious code in bioql PyPI...
EUVD-2024-53764
Malicious code in bioql PyPI...
EUVD-2023-35615
Malicious code in bioql PyPI...
EUVD-2024-53428
Malicious code in bioql PyPI...
EUVD-2025-12908
Malicious code in bioql PyPI...
EUVD-2022-30150
Malicious code in bioql PyPI...
EUVD-2025-13207
Malicious code in bioql PyPI...
EUVD-2025-20983
Malicious code in bioql PyPI...
EUVD-2025-6214
Malicious code in bioql PyPI...
EUVD-2025-22673
Malicious code in bioql PyPI...
EUVD-2023-29470
Malicious code in bioql PyPI...
EUVD-2024-51886
Malicious code in bioql PyPI...
CVE-2023-53524
CVE-2023-53524 involves an integer overflow in the Linux kernel’s iwl_write_to_user_buf() used by iwl_dbgfs_monitor_data_read() in iwlwifi PCIe. The bug computes buf_size_left from count and *bytes_copied, then reduces it and may pass a negative value to copy_to_user, causing a heap overflow. It ...
The vulnerability of the hw/pci/pcie_sriov.c component of the QEMU hardware emulation software allows a hacker to execute arbitrary code.
The vulnerability of the hw/pci/pciesriov.c component of the QEMU hardware emulation software is related to the unsafe external control of critical data states. Exploiting this vulnerability could allow a remote attacker to execute arbitrary code...
CVE-2023-53446
In the Linux kernel, the following vulnerability has been resolved: PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free Struct pcielinkstate-downstream is a pointer to the pcidev of function 0. Previously we retained that pointer when removing function 0, and subsequent ASPM...
CVE-2023-53446
In the Linux kernel, the following vulnerability has been resolved: PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free Struct pcielinkstate-downstream is a pointer to the pcidev of function 0. Previously we retained that pointer when removing function 0, and subsequent ASPM...
CVE-2023-53363
Conclusive details show CVE-2023-53363 is a Linux kernel PCI subsystem use-after-free in pci_bus_release_domain_nr() caused by the sequence in bus removal: pci_remove_root_bus()/pci_remove_bus frees the pci_bus struct, then pci_bus_release_domain_nr() dereferences it. Root cause: after Commit c14...
CVE-2023-53363
In the Linux kernel, the following vulnerability has been resolved: PCI: Fix use-after-free in pcibusreleasedomainnr Commit c14f7ccc9f5d "PCI: Assign PCI domain IDs by idaalloc" introduced a use-after-free bug in the bus removal cleanup. The issue was found with kfence: 19.293351 BUG: KFENCE:...
SUSE CVE-2023-53251
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: fix NULL pointer dereference in iwlpcieirqrxmsixhandler rxq can be NULL only when transpcie-rxq is NULL and entry-entry is zero. For the case when entry-entry is not equal to 0, rxq won't be NULL even if...