Lucene search
+L

114 matches found

Tenable Nessus
Tenable Nessus
added 2025/08/08 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-21861

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mm/migratedevice: don't add folio to be freed to LRU in migratedevicefinalize If migration succeeded, we called foliomigrateflags-memcgroupmigrate to migrate th...

5.5CVSS6.7AI score0.00212EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/06 2:3 p.m.20 views

OESA-2025-1593 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: cgroup: Use separate src/dst nodes when preloading csssets for migration Each cset cssset is pinned by its tasks. When we're moving tasks around across csets for...

7.8CVSS6.7AI score0.00289EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/16 4:30 p.m.17 views

USN-7513-2 linux-realtime vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - RISC-V architecture; - x86 architecture; - Block layer subsystem; - Compute Acceleration Framework; - ACPI drivers;...

10CVSS6.4AI score0.0075EPSS
SaveExploits2References134
Amazon
Amazon
added 2025/04/16 12:0 a.m.7 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: macsec: fix UAF bug for realdev CVE-2022-49390 In the Linux kernel, the following vulnerability has been resolved: Squashfs: check the inode number is not the invalid value of zero CVE-2024-26982 In the Linux...

7.8CVSS7.4AI score0.33417EPSS
SaveExploits4
OSV
OSV
added 2025/02/26 7:1 a.m.3 views

DEBIAN-CVE-2022-49394

In the Linux kernel, the following vulnerability has been resolved: blk-iolatency: Fix inflight count imbalances and IO hangs on offline iolatency needs to track the number of inflight IOs per cgroup. As this tracking can be expensive, it is disabled when no cgroup has iolatency configured for th...

5.5CVSS5.5AI score0.00264EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/02/26 12:0 a.m.4 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 the Linux kernel that stems from bfq not updating the cgroup information before merging the bio...

7.8CVSS5.5AI score0.00289EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/14 9:21 a.m.14 views

CLSA-2025-1739524909 Fix of 7 CVEs

CVE-url: https://ubuntu.com/security/CVE-2024-53104 - media: uvcvideo: Skip parsing frames of type UVCVSUNDEFINED in uvcparseformat CVE-url: https://ubuntu.com/security/CVE-2024-41020 - filelock: Fix fcntl/close race recovery compat path CVE-url: https://ubuntu.com/security/CVE-2024-43892 - memcg...

7.8CVSS7AI score0.03301EPSS
SaveExploits1References1
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.5 views

kernel: sched/psi: use kernfs polling functions for PSI trigger polling

A use-after-free vulnerability was found in the Linux kernel's PSI Pressure Stall Information trigger handling for cgroups. When a cgroup is removed while a process is polling its PSI trigger file, the trigger's waitqueue is destroyed via psitriggerdestroy while the polling process still holds a...

7.8CVSS5.7AI score0.00123EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2024/06/26 1:32 p.m.11 views

Astra Linux – Vulnerability in Linux 6.1

A flaw was discovered in the filelockinit function in the fs/locks.c file within the Linux kernel. This issue can lead to host memory exhaustion, as memcg does not limit the number of POSIX file locks that can be created...

5.5CVSS6.7AI score0.00283EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/03/13 12:17 a.m.9 views

kernel: memcg does not limit the number of POSIX file locks allowing memory exhaustion

A flaw was found in the filelockinit in fs/locks.c function in the Linux kernel. This issue can lead to host memory exhaustion due to memcg not limiting the number of Portable Operating System Interface POSIX file locks...

5.5CVSS6.8AI score0.00283EPSS
SaveExploits0References6
OpenVAS
OpenVAS
added 2024/01/28 12:0 a.m.12 views

Fedora: Security Advisory for systemd (FEDORA-2024-c79658eedf)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

5.9CVSS5.8AI score0.00849EPSS
SaveExploits0References2
Fedora
Fedora
added 2024/01/24 1:30 a.m.32 views

[SECURITY] Fedora 39 Update: systemd-254.8-2.fc39

systemd is a system and service manager that runs as PID 1 and starts the rest of the system. It provides aggressive parallelization capabilities, uses sock et and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups,...

5.9CVSS6.1AI score0.00849EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/01/11 11:30 p.m.3 views

CVE-2024-0443 Kernel: blkio memory leakage due to blkcg and some blkgs are not freed after they are made offline.

A flaw was found in the blkgs destruction path in block/blk-cgroup.c in the Linux kernel, leading to a cgroup blkio memory leakage problem. When a cgroup is being destroyed, cgrouprstatflush is only called at cssreleaseworkfn, which is called when the blkcg reference count reaches 0. This circula...

5.5CVSS5.2AI score0.00247EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.8 views

kernel: memcg: fix possible use-after-free in memcg_write_event_control()

In the Linux kernel, the following vulnerability has been resolved: memcg: fix possible use-after-free in memcgwriteeventcontrol memcgwriteeventcontrol accesses the dentry-dname of the specified control fd to route the write call. As a cgroup interface file can't be renamed, it's safe to access...

7.8CVSS6.4AI score0.00245EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/02/15 4:17 a.m.3 views

SUSE CVE-2019-3874

The SCTP socket buffer used by a userspace application is not accounted by the cgroups subsystem. An attacker can use this flaw to cause a denial of service attack. Kernel 3.10.x and 4.18.x branches are believed to be vulnerable...

5.1CVSS6.6AI score0.01771EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2023/02/15 3:47 a.m.4 views

SUSE CVE-2021-4197

An unprivileged write to the file handler flaw in the Linux kernel's control groups and namespaces subsystem was found in the way users have access to some less privileged process that are controlled by cgroups and have higher privileged parent process. It is actually both for cgroup2 and cgroup1...

6.3CVSS6.6AI score0.00536EPSS
SaveExploits0References27
Tenable Nessus
Tenable Nessus
added 2022/07/29 12:0 a.m.62 views

Ubuntu 16.04 ESM : Linux kernel (Azure) vulnerabilities (USN-5541-1)

The remote Ubuntu 16.04 ESM host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-5541-1 advisory. Eric Biederman discovered that the cgroup process migration implementation in the Linux kernel did not perform permission checks correctly in some...

7.8CVSS7.1AI score0.01581EPSS
SaveExploits3References12
RedHat Linux
RedHat Linux
added 2022/07/19 9:9 p.m.4 views

kernel: cgroup: Use open-time creds and namespace for migration perm checks

An unprivileged write to the file handler flaw in the Linux kernel's control groups and namespaces subsystem was found in the way users have access to some less privileged process that are controlled by cgroups and have higher privileged parent process. It is actually both for cgroup2 and cgroup1...

7.8CVSS6.6AI score0.00536EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2022/07/15 12:0 a.m.51 views

EulerOS Virtualization 2.10.0 : kernel (EulerOS-SA-2022-2026)

According to the versions of the kernel packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : - A vulnerability was found in Linux kernel, where a use-after-frees in nouveau's postclose handler could happen if removing device...

9CVSS7.3AI score0.88606EPSS
SaveExploits126References31
Tenable Nessus
Tenable Nessus
added 2022/07/14 12:0 a.m.65 views

Ubuntu 16.04 ESM / 18.04 LTS : Linux kernel vulnerabilities (USN-5515-1)

The remote Ubuntu 16.04 ESM / 18.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-5515-1 advisory. Eric Biederman discovered that the cgroup process migration implementation in the Linux kernel did not perform permission checks correctly in...

7.8CVSS7.2AI score0.01581EPSS
SaveExploits3References11
Rows per page
Query Builder