Show filters
30 Total Results
Displaying 11-20 of 30
Sort by:
Attacker Value
Unknown

CVE-2023-41361

Disclosure Date: August 29, 2023 (last updated October 27, 2023)
An issue was discovered in FRRouting FRR 9.0. bgpd/bgp_open.c does not check for an overly large length of the rcv software version.
Attacker Value
Unknown

CVE-2023-41360

Disclosure Date: August 29, 2023 (last updated December 23, 2023)
An issue was discovered in FRRouting FRR through 9.0. bgpd/bgp_packet.c can read the initial byte of the ORF header in an ahead-of-stream situation.
Attacker Value
Unknown

CVE-2023-41359

Disclosure Date: August 29, 2023 (last updated December 23, 2023)
An issue was discovered in FRRouting FRR through 9.0. There is an out-of-bounds read in bgp_attr_aigp_valid in bgpd/bgp_attr.c because there is no check for the availability of two bytes during AIGP validation.
Attacker Value
Unknown

CVE-2023-41358

Disclosure Date: August 29, 2023 (last updated December 23, 2023)
An issue was discovered in FRRouting FRR through 9.0. bgpd/bgp_packet.c processes NLRIs if the attribute length is zero.
Attacker Value
Unknown

CVE-2023-3748

Disclosure Date: July 24, 2023 (last updated October 08, 2023)
A flaw was found in FRRouting when parsing certain babeld unicast hello messages that are intended to be ignored. This issue may allow an attacker to send specially crafted hello messages with the unicast flag set, the interval field set to 0, or any TLV that contains a sub-TLV with the Mandatory flag set to enter an infinite loop and cause a denial of service.
Attacker Value
Unknown

CVE-2023-31490

Disclosure Date: May 09, 2023 (last updated December 21, 2023)
An issue found in Frrouting bgpd v.8.4.2 allows a remote attacker to cause a denial of service via the bgp_attr_psid_sub() function.
Attacker Value
Unknown

CVE-2023-31489

Disclosure Date: May 09, 2023 (last updated December 21, 2023)
An issue found in Frrouting bgpd v.8.4.2 allows a remote attacker to cause a denial of service via the bgp_capability_llgr() function.
Attacker Value
Unknown

CVE-2022-43681

Disclosure Date: May 03, 2023 (last updated February 17, 2024)
An out-of-bounds read exists in the BGP daemon of FRRouting FRR through 8.4. When sending a malformed BGP OPEN message that ends with the option length octet (or the option length word, in case of an extended OPEN message), the FRR code reads of out of the bounds of the packet, throwing a SIGABRT signal and exiting. This results in a bgpd daemon restart, causing a Denial-of-Service condition.
Attacker Value
Unknown

CVE-2022-40318

Disclosure Date: May 03, 2023 (last updated February 17, 2024)
An issue was discovered in bgpd in FRRouting (FRR) through 8.4. By crafting a BGP OPEN message with an option of type 0xff (Extended Length from RFC 9072), attackers may cause a denial of service (assertion failure and daemon restart, or out-of-bounds read). This is possible because of inconsistent boundary checks that do not account for reading 3 bytes (instead of 2) in this 0xff case. NOTE: this behavior occurs in bgp_open_option_parse in the bgp_open.c file, a different location (with a different attack vector) relative to CVE-2022-40302.
Attacker Value
Unknown

CVE-2022-40302

Disclosure Date: May 03, 2023 (last updated February 01, 2024)
An issue was discovered in bgpd in FRRouting (FRR) through 8.4. By crafting a BGP OPEN message with an option of type 0xff (Extended Length from RFC 9072), attackers may cause a denial of service (assertion failure and daemon restart, or out-of-bounds read). This is possible because of inconsistent boundary checks that do not account for reading 3 bytes (instead of 2) in this 0xff case.