Skip to content
Snippets Groups Projects
Commit c5927943 authored by Samuel Thibault's avatar Samuel Thibault
Browse files

ip_reass: Fix use after free


Using ip_deq after m_free might read pointers from an allocation reuse.

This would be difficult to exploit, but that is still related with
CVE-2019-14378 which generates fragmented IP packets that would trigger this
issue and at least produce a DoS.

Signed-off-by: default avatarSamuel Thibault <samuel.thibault@ens-lyon.org>
parent 76462e2f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment