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

CVE-2025-25247: Apache Felix Webconsole XSS Vulnerability

CVE-2025-25247 is a cross-site scripting flaw in Apache Felix Webconsole affecting versions 4.x through 4.9.8 and 5.x through 5.0.8. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2025-25247 Overview

CVE-2025-25247 is a Cross-Site Scripting (XSS) vulnerability affecting Apache Felix Webconsole, a widely-used web-based administration interface for OSGi frameworks. The vulnerability stems from improper neutralization of input during web page generation, allowing attackers to inject malicious scripts into web pages viewed by other users.

This issue affects Apache Felix Webconsole 4.x up to 4.9.8 and 5.x up to 5.0.8. Users are strongly recommended to upgrade to version 4.9.10 or 5.0.10 or higher, which contains the security fix.

Critical Impact

Successful exploitation could allow attackers to execute arbitrary JavaScript in the context of authenticated administrator sessions, potentially leading to session hijacking, credential theft, or unauthorized administrative actions within OSGi-based applications.

Affected Products

  • Apache Felix Webconsole 4.x versions up to and including 4.9.8
  • Apache Felix Webconsole 5.x versions up to and including 5.0.8

Discovery Timeline

  • 2025-02-10 - CVE-2025-25247 published to NVD
  • 2025-07-14 - Last updated in NVD database

Technical Details for CVE-2025-25247

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The Apache Felix Webconsole fails to properly sanitize user-supplied input before rendering it within web pages, creating an injection point for malicious script content.

The vulnerability requires user interaction, as a victim must visit a crafted URL or page containing the malicious payload. Once triggered, the injected script executes within the security context of the authenticated user's browser session. This can enable attackers to steal session cookies, perform actions on behalf of the victim, or redirect users to malicious sites.

The impact extends beyond simple data exposure—since Felix Webconsole is an administrative interface for OSGi frameworks, successful exploitation could provide attackers with visibility into application configurations, bundle management, and system state information.

Root Cause

The root cause lies in insufficient input validation and output encoding within the Apache Felix Webconsole application. When user-controlled data is incorporated into HTML responses without proper sanitization or contextual encoding, it creates an opportunity for script injection. The vulnerability affects multiple version branches (4.x and 5.x), suggesting the flawed code pattern existed in shared components across major releases.

Attack Vector

The attack is network-based and requires user interaction. An attacker can craft a malicious URL containing JavaScript payloads that, when accessed by an authenticated administrator, executes in the context of their browser session. The cross-site scripting attack could be delivered through phishing emails, malicious links on forums, or by injecting content into pages that reference the vulnerable Webconsole endpoints.

Since the vulnerability changes the scope (affecting the user's browser rather than just the server), the impact extends to confidentiality and integrity of the user's session and any data accessible through the Webconsole interface.

Detection Methods for CVE-2025-25247

Indicators of Compromise

  • Unusual JavaScript execution patterns in Apache Felix Webconsole access logs
  • HTTP requests containing encoded script tags or JavaScript event handlers in URL parameters
  • Unexpected session activity or administrative actions following user visits to external links
  • Browser-based alerts or redirections when accessing Webconsole pages

Detection Strategies

  • Monitor web application logs for requests containing common XSS payloads such as <script>, javascript:, onerror=, or encoded variants
  • Implement Content Security Policy (CSP) headers and monitor for violations that may indicate injection attempts
  • Deploy web application firewalls (WAF) with XSS detection rules targeting the Felix Webconsole endpoints
  • Review authentication logs for session anomalies following suspicious Webconsole access patterns

Monitoring Recommendations

  • Enable detailed access logging for all Felix Webconsole endpoints
  • Configure alerting for HTTP requests with abnormal query string lengths or special character concentrations
  • Monitor for CSP violation reports which may indicate attempted script injection
  • Track session token usage patterns to detect potential session hijacking post-exploitation

How to Mitigate CVE-2025-25247

Immediate Actions Required

  • Upgrade Apache Felix Webconsole to version 4.9.10 or 5.0.10 or higher immediately
  • Review access logs for any indicators of prior exploitation attempts
  • Restrict network access to the Felix Webconsole to trusted administrative networks only
  • Implement Content Security Policy headers to mitigate script injection impact

Patch Information

Apache has released patched versions that address this vulnerability. Users running affected versions should upgrade to:

  • Version 4.9.10 or higher for the 4.x branch
  • Version 5.0.10 or higher for the 5.x branch

For detailed information about the security fix, refer to the Apache Security Mailing List Thread. Additional technical discussion is available on the Openwall OSS-Security Discussion.

Workarounds

  • Restrict access to the Felix Webconsole to trusted internal networks using firewall rules or network segmentation
  • Implement a reverse proxy with XSS filtering capabilities in front of the Webconsole
  • Enable HTTP-only and Secure flags on session cookies to limit the impact of potential session theft
  • Consider temporarily disabling the Webconsole if it is not critical to operations until patching can be completed
bash
# Example: Restrict Felix Webconsole access via iptables
# Allow only trusted admin network (192.168.10.0/24) to access Webconsole port
iptables -A INPUT -p tcp --dport 8080 -s 192.168.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechApache Felix Webconsole

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Openwall OSS-Security Discussion
  • Vendor Resources
  • Apache Security Mailing List Thread
  • 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