3 matches found
CVE-2026-56015
Net::IP::LPM versions through 1.10 for Perl allow a heap out-of-bounds read via an unbounded prefix length. add passes the prefix string to the trie builder addPrefixToTrie without checking it against the address width. addPrefixToTrie then walks the prefix buffer by prefixlength bits, reading...
CVE-2026-56015
CVE-2026-56015 affects Net::IP::LPM versions up to 1.10 for Perl and causes a heap out-of-bounds read when a prefix length is unbounded. The vulnerable path occurs in add() -> addPrefixToTrie() where the prefix is not validated against the IPv4/IPv6 address width before walking the buffer by p...
EUVD-2026-41541
Net::IP::LPM versions through 1.10 for Perl allow a heap out-of-bounds read via an unbounded prefix length. add passes the prefix string to the trie builder addPrefixToTrie without checking it against the address width. addPrefixToTrie then walks the prefix buffer by prefixlength bits, reading...