CVE-2026-43306
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
08/05/2026
Última modificación:
15/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
bpf: crypto: Use the correct destructor kfunc type<br />
<br />
With CONFIG_CFI enabled, the kernel strictly enforces that indirect<br />
function calls use a function pointer type that matches the target<br />
function. I ran into the following type mismatch when running BPF<br />
self-tests:<br />
<br />
CFI failure at bpf_obj_free_fields+0x190/0x238 (target:<br />
bpf_crypto_ctx_release+0x0/0x94; expected type: 0xa488ebfc)<br />
Internal error: Oops - CFI: 00000000f2008228 [#1] SMP<br />
...<br />
<br />
As bpf_crypto_ctx_release() is also used in BPF programs and using<br />
a void pointer as the argument would make the verifier unhappy, add<br />
a simple stub function with the correct type and register it as the<br />
destructor kfunc instead.
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.10 (incluyendo) | 6.12.75 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.16 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.6 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



