CVE-2026-63893
Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
19/07/2026
Última modificación:
20/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
thunderbolt: property: Reject u32 wrap in tb_property_entry_valid()<br />
<br />
entry->value is u32 and entry->length is u16; the sum is performed in<br />
u32 and wraps. A malicious XDomain peer can pick<br />
value = 0xffffff00, length = 0x100 so the sum 0x100000000 wraps to 0<br />
and passes the > block_len check. tb_property_parse() then passes<br />
entry->value to parse_dwdata() as a dword offset into the property<br />
block, reading attacker-directed memory far past the allocation.<br />
<br />
For TEXT-typed entries with the "deviceid" or "vendorid" keys this<br />
lands in xd->device_name / xd->vendor_name and is readable back via<br />
the per-XDomain device_name / vendor_name sysfs attributes; the leak<br />
is NUL-bounded (kstrdup() stops at the first zero byte) and<br />
untargeted (the attacker picks a delta, not an absolute address).<br />
DATA-typed entries are parsed into property->value.data but not<br />
generically surfaced to userspace.<br />
<br />
Use check_add_overflow() so a wrapped sum is rejected.
Impacto
Puntuación base 3.x
8.10
Gravedad 3.x
ALTA
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/01deda0152066c6c955f0619114ea6afa070aaec
- https://git.kernel.org/stable/c/31b98e503ecca8077e5247253dd5425ab84bc96d
- https://git.kernel.org/stable/c/5c06a3043ad944f087bb2ae0aae28d820bb9f460
- https://git.kernel.org/stable/c/6a63623621639acbb39bc2d9fb09559681716695
- https://git.kernel.org/stable/c/8d4a758b407ab3de3be86d1ceadfa35d717d30c7
- https://git.kernel.org/stable/c/9fee50c4e1e42f6d3cbe30df584f9f648f626071
- https://git.kernel.org/stable/c/a47784aee77f33f786dc5d7375db821bdae68792
- https://git.kernel.org/stable/c/e8a0b0a93a6ef958e70b1dd4930beb6dc0026b36



