Katalog CVE

CVE-2026-63828

WysokieCVSS 8.4
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.13%

Percentyl 3 - wyżej niż 3% wszystkich znanych CVE

Streszczenie

Podatność w jądrze Linux w module AppArmor pozwala na obejście mediacji połączeń sieciowych poprzez użycie flagi MSG_FASTOPEN w funkcji sendmsg(). Profil AppArmor zezwalający na wysyłanie, ale blokujący nawiązywanie połączeń, może zostać ominięty.

Ocena ryzyka

Ograniczony proces może nawiązać połączenie TCP/MPTCP, które normalnie byłoby zablokowane, co może prowadzić do nieautoryzowanego dostępu do sieci zewnętrznych.

Rekomendacja

Zastosuj łatkę z jądra Linux, która dodaje mediację niejawnego połączenia w apparmor_socket_sendmsg() dla MSG_FASTOPEN.

Inne podatności w Linux kernel

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS