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

exploitDog

suse-cvrf логотип

openSUSE-RU-2026:20779-1

Опубликовано: 18 мая 2026
Источник: suse-cvrf

Описание

Recommended update for the Linux Kernel

The SUSE Linux Enterprise 16.0 kernel was updated to fix one issue

The following non security issue was fixed:

  • CVE-2026-46333: Fixed logic bug in the Linux kernel's __ptrace_may_access() function (bsc#1265308).

Список пакетов

openSUSE Leap 16.0
cluster-md-kmp-64kb-6.12.0-160000.32.1
cluster-md-kmp-azure-6.12.0-160000.32.1
cluster-md-kmp-default-6.12.0-160000.32.1
cluster-md-kmp-rt-6.12.0-160000.32.1
dlm-kmp-64kb-6.12.0-160000.32.1
dlm-kmp-azure-6.12.0-160000.32.1
dlm-kmp-default-6.12.0-160000.32.1
dlm-kmp-rt-6.12.0-160000.32.1
dtb-allwinner-6.12.0-160000.32.1
dtb-altera-6.12.0-160000.32.1
dtb-amazon-6.12.0-160000.32.1
dtb-amd-6.12.0-160000.32.1
dtb-amlogic-6.12.0-160000.32.1
dtb-apm-6.12.0-160000.32.1
dtb-apple-6.12.0-160000.32.1
dtb-arm-6.12.0-160000.32.1
dtb-broadcom-6.12.0-160000.32.1
dtb-cavium-6.12.0-160000.32.1
dtb-exynos-6.12.0-160000.32.1
dtb-freescale-6.12.0-160000.32.1
dtb-hisilicon-6.12.0-160000.32.1
dtb-lg-6.12.0-160000.32.1
dtb-marvell-6.12.0-160000.32.1
dtb-mediatek-6.12.0-160000.32.1
dtb-nvidia-6.12.0-160000.32.1
dtb-qcom-6.12.0-160000.32.1
dtb-renesas-6.12.0-160000.32.1
dtb-rockchip-6.12.0-160000.32.1
dtb-socionext-6.12.0-160000.32.1
dtb-sprd-6.12.0-160000.32.1
dtb-xilinx-6.12.0-160000.32.1
gfs2-kmp-64kb-6.12.0-160000.32.1
gfs2-kmp-azure-6.12.0-160000.32.1
gfs2-kmp-default-6.12.0-160000.32.1
gfs2-kmp-rt-6.12.0-160000.32.1
kernel-64kb-6.12.0-160000.32.1
kernel-64kb-devel-6.12.0-160000.32.1
kernel-64kb-extra-6.12.0-160000.32.1
kernel-64kb-optional-6.12.0-160000.32.1
kernel-azure-6.12.0-160000.32.1
kernel-azure-devel-6.12.0-160000.32.1
kernel-azure-extra-6.12.0-160000.32.1
kernel-azure-optional-6.12.0-160000.32.1
kernel-azure-vdso-6.12.0-160000.32.1
kernel-default-6.12.0-160000.32.1
kernel-default-base-6.12.0-160000.32.1.160000.2.13
kernel-default-devel-6.12.0-160000.32.1
kernel-default-extra-6.12.0-160000.32.1
kernel-default-optional-6.12.0-160000.32.1
kernel-default-vdso-6.12.0-160000.32.1
kernel-devel-6.12.0-160000.32.1
kernel-docs-6.12.0-160000.32.1
kernel-docs-html-6.12.0-160000.32.1
kernel-kvmsmall-6.12.0-160000.32.1
kernel-kvmsmall-devel-6.12.0-160000.32.1
kernel-kvmsmall-vdso-6.12.0-160000.32.1
kernel-macros-6.12.0-160000.32.1
kernel-obs-build-6.12.0-160000.32.1
kernel-obs-qa-6.12.0-160000.32.1
kernel-rt-6.12.0-160000.32.1
kernel-rt-devel-6.12.0-160000.32.1
kernel-rt-extra-6.12.0-160000.32.1
kernel-rt-optional-6.12.0-160000.32.1
kernel-rt-vdso-6.12.0-160000.32.1
kernel-source-6.12.0-160000.32.1
kernel-source-vanilla-6.12.0-160000.32.1
kernel-syms-6.12.0-160000.32.1
kernel-zfcpdump-6.12.0-160000.32.1
kselftests-kmp-64kb-6.12.0-160000.32.1
kselftests-kmp-azure-6.12.0-160000.32.1
kselftests-kmp-default-6.12.0-160000.32.1
kselftests-kmp-rt-6.12.0-160000.32.1
ocfs2-kmp-64kb-6.12.0-160000.32.1
ocfs2-kmp-azure-6.12.0-160000.32.1
ocfs2-kmp-default-6.12.0-160000.32.1
ocfs2-kmp-rt-6.12.0-160000.32.1

Описание

In the Linux kernel, the following vulnerability has been resolved: ptrace: slightly saner 'get_dumpable()' logic The 'dumpability' of a task is fundamentally about the memory image of the task - the concept comes from whether it can core dump or not - and makes no sense when you don't have an associated mm. And almost all users do in fact use it only for the case where the task has a mm pointer. But we have one odd special case: ptrace_may_access() uses 'dumpable' to check various other things entirely independently of the MM (typically explicitly using flags like PTRACE_MODE_READ_FSCREDS). Including for threads that no longer have a VM (and maybe never did, like most kernel threads). It's not what this flag was designed for, but it is what it is. The ptrace code does check that the uid/gid matches, so you do have to be uid-0 to see kernel thread details, but this means that the traditional "drop capabilities" model doesn't make any difference for this all. Make it all make a *bit* more sense by saying that if you don't have a MM pointer, we'll use a cached "last dumpability" flag if the thread ever had a MM (it will be zero for kernel threads since it is never set), and require a proper CAP_SYS_PTRACE capability to override.


Затронутые продукты
openSUSE Leap 16.0:cluster-md-kmp-64kb-6.12.0-160000.32.1
openSUSE Leap 16.0:cluster-md-kmp-azure-6.12.0-160000.32.1
openSUSE Leap 16.0:cluster-md-kmp-default-6.12.0-160000.32.1
openSUSE Leap 16.0:cluster-md-kmp-rt-6.12.0-160000.32.1

Ссылки