Researchers found DoS flaws in popular BGP implementation

Vulnerabilities in a software implementation of the Border Gateway Protocol (BGP) that could be weaponized to trigger a DoS condition on BGP peers.

Forescout Vedere Labs researchers discovered multiple vulnerabilities in the software implementation of the Border Gateway Protocol (BGP). The issues reside in the BGP message parsing in version 8.4 of FRRouting implementation, a leading open-source implementation of the protocol. The flaw can be exploited to trigger a denial of service (DoS) condition on vulnerable BGP peers.

Technically the flaws can be exploited to drop all BGP sessions and routing tables, rendering the peer unresponsive.

The researchers pointed out that Border Gateway Protocol implementations are widely adopted, common uses include traffic routing in large data centers and BGP extensions, such as MP-BGP, or for MPLS L3 VPNs.

The FRRouting implementation is currently used in the networking solutions of several major vendors, including nVidia Cumulus, DENT, and SONiC.

“Attackers may leverage any of the three new vulnerabilities to achieve a DoS on a vulnerable BGP peer, thus dropping all BGP sessions and routing tables and rendering the peer unresponsive for several seconds. The DoS condition may be prolonged indefinitely by repeatedly sending malformed packets.” reads the advisory published by the company.

The discovery is the result of a broader analysis of seven popular Border Gateway Protocol implementations, three open-source (FRRouting, BIRD, OpenBGPd) and four closed source (Mikrotik RouterOS, Juniper JunOS, Cisco IOS, Arista EOS).

Below is the list of the flaws discovered by Forescout:

CVE IDDescriptionCVSSv3.1Potential ImpactCVE-2022-40302Out-of-bounds read when processing a malformed BGP OPEN message with an Extended Optional Parameters Length option.6.5DoSCVE-2022-40318Out-of-bounds read when processing a malformed BGP OPEN message with an Extended Optional Parameters Length option. This is a different issue from CVE-2022-40302.6.5DoSCVE-2022-43681Out-of-bounds read when processing a malformed BGP OPEN message that abruptly ends with the option length octet (or the option length word, in case of OPEN with extended option lengths message).6.5DoSThe researchers pointed out that the flaws CVE-2022-40302 and CVE-2022-43681 can be triggered before FRRouting validates BGP Identifier and ASN fields. While FRRouting only allows connections between configured peers by default (e.g., OPEN messages from hosts not present in the config files will not be accepted), in the attack scenario described in the advisory, threat actors can spoof a valid IP address of a trusted peer. Threat actors can also take advantage of misconfigurations or attempt to compromise a legitimate peer by exploiting other vulnerabilities.

It has been estimated that there are over 330,000 hosts with BGP enabled on the internet and approximately 1,000 of them replies to unsolicited BGP OPEN messages. Most of the Border Gateway Protocol hosts are in China (close to 100,000), the US (50,000) and the UK (16,000). The experts discovered more than 1,000 hosts running FRRouting, but not all of them have Border Gateway Protocol enabled. Again.

The vulnerabilities were addressed by the FRRouting team with the release of the following versions:

CVE-2022-40302 and CVE-2022-40318: https://github.com/FRRouting/frr/pull/12043

CVE-2022-43681: https://github.com/FRRouting/frr/pull/12247
“Our research shows that modern BGP implementations still have low-hanging fruit that can be abused by attackers.” concludes the advisory.

Forescout also released a Python-based open-source fuzzer tool that allows organizations to test the security of the Border Gateway Protocol suites used internally and find new vulnerabilities in Border Gateway Protocol implementations.

Please vote for Security Affairs (https://securityaffairs.com/) as the best European Cybersecurity Blogger Awards 2022 – VOTE FOR YOUR WINNERSVote for me in the sections:

The Teacher – Most Educational Blog

The Entertainer – Most Entertaining Blog

The Tech Whizz – Best Technical Blog

Best Social Media Account to Follow (@securityaffairs)
Please nominate Security Affairs as your favorite blog.

Nominate here: https://docs.google.com/forms/d/e/1FAIpQLSfaFMkrMlrLhOBsRPKdv56Y4HgC88Bcji4V7OCxCm_OmyPoLw/viewform

Follow me on Twitter: @securityaffairs and Facebook and Mastodon

Pierluigi Paganini

(SecurityAffairs – hacking, Border Gateway Protocol)

The post Researchers found DoS flaws in popular BGP implementation appeared first on Security Affairs.