Lucene search
+L

1152 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.5 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-414389 advisory. A vulnerability was found in Linux Kernel. It has been declared as problematic. Affected by this vulnerability is the function followpagepte of the file mm/gup.c of...

7.5CVSS5.4AI score0.0083EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.4 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986981 advisory. In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix use-after-free bug for mm struct Under certain conditions, such as MPIAbort, the...

7.8CVSS5.8AI score0.00254EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/10/05 2:55 a.m.8 views

SUSE CVE-2023-53614

In the Linux kernel, the following vulnerability has been resolved: mm/ksm: fix race with VMA iteration and mmstruct teardown exitmmap will tear down the VMAs and maple tree with the mmaplock held in write mode. Ensure that the maple tree is still valid by checking ksmtestexit after taking the...

4.7CVSS6.3AI score0.00099EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.15 views

EUVD-2023-29948

Malicious code in bioql PyPI...

9.8CVSS9AI score0.01014EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:07 p.m.16 views

EUVD-2022-25366

Malicious code in bioql PyPI...

6.7CVSS6.7AI score0.00129EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:07 p.m.8 views

EUVD-2024-53276

Malicious code in bioql PyPI...

7.2AI score0.00215EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2023-1280

Malicious code in bioql PyPI...

8.8CVSS8.6AI score0.00498EPSS
SaveExploits1References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.8 views

EUVD-2022-7298

Malicious code in bioql PyPI...

6.1CVSS6.2AI score0.00478EPSS
SaveExploits1References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.13 views

EUVD-2023-1282

Malicious code in bioql PyPI...

5.4CVSS5.5AI score0.00547EPSS
SaveExploits1References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2022-55229

Malicious code in bioql PyPI...

6.3AI score0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.6 views

EUVD-2022-45769

Malicious code in bioql PyPI...

5.5CVSS6.8AI score0.00871EPSS
SaveExploits3References10
EUVD
EUVD
added 2025/10/03 8:07 p.m.6 views

EUVD-2022-55128

Malicious code in bioql PyPI...

7.8CVSS6AI score0.00254EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2022-25365

Malicious code in bioql PyPI...

6.7CVSS6.7AI score0.00129EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2023-41270

Malicious code in bioql PyPI...

7.5CVSS7.5AI score0.00461EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2025/09/28 12:00 a.m.6 views

The vulnerability in the `arch/x86/mm/tlb.c` component of the Linux operating system allows a hacker to trigger a service failure.

The vulnerability in the arch/x86/mm/tlb.c component of the Linux operating system is related to resource management errors. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00186EPSS
SaveExploits0References19Affected Software5
Cvelist
Cvelist
added 2025/09/17 2:56 p.m.19 views

CVE-2023-53361 LoongArch: mm: Add p?d_leaf() definitions

In the Linux kernel, the following vulnerability has been resolved: LoongArch: mm: Add p?dleaf definitions When I do LTP test, LTP test case ksm06 caused panic at breakksmpmdentry - pmdleaf Huge page table but False - ptepresent panic The reason is pmdleaf is not defined, So like commit...

0.00184EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/09/17 2:49 p.m.5 views

CVE-2023-53171

In the Linux kernel, the following vulnerability has been resolved: vfio/type1: prevent underflow of lockedvm via exec When a vfio container is preserved across exec, the task does not change, but it gets a new mm with lockedvm=0, and loses the count from existing dma mappings. If the user later...

5.8AI score0.00155EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/15 2:04 p.m.30 views

CVE-2023-53171

CVE-2023-53171 affects the Linux kernel’s vfio/type1 path. The issue occurs when a vfio container is preserved across execs: the task’s mm can change to a new mm with locked_vm=0, causing undercounted DMA mappings and a later unmap to underflow locked_vm, leading to ENOMEM on a subsequent dma map...

5.5CVSS6.1AI score0.00155EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:04 p.m.14 views

CVE-2023-53171 vfio/type1: prevent underflow of locked_vm via exec()

In the Linux kernel, the following vulnerability has been resolved: vfio/type1: prevent underflow of lockedvm via exec When a vfio container is preserved across exec, the task does not change, but it gets a new mm with lockedvm=0, and loses the count from existing dma mappings. If the user later...

0.00155EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/12 2:04 a.m.5 views

SUSE-SU-2025:03186-1 Security update for the Linux Kernel (Live Patch 19 for SLE 15 SP5)

This update for the Linux Kernel 5.14.21-1505005580 fixes several issues. The following security issues were fixed: - CVE-2025-21999: proc: fix UAF in procgetinode bsc1242579. - CVE-2022-49053: scsi: target: tcmu: Fix possible page UAF bsc1237930. - CVE-2025-38001: netsched: hfsc: Address reentra...

7.8CVSS7.4AI score0.00414EPSS
SaveExploits3References21
Rows per page
Query Builder