CVE-2026-23268

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix unprivileged local user can do privileged policy management An unprivileged local user can load, replace, and remove profiles by opening the apparmorfs interfaces, via a confused deputy attack, by passing the opened fd to a privileged process, and getting the privileged process to write to the interface. This does require a privileged target that can be manipulated to do the write for the unprivileged process, but once such access is achieved full policy management is possible and all the possible implications that implies: removing confinement, DoS of system or target applications by denying all execution, by-passing the unprivileged user namespace restriction, to exploiting kernel bugs for a local privilege escalation. The policy management interface can not have its permissions simply changed from 0666 to 0600 because non-root processes need to be able to load policy to different policy namespaces. Instead ensure the task writing the interface has privileges that are a subset of the task that opened the interface. This is already done via policy for confined processes, but unconfined can delegate access to the opened fd, by-passing the usual policy check.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*

History

29 May 2026, 18:41

Type Values Removed Values Added
First Time Linux
Linux linux Kernel
References () https://git.kernel.org/stable/c/0fc63dd9170643d15c25681fca792539e23f4640 - () https://git.kernel.org/stable/c/0fc63dd9170643d15c25681fca792539e23f4640 - Patch
References () https://git.kernel.org/stable/c/17debf5586020790b5717f96e5e6a3ca5bb961ab - () https://git.kernel.org/stable/c/17debf5586020790b5717f96e5e6a3ca5bb961ab - Patch
References () https://git.kernel.org/stable/c/33ee909702e047c94aaf41d4eea35626d509802c - () https://git.kernel.org/stable/c/33ee909702e047c94aaf41d4eea35626d509802c - Patch
References () https://git.kernel.org/stable/c/4cafce4d6d0a66ec27e3af5637c11901d60189fa - () https://git.kernel.org/stable/c/4cafce4d6d0a66ec27e3af5637c11901d60189fa - Patch
References () https://git.kernel.org/stable/c/6601e13e82841879406bf9f369032656f441a425 - () https://git.kernel.org/stable/c/6601e13e82841879406bf9f369032656f441a425 - Patch
References () https://git.kernel.org/stable/c/a407a078cd41b5261b99d822af784bd9f136eb4d - () https://git.kernel.org/stable/c/a407a078cd41b5261b99d822af784bd9f136eb4d - Patch
References () https://git.kernel.org/stable/c/b60b3f7a35c46b2e0ca934f9c988b8fca06d76c6 - () https://git.kernel.org/stable/c/b60b3f7a35c46b2e0ca934f9c988b8fca06d76c6 - Patch
References () https://git.kernel.org/stable/c/b6a94eeca9c6c8f7c55ad44c62c98324f51ec596 - () https://git.kernel.org/stable/c/b6a94eeca9c6c8f7c55ad44c62c98324f51ec596 - Patch
References () https://www.qualys.com/2026/03/10/crack-armor.txt - () https://www.qualys.com/2026/03/10/crack-armor.txt - Third Party Advisory
CWE NVD-CWE-noinfo
CPE cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*

18 Apr 2026, 09:16

Type Values Removed Values Added
References
  • () https://git.kernel.org/stable/c/33ee909702e047c94aaf41d4eea35626d509802c -
  • () https://git.kernel.org/stable/c/4cafce4d6d0a66ec27e3af5637c11901d60189fa -
  • () https://git.kernel.org/stable/c/a407a078cd41b5261b99d822af784bd9f136eb4d -

02 Apr 2026, 15:16

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8

25 Mar 2026, 11:16

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta: apparmor: corrección de que un usuario local sin privilegios puede realizar gestión de políticas privilegiada Un usuario local sin privilegios puede cargar, reemplazar y eliminar perfiles abriendo las interfaces de apparmorfs, a través de un ataque de adjunto confundido, pasando el descriptor de archivo (fd) abierto a un proceso privilegiado y haciendo que el proceso privilegiado escriba en la interfaz. Esto requiere un objetivo privilegiado que pueda ser manipulado para realizar la escritura en nombre del proceso sin privilegios, pero una vez que se logra dicho acceso, es posible una gestión completa de políticas y todas las posibles implicaciones que esto conlleva: eliminación del confinamiento, DoS del sistema o de las aplicaciones objetivo denegando toda ejecución, eludiendo la restricción del espacio de nombres de usuario sin privilegios, hasta la explotación de errores del kernel para una escalada de privilegios local. La interfaz de gestión de políticas no puede tener sus permisos simplemente cambiados de 0666 a 0600 porque los procesos que no son root necesitan poder cargar políticas en diferentes espacios de nombres de políticas. En su lugar, asegúrese de que la tarea que escribe en la interfaz tenga privilegios que sean un subconjunto de la tarea que abrió la interfaz. Esto ya se hace a través de políticas para procesos confinados, pero los no confinados pueden delegar acceso al descriptor de archivo (fd) abierto, eludiendo la verificación de política habitual.
References
  • () https://git.kernel.org/stable/c/17debf5586020790b5717f96e5e6a3ca5bb961ab -

23 Mar 2026, 14:16

Type Values Removed Values Added
References
  • () https://www.qualys.com/2026/03/10/crack-armor.txt -

18 Mar 2026, 18:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-18 18:16

Updated : 2026-05-29 18:41


NVD link : CVE-2026-23268

Mitre link : CVE-2026-23268

CVE.ORG link : CVE-2026-23268


JSON object : View

Products Affected

linux

  • linux_kernel