CVE & CISA-KEV Catalog

CVE-2025-37821

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: sched/eevdf: Fix se->slice being set to U64_MAX and resulting crash There is a code path in dequeue_entities() that can set the slice of a sched_entity to U64_MAX, which sometimes results in a crash. The offending case is when dequeue_entities() is called to dequeue a delayed group entity, and then the entity's parent's dequeue is delayed. In that case: 1. In the if (entity_is_task(se)) else block at the beginning of dequeue_entities(), slice is set to cfs_rq_min_slice(group_cfs_rq(se)). If the entity was delayed, then it has no queued tasks, so cfs_rq_min_slice() returns U64_MAX. 2. The first for_each_sched_entity() loop dequeues the entity. 3. If the entity was its parent's only child, then the next iteration tries to dequeue the parent. 4. If the parent's dequeue needs to be delayed, then it breaks from the first for_each_sched_entity() loop _without updating slice_. 5. The second for_each_sched_entity() loop sets the parent's ->slice to the saved slice, which is still U64_MAX. This throws off subsequent calculations with potentially catastrophic results. A manifestation we saw in production was: 6. In update_entity_lag(), se->slice is used to calculate limit, which ends up as a huge negative number. 7. limit is used in se->vlag = clamp(vlag, -limit, limit). Because limit is negative, vlag > limit, so se->vlag is set to the same huge negative number. 8. In place_entity(), se->vlag is scaled, which overflows and results in another huge (positive or negative) number. 9. The adjusted lag is subtracted from se->vruntime, which increases or decreases se->vruntime by a huge number. 10. pick_eevdf() calls entity_eligible()/vruntime_eligible(), which incorrectly returns false because the vruntime is so far from the other vruntimes on the queue, causing the (vruntime - cfs_rq->min_vruntime) * load calulation to overflow. 11. Nothing appears to be eligible, so pick_eevdf() returns NULL. 12. pick_next_entity() tries to dereference the return value of pick_eevdf() and crashes. Dumping the cfs_rq states from the core dumps with drgn showed tell-tale huge vruntime ranges and bogus vlag values, and I also traced se->slice being set to U64_MAX on live systems (which was usually "benign" since the rest of the runqueue needed to be in a particular state to crash). Fix it in dequeue_entities() by always setting slice from the first non-empty cfs_rq.

How to fix

Remediation Available
linuxDebian
Fixed in:6.12.29-1CVE-2025-37821
Fixed in:6.12.29-1CVE-2025-37821
kernelRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernelRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64kRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debugRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debugRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-devel-matchedRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-docRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-modules-extra-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-modules-extra-matchedRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rtRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64kRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debugRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-toolsRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-tools-libsRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-uki-virtRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
libperfRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
libperfRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
libperf-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
perfRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
perfRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
perf-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
python3-perfRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
rtlaRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
rvRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
rvRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

0.15%probability of exploitation in 30 days
4thpercentile

Low risk: more likely to be exploited than 4% of all known CVEs.

References

Related Vulnerabilities

Other CWE-476 (NULL Pointer Dereference) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2023-21758High7.592%-Fix
CVE-2023-21547High7.588%-Fix
CVE-2014-3470Medium4.386%-Fix
CVE-2021-44224High8.282%-Fix
CVE-2016-0742High7.582%-Fix
CVE-2009-1386Medium5.080%-Fix
Embed a live status badge for CVE-2025-37821
CVE-2025-37821 severity badge

Markdown

[![CVE-2025-37821](https://tridentstack.com/cve/badge/CVE-2025-37821.svg)](https://tridentstack.com/cve/CVE-2025-37821)

HTML

<a href="https://tridentstack.com/cve/CVE-2025-37821"><img src="https://tridentstack.com/cve/badge/CVE-2025-37821.svg" alt="CVE-2025-37821"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-11-12.