CVE-2026-28532 PUBLISHED

FRRouting < 10.5.3 Integer Overflow in OSPF TLV Parser Functions

Assigner: VulnCheck
Reserved: 27.02.2026 Published: 30.04.2026 Updated: 30.04.2026

FRRouting before 10.5.3 contains an integer overflow vulnerability in seven OSPF Traffic Engineering and Segment Routing TLV parser functions where a uint16_t accumulator variable truncates uint32_t values returned by the TLV_SIZE() macro, causing the loop termination condition to fail while pointer advancement continues unchecked. Attackers with an established OSPF adjacency can send a crafted LS Update packet with a malicious Type 10 or Type 11 Opaque LSA to trigger out-of-bounds memory reads and crash all affected routers in the OSPF area or autonomous system.

Metrics

CVSS Vector: CVSS:4.0/AV:A/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 6

Product Status

Vendor FRRouting
Product frr
Versions Default: affected
  • affected from 0 to 10.5.3 (incl.)

Credits

  • Kazuma Matsumoto, a security researcher at GMO Cybersecurity by IERAE, Inc. finder
  • VulnCheck finder

References

Problem Types

  • CWE-190: Integer Overflow or Wraparound CWE
  • CWE-125: Out-of-bounds Read CWE