Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-5107

CVE-2026-5107: FRRouting Auth Bypass Vulnerability

CVE-2026-5107 is an authentication bypass flaw in FRRouting FRR up to 10.5.1 affecting the EVPN Type-2 Route Handler. This post covers the technical details, affected versions, security impact, and mitigation steps.

Published: April 2, 2026

CVE-2026-5107 Overview

A vulnerability has been identified in FRRouting (FRR) up to version 10.5.1 that affects the process_type2_route function within the bgpd/bgp_evpn.c file of the EVPN Type-2 Route Handler component. This improper access control vulnerability (CWE-266: Incorrect Privilege Assignment) allows remote attackers to potentially manipulate routing information, though exploitation is considered difficult due to high attack complexity and requires low-level privileges.

Critical Impact

Attackers with network access and low privileges could exploit insufficient validation in EVPN route processing to cause limited integrity and availability impacts on affected FRRouting deployments.

Affected Products

  • FRRouting FRR versions up to 10.5.1
  • Systems running BGP daemon with EVPN functionality enabled
  • Network infrastructure utilizing FRR for BGP routing

Discovery Timeline

  • 2026-03-30 - CVE-2026-5107 published to NVD
  • 2026-03-30 - Last updated in NVD database

Technical Details for CVE-2026-5107

Vulnerability Analysis

This vulnerability resides in the EVPN (Ethernet VPN) Type-2 route processing functionality within FRRouting's BGP daemon. EVPN Type-2 routes are used to advertise MAC and IP address information across a BGP network, making proper validation critical for network integrity. The flaw stems from insufficient validation of the IP address length field within EVPN Network Layer Reachability Information (NLRI) packets before processing, which could allow an authenticated remote attacker to cause limited integrity and availability impacts on the routing infrastructure.

The vulnerability requires network access and low-level authentication, combined with high attack complexity, making practical exploitation challenging but not impossible in targeted scenarios against vulnerable network infrastructure.

Root Cause

The root cause is improper access control (CWE-266) in the EVPN route parsing logic. Specifically, the process_type2_route function in bgpd/bgp_evpn.c failed to properly validate the ipaddr_len field against the actual NLRI packet size before processing. This missing validation allowed malformed EVPN Type-2 and Type-4 routes to bypass proper boundary checks, potentially leading to incorrect route processing behavior.

Attack Vector

The attack can be initiated remotely over a network connection by sending specially crafted BGP EVPN route updates to a vulnerable FRRouting instance. The attacker must have at least low-level privileges (such as an established BGP peering session) to send route updates. Due to the high complexity nature of the attack, successful exploitation requires:

  1. Establishing a BGP session with the target FRR router
  2. Crafting malformed EVPN Type-2 or Type-4 NLRI packets with invalid IP address length values
  3. Sending the malicious route updates through the established BGP session

The following code from the security patch demonstrates the fix that validates NLRI length against IP address length:

c
 		goto fail;
 	}
 
+	/* Validate ipaddr_len against the NLRI length */
+	if ((psize != 33 + (ipaddr_len / 8)) && (psize != 36 + (ipaddr_len / 8))) {
+		flog_err(EC_BGP_EVPN_ROUTE_INVALID,
+			 "%u:%s - Rx EVPN Type-2 NLRI with invalid IP address length %d",
+			 peer->bgp->vrf_id, peer->host, ipaddr_len);
+		goto fail;
+	}
+
 	if (ipaddr_len) {
 		ipaddr_len /= 8; /* Convert to bytes. */
 		p.prefix.macip_addr.ip.ipa_type = (ipaddr_len == IPV4_MAX_BYTELEN)

Source: GitHub Commit Details

Similarly, the Type-4 route handler received validation improvements:

c
 	memcpy(&esi, pfx, ESI_BYTES);
 	pfx += ESI_BYTES;
 
 	/* Get the IP. */
 	ipaddr_len = *pfx++;
+
+	/* Validate */
+	if (psize != 19 + (ipaddr_len / 8)) {
+		flog_err(EC_BGP_EVPN_ROUTE_INVALID,
+			 "%u:%s - Rx EVPN Type-4 NLRI with invalid IP address length %d",
+			 peer->bgp->vrf_id, peer->host, ipaddr_len);
+		return -1;
+	}
+
 	if (ipaddr_len == IPV4_MAX_BITLEN) {
 		SET_IPADDR_V4(&vtep_ip);
 		memcpy(&vtep_ip.ipaddr_v4, pfx, IPV4_MAX_BYTELEN);

Source: GitHub Commit Details

Detection Methods for CVE-2026-5107

Indicators of Compromise

  • Unusual BGP EVPN route updates with malformed or inconsistent IP address length fields
  • Error messages in FRR logs containing EC_BGP_EVPN_ROUTE_INVALID entries
  • Unexpected BGP session resets or routing table inconsistencies
  • Network traffic analysis showing EVPN NLRI packets with mismatched length values

Detection Strategies

  • Monitor FRRouting log files for EVPN route parsing errors referencing invalid IP address lengths
  • Implement BGP session monitoring to detect anomalous route update patterns from peers
  • Deploy network intrusion detection systems (IDS) with rules for malformed BGP EVPN packets
  • Audit BGP peer relationships to identify potentially malicious or compromised peering sessions

Monitoring Recommendations

  • Enable verbose logging for the BGP daemon to capture EVPN route processing errors
  • Configure alerting on EC_BGP_EVPN_ROUTE_INVALID error codes in system logs
  • Regularly review BGP peer statistics for unusual route update volumes or error rates
  • Implement centralized log collection from all FRR routing instances for correlation analysis

How to Mitigate CVE-2026-5107

Immediate Actions Required

  • Upgrade FRRouting to a patched version that includes commit 7676cad65114aa23adde583d91d9d29e2debd045
  • Review and restrict BGP peer relationships to trusted, authenticated sources only
  • Enable BGP authentication (MD5 or TCP-AO) on all peering sessions
  • Audit current EVPN configurations and peer trust relationships

Patch Information

The vulnerability has been addressed in the FRRouting project through commit 7676cad65114aa23adde583d91d9d29e2debd045. This patch adds proper validation of the ipaddr_len field against the actual NLRI packet size for both EVPN Type-2 and Type-4 routes. Organizations should apply this patch or upgrade to a version containing this fix. For detailed patch information, refer to the GitHub Pull Request and GitHub Commit Details.

Workarounds

  • Implement strict BGP prefix filtering to limit which peers can send EVPN routes
  • Configure route-maps to validate EVPN route attributes before accepting updates
  • Deploy network segmentation to isolate routing infrastructure from untrusted networks
  • Consider disabling EVPN functionality if not required in your deployment
bash
# Configuration example - Enable BGP MD5 authentication for peer sessions
vtysh -c "configure terminal" \
      -c "router bgp <ASN>" \
      -c "neighbor <PEER_IP> password <STRONG_PASSWORD>" \
      -c "end" \
      -c "write memory"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFrrouting

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-266
  • Technical References
  • GitHub FRRouting Repository

  • GitHub Commit Details

  • GitHub Pull Request

  • VulDB Submission #780123

  • VulDB Vulnerability #354132

  • VulDB CVE Details #354132
  • Related CVEs
  • CVE-2023-38406: FRRouting Buffer Overflow Vulnerability

  • CVE-2025-61103: FRRouting OSPF DoS Vulnerability

  • CVE-2025-61104: FRRouting OSPF DoS Vulnerability

  • CVE-2025-61106: FRRouting OSPF NULL Pointer DoS Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English