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-2025-54888

CVE-2025-54888: Fedify ActivityPub Auth Bypass Flaw

CVE-2025-54888 is an authentication bypass vulnerability in Fedify, a TypeScript library for ActivityPub. Attackers can impersonate any actor by sending forged activities. This article covers technical details, affected versions, and patches.

Published: May 11, 2026

CVE-2025-54888 Overview

CVE-2025-54888 is an authentication bypass vulnerability in Fedify, a TypeScript library for building federated server applications powered by ActivityPub. The flaw allows any unauthenticated attacker to impersonate arbitrary ActivityPub actors by sending forged activities signed with attacker-controlled keys. Fedify processes incoming activities before verifying that the signing key actually belongs to the claimed actor, which permits complete actor impersonation across all Fedify-based instances. The vulnerability is tracked under CWE-287: Improper Authentication.

Critical Impact

Unauthenticated attackers can impersonate any ActivityPub actor across the federated network, compromising integrity of every Fedify instance until patched.

Affected Products

  • Fedify versions below 1.3.20
  • Fedify 1.4.0-dev.585 through 1.4.12, and 1.5.0-dev.636 through 1.5.4
  • Fedify 1.6.0-dev.754 through 1.6.7, 1.7.0-pr.251.885 through 1.7.8, and 1.8.0-dev.909 through 1.8.4

Discovery Timeline

  • 2025-08-09 - CVE-2025-54888 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-54888

Vulnerability Analysis

Fedify implements ActivityPub federation, which relies on HTTP Signatures to authenticate inbound activities between servers. Each activity carries a signature generated with the sender's private key, and recipients must validate that the signature, the signing key, and the claimed actor identity are all consistent. In affected versions, Fedify reverses the expected validation order: it processes the incoming activity and accepts the actor identity declared in the payload before confirming that the signing key is authoritative for that actor.

This ordering flaw means an attacker can generate a fresh key pair, publish it under an attacker-controlled actor document, and then sign activities that claim to originate from any other actor in the fediverse. Because the signature itself is mathematically valid against the attacker's own key, Fedify treats the activity as authentic before it ever checks key ownership. The result is full actor impersonation without credentials, prior access, or user interaction.

Root Cause

The root cause is improper authentication logic [CWE-287] in the inbound activity handler. The verification routine confirms only that the activity carries a cryptographically valid signature, not that the key used to produce the signature is bound to the actor identified in the activity. The trust relationship between actor and signing key is never enforced before processing.

Attack Vector

Exploitation is remote, network-based, and requires no authentication or user interaction. An attacker hosts an ActivityPub actor on infrastructure they control, generates a key pair for that actor, and then sends forged Create, Follow, Announce, Delete, or other activities to a target Fedify inbox. The actor field in the payload references a victim identity, while the HTTP Signature header references the attacker's key. Vulnerable Fedify instances process the activity as if the victim had sent it.

No verified public exploit code is published. Technical details are available in the GitHub Security Advisory GHSA-6jcc-xgcr-q3h4 and the upstream patch commit.

Detection Methods for CVE-2025-54888

Indicators of Compromise

  • Inbound ActivityPub requests where the HTTP Signature keyId resolves to a domain that does not match the actor URI in the request body.
  • Federation logs showing activities attributed to remote actors that were processed without successful key-ownership validation.
  • Sudden spikes in Follow, Announce, or Delete activities originating from previously unseen instances or newly registered domains.

Detection Strategies

  • Inspect Fedify inbox handler logs for activities where the signing key host differs from the actor host and flag them for review.
  • Correlate ActivityPub signature keyId values with the publicKey field of the corresponding actor document to confirm binding.
  • Audit federation history for impersonation patterns such as the same actor appearing with multiple unrelated signing keys over time.

Monitoring Recommendations

  • Forward Fedify application logs and reverse-proxy access logs to a central analytics platform for retrospective hunting.
  • Alert on HTTP POST requests to /inbox and /users/*/inbox endpoints from unfamiliar source domains following the patch window.
  • Monitor for outbound moderation actions, deletions, or follow events that were not initiated by the authentic local user.

How to Mitigate CVE-2025-54888

Immediate Actions Required

  • Upgrade Fedify to a fixed release: 1.3.20, 1.4.13, 1.5.5, 1.6.8, 1.7.9, or 1.8.5.
  • Audit federation logs from before the patch was applied for activities that may have been processed under a forged identity.
  • Rotate or invalidate any state changes (follows, blocks, deletions) that cannot be verified as legitimate user actions.

Patch Information

The maintainers fixed the issue by enforcing key-ownership verification before processing activities. The corrective change is published in the upstream commit 14a2f8c6 and described in GHSA-6jcc-xgcr-q3h4. Operators should redeploy with one of the patched versions listed above.

Workarounds

  • No supported workaround exists; upgrading to a fixed Fedify release is required.
  • As a temporary risk-reduction measure, restrict federation to a trusted allow-list of known instances at the reverse proxy.
  • Disable public inbox endpoints if the application can operate in an isolated mode until the upgrade is deployed.
bash
# Configuration example: upgrade Fedify to a patched version
npm install @fedify/fedify@1.8.5
# Or, for other release lines:
# npm install @fedify/fedify@1.3.20
# npm install @fedify/fedify@1.4.13
# npm install @fedify/fedify@1.5.5
# npm install @fedify/fedify@1.6.8
# npm install @fedify/fedify@1.7.9

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFedify

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-6jcc-xgcr-q3h4
  • Related CVEs
  • CVE-2026-34148: Fedify TypeScript Library DoS 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