Lucene search
+L

186 matches found

Cvelist
Cvelist
added 2024/08/26 10:10 a.m.27 views

CVE-2024-43888 mm: list_lru: fix UAF for memory cgroup

In the Linux kernel, the following vulnerability has been resolved: mm: listlru: fix UAF for memory cgroup The memcgroupfromslabobj is supposed to be called under rcu lock or cgroupmutex or others which could prevent returned memcg from being freed. Fix it by adding missing rcu read lock. Found b...

0.00219EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/08/26 10:10 a.m.13 views

CVE-2024-43888 mm: list_lru: fix UAF for memory cgroup

In the Linux kernel, the following vulnerability has been resolved: mm: listlru: fix UAF for memory cgroup The memcgroupfromslabobj is supposed to be called under rcu lock or cgroupmutex or others which could prevent returned memcg from being freed. Fix it by adding missing rcu read lock. Found b...

7.5AI score0.00219EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/08/26 10:10 a.m.18 views

CVE-2024-43888

In the Linux kernel, the following vulnerability has been resolved: mm: listlru: fix UAF for memory cgroup The memcgroupfromslabobj is supposed to be called under rcu lock or cgroupmutex or others which could prevent returned memcg from being freed. Fix it by adding missing rcu read lock. Found b...

7.8CVSS6.5AI score0.00219EPSS
SaveExploits0
CVE
CVE
added 2024/08/26 10:10 a.m.168 views

CVE-2024-43888

CVE-2024-43888 pertains to the Linux kernel memory-control path. The advisory fixes a use-after-free in mm/list_lru for memory cgroups: mem_cgroup_from_slab_obj() must be called under RCU protection (rcu_read_lock) or with appropriate locks; without it, a memcg could be freed while still used. Th...

7.8CVSS7.5AI score0.00219EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/08/26 10:10 a.m.13 views

CVE-2024-43888 mm: list_lru: fix UAF for memory cgroup

In the Linux kernel, the following vulnerability has been resolved: mm: listlru: fix UAF for memory cgroup The memcgroupfromslabobj is supposed to be called under rcu lock or cgroupmutex or others which could prevent returned memcg from being freed. Fix it by adding missing rcu read lock. Found b...

7.8CVSS6.6AI score0.00219EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/07 4:15 p.m.7 views

UBUNTU-CVE-2024-42234

In the Linux kernel, the following vulnerability has been resolved: mm: fix crashes from deferred split racing folio migration Even on 6.10-rc6, I've been seeing elusive "Bad page state"s often on flags when freeing, yet the flags shown are not bad: PGlocked had been set and cleared??, and...

5.5CVSS6.1AI score0.00184EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2024/07/16 2:34 a.m.4 views

SUSE CVE-2024-40949

In the Linux kernel, the following vulnerability has been resolved: mm: shmem: fix getting incorrect lruvec when replacing a shmem folio When testing shmem swapin, I encountered the warning below on my machine. The reason is that replacing an old shmem folio with a new one causes memcgroupmigrate...

5.5CVSS7.6AI score0.0021EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/12 1:15 p.m.4 views

DEBIAN-CVE-2024-40949

In the Linux kernel, the following vulnerability has been resolved: mm: shmem: fix getting incorrect lruvec when replacing a shmem folio When testing shmem swapin, I encountered the warning below on my machine. The reason is that replacing an old shmem folio with a new one causes memcgroupmigrate...

5.5CVSS5.4AI score0.0021EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/12 1:15 p.m.4 views

UBUNTU-CVE-2024-40949

In the Linux kernel, the following vulnerability has been resolved: mm: shmem: fix getting incorrect lruvec when replacing a shmem folio When testing shmem swapin, I encountered the warning below on my machine. The reason is that replacing an old shmem folio with a new one causes memcgroupmigrate...

5.5CVSS5.9AI score0.0021EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2024/07/12 12:0 a.m.8 views

PT-2024-29166 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue arises when replacing an old shmem folio with a new one, causing mem cgroup migrate to clear the old folio's memcg data. As a result, the old folio cannot obtain the correct...

9.8CVSS6.7AI score0.02701EPSS
SaveExploits3References694
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.3 views

SUSE CVE-2024-35846

In the Linux kernel, the following vulnerability has been resolved: mm: zswap: fix shrinker NULL crash with cgroupdisable=memory Christian reports a NULL deref in zswap that he bisected down to the zswap shrinker. The issue also cropped up in the bug trackers of libguestfs 1 and the Red Hat...

5.5CVSS6.7AI score0.0019EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.6 views

kernel: mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath()

A flaw was found in the memory management subsystem in the Linux kernel. A NULL pointer dereference can be triggered due to an improper check of the memory cgroup value, resulting in a system crash and a denial of service...

5.5CVSS6.8AI score0.00197EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.5 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.00272EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.6 views

kernel: memcontrol: ensure memcg acquired by id is properly set up

In the Linux kernel, the following vulnerability has been resolved: memcontrol: ensure memcg acquired by id is properly set up In the eviction recency check, we attempt to retrieve the memcg to which the folio belonged when it was evicted, by the memcg id stored in the shadow entry. However, ther...

7.8CVSS5.7AI score0.0019EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/04/30 12:0 a.m.10 views

PT-2025-13315

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A NULL pointer dereference issue has been resolved in the Linux kernel. The problem occurred when hwpoison forcibly uncharged a LRU hwpoisoned page, potentially resulting in a NULL folio...

5.5CVSS5.5AI score0.00197EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/04/18 12:0 a.m.12 views

PT-2024-26760 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a NULL pointer dereference in the zswap shrinker when memcg is disabled with the boot time flag. This can cause the zswap shrinker to be called with sc-memcg...

9.8CVSS6.6AI score0.01483EPSS
SaveExploits3References708
RedHat Linux
RedHat Linux
added 2024/03/19 12:27 a.m.61 views

Important: Red Hat Security Advisory: kernel security and bug fix update

An update for kernel is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a...

7.8CVSS6.7AI score0.00613EPSS
SaveExploits0References12
RedHat Linux
RedHat Linux
added 2024/03/13 9:11 a.m.6 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.00272EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/03/02 5:49 a.m.4 views

SUSE CVE-2021-47011

In the Linux kernel, the following vulnerability has been resolved: mm: memcontrol: slab: fix obtain a reference to a freeing memcg Patch series "Use objcgroup APIs to charge kmem pages", v5. Since Roman's series "The new cgroup slab memory controller" applied. All slab objects are charged with t...

5.5CVSS7.7AI score0.00239EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/02/29 8:3 a.m.29 views

CVE-2021-47011

In the Linux kernel, the following vulnerability has been resolved: mm: memcontrol: slab: fix obtain a reference to a freeing memcg Patch series "Use objcgroup APIs to charge kmem pages", v5. Since Roman's series "The new cgroup slab memory controller" applied. All slab objects are charged with t...

7.1CVSS8.4AI score0.00239EPSS
SaveExploits0References4
Rows per page
Query Builder