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
    • 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-34148

CVE-2026-34148: Fedify TypeScript Library DoS Vulnerability

CVE-2026-34148 is a denial of service flaw in Fedify TypeScript library that allows attackers to force recursive HTTP redirects, causing resource exhaustion. This article covers technical details, affected versions, and patches.

Published: April 10, 2026

CVE-2026-34148 Overview

CVE-2026-34148 is a Denial of Service (DoS) vulnerability affecting Fedify, a TypeScript library for building federated server applications powered by ActivityPub. The vulnerability exists in the library's remote document loader and authenticated document loader components, which follow HTTP redirects recursively without enforcing a maximum redirect count or implementing visited-URL loop detection. This flaw allows an attacker who controls a remote ActivityPub key or actor URL to force servers using Fedify to make repeated outbound requests from a single inbound request, leading to resource consumption and denial of service.

Critical Impact

Attackers can exploit the uncontrolled HTTP redirect handling to cause resource exhaustion on federated servers, potentially disrupting ActivityPub-based social networking services and federated applications.

Affected Products

  • Fedify versions prior to 1.9.6
  • Fedify versions 1.10.x prior to 1.10.5
  • Fedify versions 2.0.x prior to 2.0.8
  • Fedify versions 2.1.x prior to 2.1.1

Discovery Timeline

  • April 6, 2026 - CVE-2026-34148 published to NVD
  • April 7, 2026 - Last updated in NVD database

Technical Details for CVE-2026-34148

Vulnerability Analysis

This vulnerability is classified as CWE-400 (Uncontrolled Resource Consumption). The flaw resides in Fedify's document loading mechanism, which is responsible for fetching remote ActivityPub resources such as actor profiles, public keys, and other federated content. When processing HTTP redirects, the library recursively follows redirect chains without implementing essential safeguards against redirect loops or excessive redirect chains.

In a typical ActivityPub implementation, servers need to fetch remote resources to verify signatures, retrieve actor information, and process federated activities. Fedify's document loaders handle these requests, but the absence of redirect depth limiting and loop detection creates an exploitable condition. An attacker can configure a malicious ActivityPub server to return redirect responses that either loop back to the same URL or create an extremely long redirect chain.

Root Cause

The root cause is the missing implementation of redirect loop protection mechanisms in Fedify's HTTP request handling. Specifically, the library lacks:

  1. Maximum redirect count enforcement - No upper limit on the number of redirects the library will follow for a single request
  2. Visited-URL tracking - No mechanism to detect and break circular redirect chains where a URL redirects back to a previously visited URL

This oversight allows malicious actors to craft redirect scenarios that cause the library to enter infinite or extremely long redirect loops, consuming server resources including network bandwidth, memory, and CPU cycles.

Attack Vector

The attack can be executed remotely over the network without requiring authentication. An attacker would need to:

  1. Control a remote server that can be referenced as an ActivityPub actor or key URL
  2. Configure that server to return HTTP redirect responses (3xx status codes) pointing either back to itself or to other URLs in a loop chain
  3. Trigger a Fedify-based application to fetch resources from the malicious URL, such as by sending a federated activity signed with a key hosted on the attacker's server

When the victim's Fedify application attempts to fetch the remote resource, it follows the redirects indefinitely, consuming resources until the request times out or the server becomes unresponsive. A single inbound request can generate numerous outbound requests, creating an amplification effect that exacerbates the denial of service impact.

Detection Methods for CVE-2026-34148

Indicators of Compromise

  • Unusual spikes in outbound HTTP requests from Fedify-based applications
  • Server resource exhaustion (high CPU, memory, or network utilization) correlated with ActivityPub federation activities
  • HTTP request logs showing repeated redirect chains to the same set of URLs
  • Connection timeouts or failures when processing federated activities from unknown or recently added remote actors

Detection Strategies

  • Monitor outbound HTTP request patterns for abnormal redirect chain lengths exceeding typical thresholds (typically 5-10 redirects is normal)
  • Implement network-level detection for repeated requests to the same external hosts within short time windows
  • Deploy application performance monitoring to detect resource consumption anomalies tied to federation processing
  • Review web application firewall logs for patterns indicating redirect loop exploitation attempts

Monitoring Recommendations

  • Configure alerting on outbound request rate limits per remote host to identify amplification attacks
  • Implement logging for HTTP redirect chains with visibility into redirect depth and target URLs
  • Monitor server resource metrics (CPU, memory, network) with correlation to ActivityPub request processing times
  • Establish baseline metrics for normal federation activity to enable anomaly detection

How to Mitigate CVE-2026-34148

Immediate Actions Required

  • Upgrade Fedify to a patched version immediately: 1.9.6, 1.10.5, 2.0.8, or 2.1.1 depending on your current version branch
  • If immediate upgrade is not possible, implement network-level controls to limit outbound request rates to external hosts
  • Review ActivityPub federation logs for any signs of exploitation attempts
  • Consider temporarily restricting federation with untrusted remote servers until patching is complete

Patch Information

Security patches are available in the following Fedify releases:

  • Fedify 1.9.6 - For users on the 1.9.x branch
  • Fedify 1.10.5 - For users on the 1.10.x branch
  • Fedify 2.0.8 - For users on the 2.0.x branch
  • Fedify 2.1.1 - For users on the 2.1.x branch

For detailed information about the vulnerability and the fix, refer to the GitHub Security Advisory GHSA-gm9m-gwc4-hwgp.

Workarounds

  • Implement a reverse proxy or web application firewall rule to limit the number of outbound connections per request
  • Configure network-level rate limiting for outbound HTTP requests to external ActivityPub servers
  • Temporarily disable federation features or restrict federation to a known-safe allowlist of remote servers until patching can be completed
  • Deploy request timeout configurations at the infrastructure level to prevent individual requests from consuming resources indefinitely
bash
# Example: Configure rate limiting for outbound connections (nginx proxy)
# Limit outbound requests to 10 per second per upstream
limit_req_zone $upstream_addr zone=fedify_outbound:10m rate=10r/s;

location /federation {
    limit_req zone=fedify_outbound burst=20 nodelay;
    proxy_pass http://fedify_backend;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechFedify

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • GitHub Release 1.10.5

  • GitHub Release 1.9.6

  • GitHub Release 2.0.8

  • GitHub Release 2.1.1

  • GitHub Security Advisory GHSA-gm9m-gwc4-hwgp
  • Related CVEs
  • CVE-2025-54888: Fedify ActivityPub Auth Bypass 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