Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

rocky логотип

RLSA-2025:8374

Опубликовано: 03 окт. 2025
Источник: rocky
Оценка: Moderate

Описание

Moderate: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system.

Security Fix(es):

  • kernel: sched/fair: Fix potential memory corruption in child_cfs_rq_on_list (CVE-2025-21919)

  • kernel: cifs: Fix integer overflow while processing acregmax mount option (CVE-2025-21964)

  • kernel: ext4: fix OOB read when checking dotdot dir (CVE-2025-37785)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 10

НаименованиеАрхитектураРелизRPM
kernelx86_6455.14.1.el10_0kernel-6.12.0-55.14.1.el10_0.x86_64.rpm
kernel-abi-stablelistsnoarch55.14.1.el10_0kernel-abi-stablelists-6.12.0-55.14.1.el10_0.noarch.rpm
kernel-corex86_6455.14.1.el10_0kernel-core-6.12.0-55.14.1.el10_0.x86_64.rpm
kernel-debugx86_6455.14.1.el10_0kernel-debug-6.12.0-55.14.1.el10_0.x86_64.rpm
kernel-debug-corex86_6455.14.1.el10_0kernel-debug-core-6.12.0-55.14.1.el10_0.x86_64.rpm
kernel-debuginfo-common-x86_64x86_6455.14.1.el10_0kernel-debuginfo-common-x86_64-6.12.0-55.14.1.el10_0.x86_64.rpm
kernel-debug-modulesx86_6455.14.1.el10_0kernel-debug-modules-6.12.0-55.14.1.el10_0.x86_64.rpm
kernel-debug-modules-corex86_6455.14.1.el10_0kernel-debug-modules-core-6.12.0-55.14.1.el10_0.x86_64.rpm
kernel-debug-modules-extrax86_6455.14.1.el10_0kernel-debug-modules-extra-6.12.0-55.14.1.el10_0.x86_64.rpm
kernel-debug-uki-virtx86_6455.14.1.el10_0kernel-debug-uki-virt-6.12.0-55.14.1.el10_0.x86_64.rpm

Показывать по

Связанные уязвимости

oracle-oval
4 месяца назад

ELSA-2025-8374: kernel security update (MODERATE)

CVSS3: 7.8
ubuntu
7 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix potential memory corruption in child_cfs_rq_on_list child_cfs_rq_on_list attempts to convert a 'prev' pointer to a cfs_rq. This 'prev' pointer can originate from struct rq's leaf_cfs_rq_list, making the conversion invalid and potentially leading to memory corruption. Depending on the relative positions of leaf_cfs_rq_list and the task group (tg) pointer within the struct, this can cause a memory fault or access garbage data. The issue arises in list_add_leaf_cfs_rq, where both cfs_rq->leaf_cfs_rq_list and rq->leaf_cfs_rq_list are added to the same leaf list. Also, rq->tmp_alone_branch can be set to rq->leaf_cfs_rq_list. This adds a check `if (prev == &rq->leaf_cfs_rq_list)` after the main conditional in child_cfs_rq_on_list. This ensures that the container_of operation will convert a correct cfs_rq struct. This check is sufficient because only cfs_rqs on the same CPU are added to the list, so verifyi...

CVSS3: 7
redhat
7 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix potential memory corruption in child_cfs_rq_on_list child_cfs_rq_on_list attempts to convert a 'prev' pointer to a cfs_rq. This 'prev' pointer can originate from struct rq's leaf_cfs_rq_list, making the conversion invalid and potentially leading to memory corruption. Depending on the relative positions of leaf_cfs_rq_list and the task group (tg) pointer within the struct, this can cause a memory fault or access garbage data. The issue arises in list_add_leaf_cfs_rq, where both cfs_rq->leaf_cfs_rq_list and rq->leaf_cfs_rq_list are added to the same leaf list. Also, rq->tmp_alone_branch can be set to rq->leaf_cfs_rq_list. This adds a check `if (prev == &rq->leaf_cfs_rq_list)` after the main conditional in child_cfs_rq_on_list. This ensures that the container_of operation will convert a correct cfs_rq struct. This check is sufficient because only cfs_rqs on the same CPU are added to the list, so verifyi...

CVSS3: 7.8
nvd
7 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix potential memory corruption in child_cfs_rq_on_list child_cfs_rq_on_list attempts to convert a 'prev' pointer to a cfs_rq. This 'prev' pointer can originate from struct rq's leaf_cfs_rq_list, making the conversion invalid and potentially leading to memory corruption. Depending on the relative positions of leaf_cfs_rq_list and the task group (tg) pointer within the struct, this can cause a memory fault or access garbage data. The issue arises in list_add_leaf_cfs_rq, where both cfs_rq->leaf_cfs_rq_list and rq->leaf_cfs_rq_list are added to the same leaf list. Also, rq->tmp_alone_branch can be set to rq->leaf_cfs_rq_list. This adds a check `if (prev == &rq->leaf_cfs_rq_list)` after the main conditional in child_cfs_rq_on_list. This ensures that the container_of operation will convert a correct cfs_rq struct. This check is sufficient because only cfs_rqs on the same CPU are added to the list, so verif

CVSS3: 7.8
msrc
6 месяцев назад

Описание отсутствует