Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgpd: fix insecure data write with area addresses
Fix an issue where an attacker may inject a tainted length value to corrupt the memory. > CID 1568380 (#1 of 1): Untrusted value as argument (TAINTED_SCALAR) > 9. tainted_data: Passing tainted expression length to bgp_linkstate_nlri_value_display, which uses it as an offset Fixes: 8b531b1 ("bgpd: store and send bgp link-state attributes") Signed-off-by: Louis Scalbert <[email protected]>
- Loading branch information