← Volver al buscador de CVEs

CVE-2026-74399

Linux kernel

Descripción

In the Linux kernel, the following vulnerability has been resolved: evm: terminate and bound the evm_xattrs read buffer evm_read_xattrs() allocates size + 1 bytes, fills them from the list of enabled xattrs, and then passes strlen(temp) to simple_read_from_buffer(). When no configured xattrs are enabled, the fill loop stores nothing and temp[0] remains uninitialized, so strlen() reads beyond initialized memory. Explicitly terminate the buffer after allocation, use snprintf() for each formatted line, and pass the accumulated length, without risk of truncation, to simple_read_from_buffer().

EPSS 0.173%Riesgo 0
Ver fuente
Publicación
2026-08-15 06:22:41
Versiones afectadas
unknown
Tipo
Kernel
Última modificación
2026-08-17 06:19:35
Vector
Pending