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-27913

CVE-2025-27913: Passbolt API Information Disclosure Flaw

CVE-2025-27913 is an information disclosure vulnerability in Passbolt API that allows attackers to manipulate email domain names via HTTP Host headers. This article covers technical details, affected versions, and mitigation.

Published: April 22, 2026

CVE-2025-27913 Overview

CVE-2025-27913 is a Host Header Injection vulnerability affecting Passbolt API versions before 5. When the server is misconfigured—specifically due to an incorrect installation process and disregarding Health Check results—the application can send email messages with a domain name taken from an attacker-controlled HTTP Host header. This weakness (CWE-348: Use of Less Trusted Source) allows attackers to potentially manipulate email communications by injecting malicious domain names into outbound messages.

Critical Impact

Misconfigured Passbolt API installations may allow attackers to inject attacker-controlled domain names into email communications, potentially enabling phishing attacks or credential theft through manipulated password reset links.

Affected Products

  • Passbolt API versions before 5
  • Self-hosted Passbolt installations with incorrect configuration
  • Deployments that disregarded Health Check warnings

Discovery Timeline

  • 2025-03-10 - CVE-2025-27913 published to NVD
  • 2025-06-19 - Last updated in NVD database

Technical Details for CVE-2025-27913

Vulnerability Analysis

This vulnerability falls under CWE-348 (Use of Less Trusted Source), which occurs when an application trusts user-controllable input for security-critical decisions. In the case of Passbolt API, the application improperly trusts the HTTP Host header value when constructing email messages, rather than using a configured trusted domain value.

The vulnerability requires a specific misconfiguration scenario to be exploitable: administrators must have deviated from the proper installation process and ignored Health Check warnings that would have flagged the vulnerable configuration. While this limits the attack surface, organizations that have misconfigured deployments are at risk of having their email communications manipulated.

The attack requires network access and user interaction, as victims must receive and act upon the malicious emails containing attacker-controlled domain names.

Root Cause

The root cause stems from the Passbolt API's email generation logic using the HTTP Host header as a trusted source for domain name information when composing outbound emails. In properly configured installations, the Health Check feature would detect and warn administrators about this misconfiguration. However, when installation procedures are not followed correctly and Health Check warnings are disregarded, the vulnerable configuration persists.

This design flaw allows the application to accept user-supplied Host header values without proper validation, enabling attackers to inject arbitrary domain names into email communications sent by the system.

Attack Vector

The attack leverages the network-accessible nature of the Passbolt API. An attacker can craft HTTP requests with a malicious Host header value targeting a misconfigured Passbolt instance. When the application generates emails (such as password reset notifications or account invitations), it incorporates the attacker-controlled domain from the Host header.

The attack flow typically involves:

  1. Attacker identifies a misconfigured Passbolt API instance
  2. Attacker sends requests with a crafted Host header pointing to a malicious domain
  3. Passbolt generates emails containing links to the attacker-controlled domain
  4. Recipients receive seemingly legitimate emails with malicious links
  5. Users clicking these links may have their credentials harvested or be redirected to phishing pages

The vulnerability requires user interaction, as victims must receive and engage with the manipulated emails for the attack to succeed.

Detection Methods for CVE-2025-27913

Indicators of Compromise

  • Email messages from Passbolt containing unexpected or unfamiliar domain names in links
  • HTTP request logs showing unusual or external Host header values targeting the Passbolt API
  • User reports of password reset emails with suspicious URLs
  • Discrepancies between the configured Passbolt domain and domains appearing in outbound emails

Detection Strategies

  • Monitor HTTP access logs for requests with Host header values that do not match the legitimate Passbolt domain
  • Implement email gateway rules to flag outbound Passbolt emails containing links to unauthorized domains
  • Review Passbolt Health Check results regularly to identify configuration warnings
  • Deploy web application firewalls (WAF) with Host header validation rules

Monitoring Recommendations

  • Enable detailed logging on the Passbolt API server to capture all incoming Host headers
  • Configure SIEM alerts for anomalous Host header patterns in requests to Passbolt endpoints
  • Implement email security solutions that inspect URLs in outbound messages for domain anomalies
  • Establish baseline monitoring of legitimate Passbolt email patterns to detect deviations

How to Mitigate CVE-2025-27913

Immediate Actions Required

  • Upgrade Passbolt API to version 5 or later immediately
  • Run the Passbolt Health Check utility and address all configuration warnings
  • Review and correct any deviations from the official installation documentation
  • Configure web server or reverse proxy to validate and restrict Host header values
  • Audit email logs for any evidence of prior exploitation

Patch Information

Passbolt has addressed this vulnerability in Passbolt API version 5. Organizations running earlier versions should upgrade to the latest release to remediate this issue. The vendor has published detailed information about this incident at their security incident report page.

After upgrading, administrators should:

  1. Re-run the Health Check to confirm proper configuration
  2. Verify that the application uses a hardcoded or properly configured domain for email generation
  3. Test email functionality to confirm links contain the correct domain

Workarounds

  • Configure the web server or reverse proxy to validate incoming Host headers against a whitelist of allowed domains
  • Implement server-level restrictions to reject requests with unexpected Host header values
  • Use a properly configured reverse proxy (such as Nginx or Apache) that overwrites the Host header with the legitimate domain
  • Enable strict virtual host configurations to prevent Host header manipulation
bash
# Nginx configuration example for Host header validation
server {
    listen 443 ssl;
    server_name passbolt.example.com;
    
    # Reject requests with invalid Host headers
    if ($host !~* ^(passbolt\.example\.com)$) {
        return 444;
    }
    
    # Additional security headers
    add_header X-Frame-Options "SAMEORIGIN" always;
    add_header X-Content-Type-Options "nosniff" always;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPassbolt

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:L/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-348
  • Vendor Resources
  • Passbolt Incident Report
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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