CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-4247

High
Published: Translated: NVD NIST

Summary

Podatność CVE-2026-4247 dotyczy wycieku mbuf w systemie FreeBSD, gdy funkcja tcp_respond() nieprawidłowo obsługuje pakiety challenge ACK. Atakujący mogą wykorzystać tę lukę, wysyłając odpowiednio skonstruowane pakiety, co prowadzi do wycieku pamięci dla każdego nadmiarowego pakietu.

Risk Assessment

Organizacja narażona jest na wyciek pamięci, co może prowadzić do obniżenia wydajności systemu oraz potencjalnego wyczerpania zasobów. Atakujący mogą wykorzystać tę lukę, aby przeprowadzić ataki DoS na dotknięte maszyny FreeBSD.

Recommendation

Zaleca się aktualizację systemu FreeBSD do najnowszej wersji, która zawiera poprawki dla tej podatności. Dodatkowo, warto monitorować ruch sieciowy w celu wykrywania podejrzanych pakietów mogących wykorzystać tę lukę.

Related vulnerabilities

Original NVD description (English source)

When a challenge ACK is to be sent tcp_respond() constructs and sends the challenge ACK and consumes the mbuf that is passed in. When no challenge ACK should be sent the function returns and leaks the mbuf. If an attacker is either on path with an established TCP connection, or can themselves establish a TCP connection, to an affected FreeBSD machine, they can easily craft and send packets which meet the challenge ACK criteria and cause the FreeBSD host to leak an mbuf for each crafted packet in excess of the configured rate limit settings i.e. with default settings, crafted packets in excess of the first 5 sent within a 1s period will leak an mbuf. Technically, off-path attackers can also exploit this problem by guessing the IP addresses, TCP port numbers and in some cases the sequence numbers of established connections and spoofing packets towards a FreeBSD machine, but this is harder to do effectively.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS