Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
The majority of customers have automatic updating enabled and will not need to take any action because this security update will be downloaded and installed automatically
Когда приходит UDP пакет, поскольку это безсессионный протокол, каждый пакет должен быть рассмотрен TCP/IP стеком. В заголовке пакета есть адрес и порт назначения, длина пакета и контрольная сумма псевдо-заголовка (IPv4/IPv6), заголовка UDP и данных. Это означает, что прежде чем отвергнуть пакет, стек должен убедиться, что данные, которые он получил, корректны хотя бы с точки зрения целостности самого пакета. То есть, даже если пакет предназначен порту, который никто не слушает, сетевой стек все равно его прочитает. Видимо, в вычислении контрольной суммы и была ошибка в обработке, которая приводит к какой-нибудь операции по размещению подменного адреса возврата на стеке.via
Exploitability
While the last scenario can theoretically lead to RCE, we believe it is difficult to achieve RCE using this vulnerability considering that the type of network packets required are normally filtered at the perimeter and the small timing window between the release and next access of the structure, and a large number of packets are required to pull off the attack. As a result, we assign an Exploitability Index of «2» for this vulnerability.

/*
* MS11-083 DoS/PoC exploit
* ========================
* This attempts to trigger the ICMP refCount overflow
* in TCP/IP stack of Win7/Vista/Win2k8 hosts. This
* requires sending 2^32 UDP packets to a host on a closed
* port, or 4,294,967,296 packets. A dereference function
* must be called that is not triggered via ICMP echo
* request packets. This exploit creates 250 threads and
* floods a host with UDP packets and then attempts to
* trigger the de-ref using ping. I calculated that it
* would take approximately 52 days for the host to
* enter a condition where this vulnerability is
* triggerable.
*
* -- prdelka
*/
Дырка большого диаметра в Microsoft Windows