PT-2026-61144 · Linux · Linux

CVE-2026-63828

·

Publicado

2026-07-19

·

Atualizado

2026-07-19

CVSS v3.1

8.4

Alta

VetorAV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
In the Linux kernel, the following vulnerability has been resolved:
apparmor: mediate the implicit connect of TCP fast open sendmsg
sendmsg()/sendto() with MSG FASTOPEN is a combination of connect(2) and write(2): it opens the connection in the SYN. apparmor socket sendmsg() only checks AA MAY SEND, so a profile that grants send but denies connect lets a confined task open an outbound TCP/MPTCP connection that connect(2) would have refused, bypassing connect mediation.
Mediate the implicit connect when MSG FASTOPEN is set and a destination is supplied. Add it to apparmor socket sendmsg() (not the shared aa sock msg perm() helper, which recvmsg also uses) and call aa sk perm() directly, mirroring the selinux and tomoyo fixes. sk is tcp() does not cover MPTCP fast open, so the SOCK STREAM/IPPROTO MPTCP arm is explicit.

Correção

Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾

Identificadores relacionados

CVE-2026-63828

Produtos afetados

Linux