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

CVE-2025-40841: Ericsson Indoor Connect 8855 CSRF Flaw

CVE-2025-40841 is a Cross-Site Request Forgery vulnerability in Ericsson Indoor Connect 8855 that enables unauthorized modification of information. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2025-40841 Overview

CVE-2025-40841 is a Cross-Site Request Forgery (CSRF) vulnerability affecting Ericsson Indoor Connect 8855 versions prior to 2025.Q3. This vulnerability allows attackers to trick authenticated users into performing unintended actions on the affected system, potentially leading to unauthorized modification of certain information without the user's knowledge or consent.

Critical Impact

Attackers can exploit this CSRF vulnerability to perform unauthorized modifications to system configurations or data by leveraging an authenticated user's session, potentially compromising the integrity of the Indoor Connect deployment.

Affected Products

  • Ericsson Indoor Connect 8855 versions prior to 2025.Q3

Discovery Timeline

  • 2026-03-25 - CVE CVE-2025-40841 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2025-40841

Vulnerability Analysis

This vulnerability is classified under CWE-352 (Cross-Site Request Forgery). CSRF attacks exploit the trust that a web application has in the user's browser. When a user is authenticated to the Ericsson Indoor Connect 8855 management interface, their browser automatically includes authentication credentials (such as session cookies) with every request to the application.

The vulnerability exists because the affected versions lack proper anti-CSRF protections, such as CSRF tokens or same-site cookie attributes. This allows an attacker to craft malicious requests that, when executed by an authenticated user's browser, will be treated as legitimate by the application.

Root Cause

The root cause of this vulnerability is the absence of adequate CSRF protection mechanisms in the Ericsson Indoor Connect 8855 web interface. The application fails to implement proper request validation to ensure that state-changing requests originate from the legitimate application interface rather than a malicious third-party site. Without CSRF tokens or other verification mechanisms, the server cannot distinguish between legitimate user-initiated requests and forged requests initiated by an attacker.

Attack Vector

The attack vector for this vulnerability is network-based and requires user interaction. An attacker would need to:

  1. Craft a malicious web page or email containing a forged request targeting the Ericsson Indoor Connect 8855 management interface
  2. Trick an authenticated administrator or user into visiting the malicious page or clicking a malicious link
  3. When the victim's browser loads the malicious content, it automatically sends the forged request to the vulnerable application
  4. The application processes the request as legitimate because the victim's valid session credentials are automatically included

The exploitation requires that the victim be authenticated to the Indoor Connect management interface at the time they interact with the attacker's malicious content. For detailed technical information, refer to the Ericsson CVE-2025-40841 Advisory.

Detection Methods for CVE-2025-40841

Indicators of Compromise

  • Unexpected configuration changes in the Ericsson Indoor Connect 8855 system that cannot be attributed to authorized administrative actions
  • Audit logs showing administrative actions performed at unusual times or from unexpected source IP addresses
  • User reports of clicking links or visiting websites immediately before noticing unauthorized changes

Detection Strategies

  • Monitor web server access logs for patterns indicative of CSRF attacks, such as state-changing requests with unusual Referer headers or missing Origin headers
  • Implement network monitoring to detect requests to the Indoor Connect management interface originating from external referrer domains
  • Review audit logs for administrative actions that do not correlate with known maintenance windows or authorized user activity

Monitoring Recommendations

  • Enable comprehensive logging on the Ericsson Indoor Connect 8855 management interface to capture all administrative actions with timestamps and source information
  • Configure alerts for configuration changes to critical system settings
  • Implement Security Information and Event Management (SIEM) rules to correlate management interface access patterns with potential CSRF attack indicators

How to Mitigate CVE-2025-40841

Immediate Actions Required

  • Upgrade Ericsson Indoor Connect 8855 to version 2025.Q3 or later, which addresses this vulnerability
  • Restrict network access to the management interface to trusted networks and IP addresses only
  • Ensure administrators log out of the management interface when not actively in use
  • Educate users with management access about the risks of clicking unknown links while authenticated to administrative interfaces

Patch Information

Ericsson has released version 2025.Q3 of the Indoor Connect 8855 firmware which addresses this CSRF vulnerability. Organizations should prioritize upgrading to this patched version as soon as possible. For detailed patch information and download instructions, consult the Ericsson March 2026 Security Bulletin.

Workarounds

  • Implement network segmentation to isolate the Indoor Connect management interface from general user networks and the internet
  • Configure firewall rules to restrict access to the management interface to specific administrative workstations or jump hosts
  • Use a dedicated browser or browser profile exclusively for administrative tasks, keeping it separate from general web browsing
  • Consider implementing a web application firewall (WAF) with CSRF protection rules in front of the management interface as an additional defense layer
bash
# Example firewall configuration to restrict management interface access
# Restrict management interface (example port 443) to admin network only
iptables -A INPUT -p tcp --dport 443 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechEricsson

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • Ericsson CVE-2025-40841 Advisory

  • Ericsson March 2026 Security Bulletin
  • Related CVEs
  • CVE-2024-53828: Ericsson PCC DoS Vulnerability

  • CVE-2025-27260: Ericsson Indoor Connect 8855 Auth Bypass

  • CVE-2025-40842: Ericsson Indoor Connect 8855 XSS 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