PT-2026-51922 · Linux · Linux

Publicado

2026-06-24

·

Atualizado

2026-06-24

·

CVE-2026-53028

Nenhuma

Não há classificações de severidade ou métricas disponíveis. Quando houver, atualizaremos as informações correspondentes na página.
In the Linux kernel, the following vulnerability has been resolved:
usb: typec: Fix error pointer dereference
The variable tps->partner is checked for an error pointer and then if it is, it sends an error message but does not return and then immediately dereferenced a few lines below:
tps->partner = typec register partner(tps->port, &desc); if (IS ERR(tps->partner)) dev warn(tps->dev, "%s: failed to register partnet ", func );
if (desc.identity) { typec partner set identity(tps->partner); cd321x->cur partner identity = st.partner identity; }
Add early return and fix spelling mistake in error message.
Detected by Smatch: drivers/usb/typec/tipd/core.c:827 cd321x update work() error: 'tps->partner' dereferencing possible ERR PTR()
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾

Identificadores relacionados

CVE-2026-53028

Produtos afetados

Linux