Lucene search
+L

152 matches found

NVD
NVD
added 2025/12/30 1:16 p.m.14 views

CVE-2022-50880

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: add peer map clean up for peer delete in ath10kstastate When peer delete failed in a disconnect operation, use-after-free detected by KFENCE in below log. It is because for each vdevid and address, it has only one...

8.8CVSS0.00279EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.15 views

CVE-2022-50880

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: add peer map clean up for peer delete in ath10kstastate When peer delete failed in a disconnect operation, use-after-free detected by KFENCE in below log. It is because for each vdevid and address, it has only one...

8.8CVSS5.7AI score0.00279EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.12 views

PT-2025-54116

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the ath10k driver related to peer map management during peer deletion. Specifically, when a peer delete operation fails, a use-after-free conditio...

7.8CVSS7.2AI score0.00932EPSS
SaveExploits2References899
NVD
NVD
added 2025/12/24 1:16 p.m.8 views

CVE-2022-50756

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix mempool alloc size Convert the max size to bytes to match the units of the divisor that calculates the worst-case number of PRP entries. The result is used to determine how many PRP Lists are required. The code was...

7.8CVSS0.00197EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 1:16 p.m.6 views

UBUNTU-CVE-2022-50756

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix mempool alloc size Convert the max size to bytes to match the units of the divisor that calculates the worst-case number of PRP entries. The result is used to determine how many PRP Lists are required. The code was...

7.8CVSS5.8AI score0.00197EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/24 1:05 p.m.20 views

CVE-2022-50756

CVE-2022-50756 — Linux kernel nvme-pci mempool alloc size fix . The vulnerability is in the nvme-pci driver where mempool allocation size was computed with a different unit than the PRP divisor, causing the worst-case number of PRP lists to be underestimated (2 lists needed instead of 1). In the ...

7.8CVSS6.1AI score0.00197EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2025/10/17 1:01 a.m.8 views

riscv: Fix IPIs usage in kfence_protect_page()

...

5.5CVSS7AI score0.00218EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/15 9:31 p.m.6 views

EUVD-2022-55082

In the Linux kernel, the following vulnerability has been resolved: net: preserve skbendoffset in skbunclonekeeptruesize syzbot found another way to trigger the infamous WARNONONCEdelta truesize value, we also need to make sure TCP wont fill new tailroom that pskbexpandhead was able to get from a...

5.5CVSS5.5AI score0.0062EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.5 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987338)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987338 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf, testrun: Fix alignment problem in bpfprogtestrunskb We got a syzkaller problem because of...

7.8CVSS6AI score0.00212EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.7 views

EUVD-2023-59907

Malicious code in bioql PyPI...

6.3AI score0.00159EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2024-53326

Malicious code in bioql PyPI...

7.8CVSS7.7AI score0.00224EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2025-12940

Malicious code in bioql PyPI...

7.8CVSS7AI score0.00212EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2025/09/17 5:58 p.m.7 views

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:...

7CVSS5.8AI score0.00188EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/17 3:15 p.m.13 views

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:...

7.8CVSS0.00188EPSS
SaveExploits0References5
CVE
CVE
added 2025/09/17 2:56 p.m.41 views

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...

7.8CVSS6.2AI score0.00188EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.9 views

PT-2025-38213

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A use-after-free issue was identified in the Linux kernel related to PCI bus removal cleanup. Specifically, the vulnerability occurs in the pci bus release domain nr function after the...

6.3AI score0.00188EPSS
SaveExploits0References7
NVD
NVD
added 2025/09/16 8:15 a.m.7 views

CVE-2023-53282

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write During the sysfs firmware write process, a use-after-free read warning is logged from the lpfcwrobject routine: BUG: KFENCE: use-after-free read in...

7.8CVSS0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/16 8:15 a.m.11 views

UBUNTU-CVE-2023-53282

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write During the sysfs firmware write process, a use-after-free read warning is logged from the lpfcwrobject routine: BUG: KFENCE: use-after-free read in...

7.8CVSS5.7AI score0.00159EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/09/16 8:11 a.m.18 views

CVE-2023-53282 scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write During the sysfs firmware write process, a use-after-free read warning is logged from the lpfcwrobject routine: BUG: KFENCE: use-after-free read in...

0.00159EPSS
SaveExploits0References4
CVE
CVE
added 2025/09/16 8:11 a.m.36 views

CVE-2023-53282

CVE-2023-53282 concerns the Linux kernel, specifically the lpfc SCSI driver path used during a sysfs firmware write. The issue is a use-after-free KFENCE violation in lpfc_wr_object() where a pointer referencing mailbox memory is recycled before the memory is no longer in use, causing a potential...

7.8CVSS6.2AI score0.00159EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder