The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-28681

CVE-2026-28681: IRRd Auth Bypass Vulnerability

CVE-2026-28681 is an authentication bypass vulnerability in Internet Routing Registry daemon (IRRd) that allows attackers to hijack accounts via Host header manipulation. This article covers technical details, affected versions, and patches.

Published: March 13, 2026

CVE-2026-28681 Overview

CVE-2026-28681 is an open redirect vulnerability (CWE-601) in the Internet Routing Registry daemon version 4 (IRRd), an IRR database server that processes IRR objects in the RPSL format. This vulnerability allows attackers to manipulate the HTTP Host header during password reset or account creation requests, causing confirmation emails to contain links pointing to attacker-controlled domains. When users click these malicious links, authentication tokens are exposed to attackers, enabling complete account takeover.

Critical Impact

Successful exploitation allows attackers to take over user accounts and modify RPSL routing objects maintained by compromised accounts, potentially affecting internet routing infrastructure.

Affected Products

  • IRRd versions 4.4.0 to 4.4.4
  • IRRd versions 4.5.0 to 4.5.0
  • Internet Routing Registry daemon version 4 (RPSL-processing IRR database server)

Discovery Timeline

  • March 6, 2026 - CVE-2026-28681 published to NVD
  • March 9, 2026 - Last updated in NVD database

Technical Details for CVE-2026-28681

Vulnerability Analysis

This vulnerability exploits insufficient validation of the HTTP Host header in IRRd's authentication workflow. When a user initiates a password reset or account creation, the application generates a confirmation email containing a URL constructed using the Host header from the incoming HTTP request. An attacker can intercept or craft requests with a manipulated Host header pointing to their malicious domain.

The resulting confirmation email will contain a link to the attacker's server instead of the legitimate IRRd instance. When the victim clicks the link in their email, their authentication token is transmitted to the attacker's server. The attacker can then use this captured token on the real IRRd instance to complete the password reset or account verification, gaining full control of the victim's account.

Once an account is compromised, attackers can modify RPSL (Routing Policy Specification Language) objects maintained by that account's mntners (maintainer objects). This could have significant implications for internet routing infrastructure, as RPSL objects define routing policies used by network operators.

Root Cause

The root cause of this vulnerability is improper validation of the HTTP Host header during email generation for authentication workflows. The application trusts user-supplied input from the Host header when constructing confirmation URLs, violating the principle of never trusting client-provided data for security-critical operations. This is classified as CWE-601 (URL Redirection to Untrusted Site), commonly known as Open Redirect.

Attack Vector

The attack leverages network-accessible endpoints and requires user interaction (clicking the malicious link in the email). The exploitation flow involves the following steps:

  1. The attacker identifies a target user account on an IRRd instance
  2. The attacker sends a password reset request while manipulating the HTTP Host header to point to their controlled domain (e.g., Host: attacker.com)
  3. The IRRd server generates an email containing a confirmation link with the attacker's domain
  4. The victim receives the legitimate-looking email and clicks the confirmation link
  5. The victim's browser sends the reset token to the attacker's server
  6. The attacker captures the token and uses it on the real IRRd instance to reset the password
  7. The attacker gains access to the compromised account

It is worth noting that two-factor authentication provides a mitigation layer—users with 2FA configured (required for those with override access) cannot have their accounts fully compromised even if an attacker successfully resets their password.

Detection Methods for CVE-2026-28681

Indicators of Compromise

  • Unusual HTTP Host header values in IRRd access logs that don't match legitimate server hostnames
  • Password reset requests originating from unexpected IP addresses or geographic locations
  • Multiple password reset requests for the same account in rapid succession
  • Unauthorized modifications to RPSL objects after suspicious authentication activity

Detection Strategies

  • Monitor web server and application logs for Host header anomalies where the header doesn't match configured server names
  • Implement alerting on password reset requests with mismatched Host headers compared to the application's configured base URL
  • Review audit logs for account access following password reset operations, especially from different IP addresses than the reset request
  • Deploy web application firewalls (WAF) with rules to detect Host header injection attempts

Monitoring Recommendations

  • Enable detailed HTTP request logging including all headers for authentication-related endpoints
  • Implement real-time monitoring of RPSL object modifications with alerts for unexpected changes
  • Configure alerts for password reset completion events, particularly when initiated from unfamiliar sources
  • Correlate authentication events with subsequent account activity to detect potential account takeovers

How to Mitigate CVE-2026-28681

Immediate Actions Required

  • Upgrade IRRd to version 4.4.5 or 4.5.1 immediately
  • Audit recent password reset and account creation activities for signs of exploitation
  • Review RPSL objects for unauthorized modifications
  • Enforce two-factor authentication for all privileged accounts with mntner access

Patch Information

The IRRd maintainers have released patched versions that address this vulnerability. Organizations should upgrade to the following versions:

  • For 4.4.x series: Upgrade to version 4.4.5 - See IRRd Documentation Release 4.4.5
  • For 4.5.x series: Upgrade to version 4.5.1 - See IRRd Documentation Release 4.5.1

The security patches are available via GitHub commits:

  • GitHub Commit 8408e0f
  • GitHub Commit cf62df4a

For complete details, refer to the GitHub Security Advisory GHSA-22m3-c7vp-49fj.

Workarounds

  • Configure a reverse proxy (such as nginx or Apache) to validate and enforce the Host header before requests reach IRRd
  • Require two-factor authentication for all user accounts, which prevents full account takeover even if password reset is exploited
  • Implement network-level controls to restrict access to password reset functionality
  • Configure email security warnings for users to verify URL domains before clicking password reset links
bash
# Example nginx configuration to enforce Host header
server {
    listen 443 ssl;
    server_name irrd.example.com;
    
    # Reject requests with unexpected Host headers
    if ($host !~ ^(irrd\.example\.com)$) {
        return 444;
    }
    
    location / {
        proxy_pass http://localhost:8080;
        proxy_set_header Host irrd.example.com;
    }
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechInternet Routing Registry

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-601
  • Technical References
  • GitHub Commit 8408e0f

  • GitHub Commit cf62df4a

  • GitHub Security Advisory GHSA-22m3-c7vp-49fj

  • IRRd Documentation Release 4.4.5

  • IRRd Documentation Release 4.5.1
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE Vulnerability
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