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

CVE-2024-9408: Eclipse Glassfish SSRF Vulnerability

CVE-2024-9408 is a server-side request forgery flaw in Eclipse Glassfish that enables attackers to perform SSRF attacks on specific endpoints. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 15, 2026

CVE-2024-9408 Overview

CVE-2024-9408 is a Server-Side Request Forgery (SSRF) vulnerability affecting Eclipse GlassFish application server. This vulnerability allows remote attackers to perform SSRF attacks through specific endpoints in GlassFish, potentially enabling unauthorized access to internal network resources, data exfiltration, or further lateral movement within the target environment.

Critical Impact

Remote attackers can exploit vulnerable GlassFish endpoints to send arbitrary requests to internal services, potentially bypassing network security controls and accessing sensitive internal resources.

Affected Products

  • Eclipse GlassFish version 6.2.5 and later versions
  • Eclipse GlassFish application server deployments exposed to untrusted network traffic
  • Enterprise Java applications running on affected GlassFish versions

Discovery Timeline

  • 2025-07-16 - CVE-2024-9408 published to NVD
  • 2025-07-16 - Last updated in NVD database

Technical Details for CVE-2024-9408

Vulnerability Analysis

This vulnerability is classified under CWE-918 (Server-Side Request Forgery), which occurs when a web application fetches a remote resource based on user-supplied input without properly validating the destination URL. In the context of Eclipse GlassFish, specific endpoints accept user-controlled parameters that influence outbound HTTP requests made by the server.

SSRF vulnerabilities in application servers are particularly concerning because these systems often have elevated network privileges and trusted positions within enterprise architectures. An attacker exploiting this vulnerability can potentially access internal services that are not directly accessible from external networks, including cloud metadata services, internal APIs, and administrative interfaces.

Root Cause

The root cause of CVE-2024-9408 lies in insufficient input validation within specific GlassFish endpoints that process URL parameters or references to external resources. The vulnerable endpoints fail to properly sanitize or restrict the destination of server-initiated requests, allowing attackers to specify arbitrary internal or external URLs.

This type of vulnerability commonly arises when:

  • URL parameters are directly used in HTTP client requests without validation
  • Allowlists for permitted destinations are absent or improperly implemented
  • Internal network boundaries are not enforced at the application layer

Attack Vector

The attack vector for this vulnerability is network-based and does not require authentication or user interaction. An attacker can craft malicious HTTP requests to vulnerable GlassFish endpoints, embedding target URLs that point to internal resources.

Typical exploitation scenarios include:

  1. Internal Service Discovery: Probing internal network ranges to identify running services
  2. Cloud Metadata Access: Targeting cloud provider metadata endpoints (e.g., 169.254.169.254) to retrieve instance credentials
  3. Internal API Abuse: Accessing internal REST APIs or administrative interfaces
  4. Port Scanning: Using the GlassFish server as a proxy to scan internal network ports

The vulnerability manifests when user-supplied data influences the target URL of server-side HTTP requests. Technical details regarding specific vulnerable endpoints can be found in the Eclipse Security CVE Assignment Issue.

Detection Methods for CVE-2024-9408

Indicators of Compromise

  • Unusual outbound HTTP requests from GlassFish servers to internal IP ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • HTTP requests to cloud metadata endpoints such as 169.254.169.254 originating from the application server
  • Abnormal traffic patterns showing GlassFish servers communicating with previously unknown internal services
  • Log entries indicating requests to localhost or loopback addresses from external-facing endpoints

Detection Strategies

  • Monitor GlassFish access logs for requests to endpoints that accept URL parameters, particularly those with unusual or internal destination addresses
  • Implement network-level detection rules to alert on outbound connections from web application servers to sensitive internal resources
  • Deploy web application firewalls (WAF) with SSRF detection capabilities to inspect and block malicious request patterns
  • Review application logs for failed connection attempts to internal services that should not be accessible from the application tier

Monitoring Recommendations

  • Configure network segmentation monitoring to detect unauthorized cross-zone communications from GlassFish servers
  • Establish baseline network behavior for GlassFish deployments and alert on anomalous outbound connection patterns
  • Enable verbose logging on GlassFish servers to capture full request details including URL parameters
  • Integrate GlassFish logs with SIEM solutions for correlation with other network and security events

How to Mitigate CVE-2024-9408

Immediate Actions Required

  • Identify all Eclipse GlassFish 6.2.5 and later deployments within your environment and assess their exposure to untrusted networks
  • Implement network-level controls to restrict outbound connections from GlassFish servers to only necessary external destinations
  • Deploy web application firewall rules to detect and block SSRF attack patterns targeting known vulnerable endpoints
  • Review and restrict access to GlassFish administrative and sensitive endpoints from untrusted sources

Patch Information

Organizations should monitor the Eclipse GlassFish project for security updates addressing CVE-2024-9408. Consult the Eclipse Security CVE Assignment Issue for the latest information on available patches and remediation guidance from the vendor.

Apply security updates as soon as they become available and verify successful patching through vulnerability scanning.

Workarounds

  • Implement strict egress filtering on network firewalls to prevent GlassFish servers from initiating connections to internal networks or sensitive external resources
  • Configure application-level URL allowlists to restrict permitted destinations for server-side requests
  • Place GlassFish servers in isolated network segments with minimal access to internal infrastructure
  • Use a forward proxy for all outbound HTTP requests from GlassFish, implementing destination filtering and logging at the proxy layer
bash
# Example iptables rules to restrict GlassFish outbound connections
# Block access to internal networks from GlassFish server
iptables -A OUTPUT -m owner --uid-owner glassfish -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner glassfish -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -m owner --uid-owner glassfish -d 192.168.0.0/16 -j DROP

# Block access to cloud metadata endpoint
iptables -A OUTPUT -m owner --uid-owner glassfish -d 169.254.169.254 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechEclipse Glassfish

  • SeverityHIGH

  • CVSS Score8.9

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Eclipse Security CVE Assignment Issue
  • Related CVEs
  • CVE-2024-9342: Eclipse Glassfish Auth Bypass Vulnerability

  • CVE-2024-9329: Eclipse Glassfish XSS 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