В ядре Linux устранена следующая уязвимость:
netfilter: nfnetlink_log: учет размера заголовка netlink
Это продолжение старого исправления ошибки: NLMSG_DONE необходимо учитывать
для размера заголовка netlink, а не только для размера атрибута.
Это может привести к появлению WARN splat + отбрасыванию сообщения netlink,
but other than this there are no ill effects.
Показать оригинальное описание (EN)
In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_log: account for netlink header size This is a followup to an old bug fix: NLMSG_DONE needs to account for the netlink header size, not just the attribute size. This can result in a WARN splat + drop of the netlink message, but other than this there are no ill effects.