CVE-2024-26813

In the Linux kernel, the following vulnerability has been resolved: vfio/platform: Create persistent IRQ handlers The vfio-platform SET_IRQS ioctl currently allows loopback triggering of an interrupt before a signaling eventfd has been configured by the user, which thereby allows a NULL pointer dereference. Rather than register the IRQ relative to a valid trigger, register all IRQs in a disabled state in the device open path. This allows mask operations on the IRQ to nest within the overall enable state governed by a valid eventfd signal. This decouples @masked, protected by the @locked spinlock from @trigger, protected via the @igate mutex. In doing so, it's guaranteed that changes to @trigger cannot race the IRQ handlers because the IRQ handler is synchronously disabled before modifying the trigger, and loopback triggering of the IRQ via ioctl is safe due to serialization with trigger changes via igate. For compatibility, request_irq() failures are maintained to be local to the SET_IRQS ioctl rather than a fatal error in the open device path. This allows, for example, a userspace driver with polling mode support to continue to work regardless of moving the request_irq() call site. This necessarily blocks all SET_IRQS access to the failed index.
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:*:*:*:*:*:*:*:*

History

20 Dec 2024, 14:30

Type Values Removed Values Added
First Time Linux linux Kernel
Linux
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
References () https://git.kernel.org/stable/c/07afdfd8a68f9eea8db0ddc4626c874f29d2ac5e - () https://git.kernel.org/stable/c/07afdfd8a68f9eea8db0ddc4626c874f29d2ac5e - Patch
References () https://git.kernel.org/stable/c/09452c8fcbd7817c06e8e3212d99b45917e603a5 - () https://git.kernel.org/stable/c/09452c8fcbd7817c06e8e3212d99b45917e603a5 - Patch
References () https://git.kernel.org/stable/c/0f8d8f9c2173a541812dd750529f4a415117eb29 - () https://git.kernel.org/stable/c/0f8d8f9c2173a541812dd750529f4a415117eb29 - Patch
References () https://git.kernel.org/stable/c/62d4e43a569b67929eb3319780be5359694c8086 - () https://git.kernel.org/stable/c/62d4e43a569b67929eb3319780be5359694c8086 - Patch
References () https://git.kernel.org/stable/c/675daf435e9f8e5a5eab140a9864dfad6668b375 - () https://git.kernel.org/stable/c/675daf435e9f8e5a5eab140a9864dfad6668b375 - Patch
References () https://git.kernel.org/stable/c/7932db06c82c5b2f42a4d1a849d97dba9ce4a362 - () https://git.kernel.org/stable/c/7932db06c82c5b2f42a4d1a849d97dba9ce4a362 - Patch
References () https://git.kernel.org/stable/c/cc5838f19d39a5fef04c468199699d2a4578be3a - () https://git.kernel.org/stable/c/cc5838f19d39a5fef04c468199699d2a4578be3a - Patch
References () https://git.kernel.org/stable/c/d6bedd6acc0bcb1e7e010bc046032e47f08d379f - () https://git.kernel.org/stable/c/d6bedd6acc0bcb1e7e010bc046032e47f08d379f - Patch
References () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html - () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html - Patch
CWE CWE-476
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5

21 Nov 2024, 09:03

Type Values Removed Values Added
References
  • () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html -
References () https://git.kernel.org/stable/c/07afdfd8a68f9eea8db0ddc4626c874f29d2ac5e - () https://git.kernel.org/stable/c/07afdfd8a68f9eea8db0ddc4626c874f29d2ac5e -
References () https://git.kernel.org/stable/c/09452c8fcbd7817c06e8e3212d99b45917e603a5 - () https://git.kernel.org/stable/c/09452c8fcbd7817c06e8e3212d99b45917e603a5 -
References () https://git.kernel.org/stable/c/0f8d8f9c2173a541812dd750529f4a415117eb29 - () https://git.kernel.org/stable/c/0f8d8f9c2173a541812dd750529f4a415117eb29 -
References () https://git.kernel.org/stable/c/62d4e43a569b67929eb3319780be5359694c8086 - () https://git.kernel.org/stable/c/62d4e43a569b67929eb3319780be5359694c8086 -
References () https://git.kernel.org/stable/c/675daf435e9f8e5a5eab140a9864dfad6668b375 - () https://git.kernel.org/stable/c/675daf435e9f8e5a5eab140a9864dfad6668b375 -
References () https://git.kernel.org/stable/c/7932db06c82c5b2f42a4d1a849d97dba9ce4a362 - () https://git.kernel.org/stable/c/7932db06c82c5b2f42a4d1a849d97dba9ce4a362 -
References () https://git.kernel.org/stable/c/cc5838f19d39a5fef04c468199699d2a4578be3a - () https://git.kernel.org/stable/c/cc5838f19d39a5fef04c468199699d2a4578be3a -
References () https://git.kernel.org/stable/c/d6bedd6acc0bcb1e7e010bc046032e47f08d379f - () https://git.kernel.org/stable/c/d6bedd6acc0bcb1e7e010bc046032e47f08d379f -

05 Nov 2024, 10:15

Type Values Removed Values Added
References
  • {'url': 'https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html', 'source': '416baaa9-dc9f-4396-8d5f-8c081fb06d67'}

25 Jun 2024, 22:15

Type Values Removed Values Added
References
  • () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html -

13 Apr 2024, 12:15

Type Values Removed Values Added
References
  • () https://git.kernel.org/stable/c/07afdfd8a68f9eea8db0ddc4626c874f29d2ac5e -
  • () https://git.kernel.org/stable/c/09452c8fcbd7817c06e8e3212d99b45917e603a5 -

10 Apr 2024, 15:16

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: vfio/plataforma: cree controladores IRQ persistentes. La plataforma vfio SET_IRQS ioctl actualmente permite la activación de bucle invertido de una interrupción antes de que el usuario haya configurado un evento de señalización, lo que permite un puntero NULL. desreferencia. En lugar de registrar la IRQ relativa a un activador válido, registre todas las IRQ en estado deshabilitado en la ruta abierta del dispositivo. Esto permite que las operaciones de máscara en la IRQ se aniden dentro del estado de habilitación general gobernado por una señal eventfd válida. Esto desacopla a @masked, protegido por el spinlock @locked de @trigger, protegido a través del mutex @igate. Al hacerlo, se garantiza que los cambios en @trigger no puedan competir con los controladores IRQ porque el controlador IRQ se desactiva sincrónicamente antes de modificar el disparador, y la activación en bucle invertido de la IRQ a través de ioctl es segura debido a la serialización con cambios en el disparador a través de igate. Por compatibilidad, las fallas de request_irq() se mantienen locales para el ioctl SET_IRQS en lugar de un error fatal en la ruta abierta del dispositivo. Esto permite, por ejemplo, que un controlador de espacio de usuario compatible con el modo de sondeo continúe funcionando independientemente de mover el sitio de llamada request_irq(). Esto necesariamente bloquea todo el acceso SET_IRQS al índice fallido.
References
  • () https://git.kernel.org/stable/c/cc5838f19d39a5fef04c468199699d2a4578be3a -

05 Apr 2024, 09:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-04-05 09:15

Updated : 2024-12-20 14:30


NVD link : CVE-2024-26813

Mitre link : CVE-2024-26813

CVE.ORG link : CVE-2024-26813


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-476

NULL Pointer Dereference