]> git.proxmox.com Git - mirror_frr.git/commit
ospfd: CVE-2011-3325 part 1 (OSPF header underrun)
authorDenis Ovsienko <infrastation@yandex.ru>
Mon, 26 Sep 2011 09:17:52 +0000 (13:17 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Mon, 26 Sep 2011 14:46:42 +0000 (18:46 +0400)
commit61ab0301606053192f45c188bc48afc837518770
treeb7d9037390cd7beefcd7c1c54d2573ef92af80cd
parent6b161fc12a15aba8824c84d1eb38e529aaf70769
ospfd: CVE-2011-3325 part 1 (OSPF header underrun)

This vulnerability (CERT-FI #514838) was reported by CROSS project.

When only 14 first bytes of a Hello packet is delivered, ospfd crashes.

* ospf_packet.c
  * ospf_read(): add size check
ospfd/ospf_packet.c