"value":"In the Linux kernel, the following vulnerability has been resolved:\n\nexfat: fix the infinite loop in exfat_readdir()\n\nIf the file system is corrupted so that a cluster is linked to\nitself in the cluster chain, and there is an unused directory\nentry in the cluster, 'dentry' will not be incremented, causing\ncondition 'dentry < max_dentries' unable to prevent an infinite\nloop.\n\nThis infinite loop causes s_lock not to be released, and other\ntasks will hang, such as exfat_sync_fs().\n\nThis commit stops traversing the cluster chain when there is unused\ndirectory entry in the cluster to avoid this infinite loop."
"value":"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: exfat: se corrige el bucle infinito en exfat_readdir() Si el sistema de archivos est\u00e1 da\u00f1ado de modo que un cl\u00faster est\u00e1 vinculado a s\u00ed mismo en la cadena de cl\u00fasteres y hay una entrada de directorio sin usar en el cl\u00faster, 'dentry' no se incrementar\u00e1, lo que provocar\u00e1 que la condici\u00f3n 'dentry < max_dentries' no pueda evitar un bucle infinito. Este bucle infinito hace que s_lock no se libere y otras tareas se cuelguen, como exfat_sync_fs(). Esta confirmaci\u00f3n deja de recorrer la cadena de cl\u00fasteres cuando hay una entrada de directorio sin usar en el cl\u00faster para evitar este bucle infinito."