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-2024-9329

CVE-2024-9329: Eclipse Glassfish XSS Vulnerability

CVE-2024-9329 is an XSS vulnerability in Eclipse Glassfish affecting versions before 7.0.17. Attackers can exploit the Host HTTP parameter to redirect users to malicious sites. This article covers technical details, affected versions, and mitigation strategies.

Published: January 28, 2026

CVE-2024-9329 Overview

CVE-2024-9329 is an Open Redirect vulnerability affecting Eclipse Glassfish versions before 7.0.17. The vulnerability exists in the /management/domain endpoint where the Host HTTP parameter is improperly validated, allowing attackers to redirect users to arbitrary external URLs. This flaw can be exploited for phishing attacks and credential theft by redirecting authenticated users to malicious sites that mimic legitimate login pages.

Critical Impact

Attackers can abuse the trusted Glassfish management interface to redirect users to malicious phishing sites, potentially compromising administrator credentials and enabling further attacks on the application server infrastructure.

Affected Products

  • Eclipse Glassfish versions prior to 7.0.17
  • Glassfish management console deployments exposed to network access
  • Java EE application servers running vulnerable Glassfish versions

Discovery Timeline

  • 2024-09-30 - CVE-2024-9329 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-9329

Vulnerability Analysis

This vulnerability is classified under CWE-601 (URL Redirection to Untrusted Site, also known as Open Redirect) and CWE-233 (Improper Handling of Parameters). The flaw resides in the Glassfish management interface, specifically at the /management/domain endpoint. When processing HTTP requests to this endpoint, the application fails to properly validate the Host HTTP header parameter before using it to construct redirect URLs.

The management interface accepts user-controlled input through the Host header and uses this value to determine the redirect destination. Without proper validation or sanitization, an attacker can manipulate this parameter to redirect users to an external, attacker-controlled website. This is particularly dangerous in administrative contexts where users may be accustomed to authentication prompts.

Root Cause

The root cause of this vulnerability is improper input validation of the Host HTTP parameter in the Glassfish management domain endpoint. The application trusts user-supplied header values without verifying that the redirect target is within an allowed domain or follows expected URL patterns. This lack of validation allows attackers to inject arbitrary URLs that will be used in HTTP redirect responses.

Attack Vector

The attack leverages network-based access to the Glassfish management interface. An attacker crafts a malicious URL containing a manipulated Host header parameter pointing to a phishing site. When an authenticated administrator or user clicks the crafted link or is otherwise directed to the vulnerable endpoint, the Glassfish server issues a redirect response to the attacker's specified URL.

The attack flow typically involves:

  1. Attacker identifies a Glassfish server with the management interface accessible
  2. Attacker constructs a malicious URL targeting the /management/domain endpoint with a modified Host parameter
  3. The URL is distributed to potential victims via email, chat, or other channels
  4. Victim clicks the link, trusting the legitimate Glassfish domain
  5. Glassfish redirects the victim to the attacker-controlled phishing site
  6. Victim enters credentials on the fake site, believing they are authenticating to the legitimate management console

Detection Methods for CVE-2024-9329

Indicators of Compromise

  • Unusual redirect responses from the /management/domain endpoint to external domains
  • Web server logs showing requests to the management endpoint with suspicious or unexpected Host header values
  • User reports of unexpected redirects or login prompts after clicking management interface links
  • Authentication attempts logged from unfamiliar IP addresses following suspected phishing campaigns

Detection Strategies

  • Monitor HTTP access logs for requests to /management/domain with anomalous Host header values
  • Implement web application firewall (WAF) rules to detect and block requests with external domain Host headers
  • Configure alerting on redirect responses (HTTP 3xx) from the management interface to non-approved domains
  • Deploy network traffic analysis to identify outbound redirects to suspicious or newly registered domains

Monitoring Recommendations

  • Enable verbose logging on the Glassfish management interface to capture full request headers
  • Implement SIEM rules correlating management interface access with subsequent redirects to external URLs
  • Monitor for spear-phishing campaigns targeting Glassfish administrators with crafted links
  • Review access patterns to the management domain endpoint for anomalies in frequency or source IPs

How to Mitigate CVE-2024-9329

Immediate Actions Required

  • Upgrade Eclipse Glassfish to version 7.0.17 or later immediately
  • Restrict network access to the management interface using firewall rules or VPN requirements
  • Implement Host header validation at the reverse proxy or load balancer level
  • Alert administrators about the phishing risk and advise against clicking untrusted links to the management interface

Patch Information

Eclipse has addressed this vulnerability in Glassfish version 7.0.17. The fix implements proper validation of the Host HTTP parameter to prevent redirection to untrusted external sites. Organizations should apply this update as soon as possible. Details of the fix can be reviewed in the GitHub Pull Request #25106 and the GitLab Vulnerability Report #232.

Workarounds

  • Place the Glassfish management interface behind a reverse proxy that enforces Host header validation
  • Restrict access to the /management/domain endpoint to trusted IP addresses only
  • Implement network segmentation to limit management interface exposure
  • Consider disabling external access to the management console and require local or VPN-only access
bash
# Example: Restrict management interface access using iptables
# Allow management port (default 4848) only from trusted admin network
iptables -A INPUT -p tcp --dport 4848 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 4848 -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/TechEclipse Glassfish

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.44%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-233

  • CWE-601
  • Technical References
  • Gruppo TIM Red Team Overview
  • Vendor Resources
  • GitHub Pull Request

  • GitLab Vulnerability Report
  • Related CVEs
  • CVE-2024-9342: Eclipse Glassfish Auth Bypass Vulnerability

  • CVE-2024-9408: Eclipse Glassfish SSRF 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