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

exploitDog

rocky логотип

RLSA-2026:49214

Опубликовано: 04 авг. 2026
Источник: rocky
Оценка: Important

Описание

Important: kernel security update

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

Security Fix(es):

  • kernel: rtnetlink: add missing netlink_ns_capable() check for peer netns (CVE-2026-31692)

  • kernel: netfilter: ctnetlink: ensure safe access to master conntrack (CVE-2026-43116)

  • kernel: fanotify: fix false positive on permission events (CVE-2026-46150)

  • kernel: net: sched: UAF via missing handler for TC_ACT_CONSUMED in tcf_qevent_handle ()

  • kernel: net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle (CVE-2026-64530)

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 8

НаименованиеАрхитектураРелизRPM
kernel-docnoarch553.150.1.el8_10kernel-doc-4.18.0-553.150.1.el8_10.noarch.rpm
bpftoolaarch64553.150.1.el8_10bpftool-4.18.0-553.150.1.el8_10.aarch64.rpm
kernelaarch64553.150.1.el8_10kernel-4.18.0-553.150.1.el8_10.aarch64.rpm
kernel-abi-stablelistsnoarch553.150.1.el8_10kernel-abi-stablelists-4.18.0-553.150.1.el8_10.noarch.rpm
kernel-coreaarch64553.150.1.el8_10kernel-core-4.18.0-553.150.1.el8_10.aarch64.rpm
kernel-debugaarch64553.150.1.el8_10kernel-debug-4.18.0-553.150.1.el8_10.aarch64.rpm
kernel-debug-coreaarch64553.150.1.el8_10kernel-debug-core-4.18.0-553.150.1.el8_10.aarch64.rpm
kernel-debug-develaarch64553.150.1.el8_10kernel-debug-devel-4.18.0-553.150.1.el8_10.aarch64.rpm
kernel-debuginfo-common-aarch64aarch64553.150.1.el8_10kernel-debuginfo-common-aarch64-4.18.0-553.150.1.el8_10.aarch64.rpm
kernel-debug-modulesaarch64553.150.1.el8_10kernel-debug-modules-4.18.0-553.150.1.el8_10.aarch64.rpm

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

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

oracle-oval
около 1 месяца назад

ELSA-2026-49214: kernel security update (IMPORTANT)

CVSS3: 5.5
ubuntu
4 месяца назад

In the Linux kernel, the following vulnerability has been resolved: rtnetlink: add missing netlink_ns_capable() check for peer netns rtnl_newlink() lacks a CAP_NET_ADMIN capability check on the peer network namespace when creating paired devices (veth, vxcan, netkit). This allows an unprivileged user with a user namespace to create interfaces in arbitrary network namespaces, including init_net. Add a netlink_ns_capable() check for CAP_NET_ADMIN in the peer namespace before allowing device creation to proceed.

CVSS3: 7.1
redhat
4 месяца назад

In the Linux kernel, the following vulnerability has been resolved: rtnetlink: add missing netlink_ns_capable() check for peer netns rtnl_newlink() lacks a CAP_NET_ADMIN capability check on the peer network namespace when creating paired devices (veth, vxcan, netkit). This allows an unprivileged user with a user namespace to create interfaces in arbitrary network namespaces, including init_net. Add a netlink_ns_capable() check for CAP_NET_ADMIN in the peer namespace before allowing device creation to proceed.

CVSS3: 5.5
nvd
4 месяца назад

In the Linux kernel, the following vulnerability has been resolved: rtnetlink: add missing netlink_ns_capable() check for peer netns rtnl_newlink() lacks a CAP_NET_ADMIN capability check on the peer network namespace when creating paired devices (veth, vxcan, netkit). This allows an unprivileged user with a user namespace to create interfaces in arbitrary network namespaces, including init_net. Add a netlink_ns_capable() check for CAP_NET_ADMIN in the peer namespace before allowing device creation to proceed.

msrc
4 месяца назад

rtnetlink: add missing netlink_ns_capable() check for peer netns