Lucene search
K

25 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.3 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerabilities have been resolved: mptcp: fixed an UaF issue in listener shutdown According to Christoph’s report after refactoring the passive socket initialization, the mptcp listener shutdown path is vulnerable to an UaF issue. BUG: KASAN: use-after-free in...

7.8CVSS6.3AI score0.00052EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.3 views

EUVD-2015-8809

Malware in sbrugna...

5.5CVSS6.7AI score0.00071EPSS
Exploits1References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2024-24108

Malicious code in bioql PyPI...

4.4CVSS7AI score0.00011EPSS
Exploits0References6
NVD
NVD
added 2025/05/09 7:16 a.m.10 views

CVE-2025-37878

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix WARNON!ctx in freeevent for partial init Move the getctxchildctx call and the childevent-ctx assignment to occur immediately after the child event is allocated. Ensure that childevent-ctx is non-NULL before any...

5.5CVSS0.00024EPSS
Exploits0References3
NVD
NVD
added 2025/05/02 4:15 p.m.5 views

CVE-2023-53088

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix UaF in listener shutdown As reported by Christoph after having refactored the passive socket initialization, the mptcp listener shutdown path is prone to an UaF issue. BUG: KASAN: use-after-free in...

7.8CVSS0.00052EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.27 views

CVE-2023-53088 mptcp: fix UaF in listener shutdown

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix UaF in listener shutdown As reported by Christoph after having refactored the passive socket initialization, the mptcp listener shutdown path is prone to an UaF issue. BUG: KASAN: use-after-free in...

0.00052EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/03/27 4:37 p.m.6 views

CVE-2023-52929

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix cleanup after devsetname If devsetname fails, we leak nvmem-wpgpio as the cleanup does not put this. While a minimal fix for this would be to add the gpiodput call, we can do better if we split deviceregister, an...

5.5CVSS5AI score0.00044EPSS
Exploits0
CVE
CVE
added 2025/02/26 1:54 a.m.96 views

CVE-2022-49076

CVE-2022-49076 concerns the Linux kernel RDMA/hfi1 subsystem. The issue is a use-after-free in the mm struct lifecycle: under certain conditions (e.g., MPI_Abort), hfi1_mmu_rb_unregister() may drop the last reference to a task mm, freeing it before its final use in hfi1_release_user_pages. This c...

7.8CVSS5.7AI score0.00022EPSS
Exploits0References5Affected Software1
CNNVD
CNNVD
added 2025/02/26 12:0 a.m.1 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from watchqueuesetsize error cleanup code not handling null pointers...

5.5CVSS5.7AI score0.00024EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2024/12/29 2:51 p.m.9 views

CVE-2024-56673

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Do not call pmd dtor on vmemmap page table teardown The vmemmap's, which is used for RV64 with SPARSEMEMVMEMMAP, page tables are populated using pmd page middle directory hugetables. However, the pmd allocation is not...

5.5CVSS6.8AI score0.00033EPSS
Exploits0References4
CVE
CVE
added 2024/12/27 3:6 p.m.81 views

CVE-2024-56673

Technical details about CVE-2024-56673 are not provided in the supplied documents. Monitor for updates from the vendors/security advisories for affected products, fixes, and mitigations.

5.5CVSS6.6AI score0.00033EPSS
Exploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2024/06/12 12:26 a.m.10 views

CVE-2023-52731

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix invalid page access after closing deferred I/O devices When a fbdev with deferred I/O is once opened and closed, the dirty pages still remain queued in the pageref list, and eventually later those may be processed in t...

4.4CVSS7.3AI score0.00125EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/05/25 3:34 a.m.1 views

SUSE CVE-2021-47427

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: Fix iscsitask use after free Commit d39df158518c "scsi: iscsi: Have abort handler get ref to conn" added iscsigetconn/iscsiputconn calls during abort handling but then also changed the handling of the case where we...

5.5CVSS6.3AI score0.00027EPSS
Exploits0References8
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.1 views

kernel: mptcp: fix UaF in listener shutdown

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix UaF in listener shutdown As reported by Christoph after having refactored the passive socket initialization, the mptcp listener shutdown path is prone to an UaF issue. BUG: KASAN: use-after-free in...

7.8CVSS6.4AI score0.00052EPSS
Exploits0References5
Cvelist
Cvelist
added 2024/05/21 3:22 p.m.25 views

CVE-2023-52731 fbdev: Fix invalid page access after closing deferred I/O devices

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix invalid page access after closing deferred I/O devices When a fbdev with deferred I/O is once opened and closed, the dirty pages still remain queued in the pageref list, and eventually later those may be processed in t...

6.6AI score0.00125EPSS
Exploits0References3
OSV
OSV
added 2024/05/21 3:15 p.m.1 views

UBUNTU-CVE-2021-47427

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: Fix iscsitask use after free Commit d39df158518c "scsi: iscsi: Have abort handler get ref to conn" added iscsigetconn/iscsiputconn calls during abort handling but then also changed the handling of the case where we...

7.8CVSS5.7AI score0.00027EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.3 views

kernel: drm/amdgpu: Fix sdma v4 sw fini error

An invalid pointer dereference flaw was found in the Linux kernel AMD GPU SDMA v4 driver's cleanup code. On systems with SDMA 4.2.2 hardware, driver unload or system shutdown triggers the sdmav40swfini cleanup path, which attempts to release firmware using an uninitialized or corrupted pointer,...

5.5CVSS7.2AI score0.00013EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/04/17 10:10 a.m.20 views

CVE-2024-26846 nvme-fc: do not wait in vain when unloading module

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 all controllers and freeing 'left over IDs'. To prevent double free a synchronization between nvmedeletectrl and idadestroy has bee...

7.2AI score0.00011EPSS
Exploits0References6
Cvelist
Cvelist
added 2024/04/17 10:10 a.m.17 views

CVE-2024-26846 nvme-fc: do not wait in vain when unloading module

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 all controllers and freeing 'left over IDs'. To prevent double free a synchronization between nvmedeletectrl and idadestroy has bee...

7.8AI score0.00011EPSS
Exploits0References6
OSV
OSV
added 2024/03/02 9:52 p.m.5 views

CVE-2023-52520 platform/x86: think-lmi: Fix reference leak

In the Linux kernel, the following vulnerability has been resolved: platform/x86: think-lmi: Fix reference leak If a duplicate attribute is found using ksetfindobj, a reference to that attribute is returned which needs to be disposed accordingly using kobjectput. Move the setting name validation...

5.5CVSS6.1AI score0.00015EPSS
Exploits0References7
Rows per page
Query Builder