A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-1233

CVE-2024-1233: JBoss EAP SSRF Vulnerability

CVE-2024-1233 is a server-side request forgery flaw in JBoss EAP's JwtValidator that allows attackers to exploit unvalidated URL destinations. This article covers the technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-1233 Overview

CVE-2024-1233 is a Server-Side Request Forgery (SSRF) vulnerability in the JwtValidator.resolvePublicKey function within JBoss Enterprise Application Platform (EAP). The validator parses the jku (JWK Set URL) header from JSON Web Tokens and issues an HTTP request to the supplied URL. Because no allowlist or filtering is applied to the destination address, an unauthenticated attacker can coerce the server to issue requests to arbitrary internal or external endpoints. This weakness is tracked under CWE-918.

Critical Impact

Remote, unauthenticated attackers can abuse the JWT jku header to make the JBoss EAP server send HTTP requests to internal services, enabling reconnaissance of metadata endpoints, internal APIs, and otherwise unreachable infrastructure.

Affected Products

  • Red Hat JBoss Enterprise Application Platform (EAP)
  • Red Hat WildFly (per upstream commit in WildFly PR #17812)
  • Red Hat build of Keycloak / related Red Hat middleware (Red Hat CVE-2024-1233 Details)

Discovery Timeline

  • 2024-04-09 - CVE-2024-1233 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-1233

Vulnerability Analysis

The flaw resides in the JwtValidator.resolvePublicKey method. When a JWT presents a jku header parameter, the validator fetches the referenced JSON Web Key Set (JWKS) to obtain the public key used for signature verification. The implementation trusts the attacker-controlled URL without enforcing a host allowlist, scheme restrictions, or network egress filtering.

Attackers send a crafted JWT whose jku points at an internal service. The application server resolves the URL and issues an outbound HTTP request from the trusted middleware host. Depending on the network topology, the request may reach cloud metadata services, internal admin consoles, or other resources protected only by network segmentation.

The vulnerability is classified under CWE-918: Server-Side Request Forgery (SSRF). Successful exploitation can yield information disclosure, internal service probing, and lateral movement preparation.

Root Cause

The root cause is missing input validation on the jku URL prior to dereferencing it. The function performs no whitelisting, scheme verification, or DNS pinning. Any syntactically valid URL passed via the JWT header is fetched, including URLs targeting loopback interfaces, RFC 1918 ranges, or cloud instance metadata endpoints such as 169.254.169.254.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker submits a JWT to any endpoint protected by the vulnerable validator. The jku header in that JWT references an attacker-chosen URL. JBoss EAP then issues an HTTP GET request to that URL from the server context, returning fetched content to the validator for key parsing. Error messages and timing differences can be observed to enumerate reachable internal hosts and ports.

No verified public proof-of-concept code is referenced in the available advisories. See the Red Hat Bugzilla report #2262849 and the GitHub Advisory GHSA-v4mm-q8fv-r2w5 for additional technical context.

Detection Methods for CVE-2024-1233

Indicators of Compromise

  • Outbound HTTP requests originating from JBoss EAP or WildFly JVM processes targeting internal IP ranges, loopback, or cloud metadata addresses such as 169.254.169.254.
  • JWTs received by the application containing a jku header referencing hosts outside the expected identity provider domain.
  • Unexpected DNS queries from the application server for attacker-controlled domains tied to token validation events.

Detection Strategies

  • Inspect application and reverse proxy logs for JWT tokens whose decoded header contains a jku parameter, and compare the host against an approved issuer list.
  • Monitor egress traffic from middleware hosts and alert on connections to RFC 1918 ranges, link-local addresses, or non-standard external destinations.
  • Correlate authentication events with subsequent outbound HTTP requests from the JBoss process to identify SSRF probing patterns.

Monitoring Recommendations

  • Enable verbose logging on the JwtValidator component to capture the resolved jku URL during token validation.
  • Forward middleware process telemetry and network flow data into a centralized data lake for retroactive hunting.
  • Establish baselines for legitimate JWKS fetch destinations and alert on deviations.

How to Mitigate CVE-2024-1233

Immediate Actions Required

  • Apply the Red Hat security updates for affected JBoss EAP and WildFly versions referenced in RHSA-2024:3559, RHSA-2024:3560, RHSA-2024:3561, RHSA-2024:3563, RHSA-2024:3580, RHSA-2024:3581, RHSA-2024:3583, RHSA-2025:9582, and RHSA-2025:9583.
  • Inventory all JBoss EAP, WildFly, and dependent middleware instances and prioritize internet-facing deployments for patching.
  • Restrict outbound network access from middleware hosts using egress firewall rules until patches are applied.

Patch Information

Red Hat has released fixed builds across multiple JBoss EAP product streams. The upstream WildFly fix is available in GitHub commit 0c02350, tracked under WFLY-19226. Administrators should consult the Red Hat CVE-2024-1233 page to map their installed version to the correct errata.

Workarounds

  • Configure a network egress allowlist restricting JBoss EAP outbound HTTP traffic to known JWKS issuer endpoints only.
  • Place a reverse proxy or API gateway in front of the application that strips or validates the jku header against an approved issuer domain list before forwarding requests.
  • Block access from middleware hosts to cloud instance metadata services and other sensitive internal endpoints at the network layer.
bash
# Example egress restriction using iptables on a JBoss EAP host
# Block access to AWS instance metadata service
iptables -A OUTPUT -m owner --uid-owner jboss -d 169.254.169.254 -j REJECT

# Allow JWKS fetches only to the approved identity provider
iptables -A OUTPUT -m owner --uid-owner jboss -p tcp --dport 443 -d idp.example.com -j ACCEPT
iptables -A OUTPUT -m owner --uid-owner jboss -p tcp --dport 443 -j REJECT

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechJboss Eap

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • Red Hat Security Advisory RHSA-2024:3559

  • Red Hat Security Advisory RHSA-2024:3560

  • Red Hat Security Advisory RHSA-2024:3561

  • Red Hat Security Advisory RHSA-2024:3563

  • Red Hat Security Advisory RHSA-2024:3580

  • Red Hat Security Advisory RHSA-2024:3581

  • Red Hat Security Advisory RHSA-2024:3583

  • Red Hat Security Advisory RHSA-2025:9582

  • Red Hat Security Advisory RHSA-2025:9583

  • Red Hat CVE-2024-1233 Details

  • Red Hat Bugzilla Report #2262849

  • GitHub Advisory GHSA-v4mm-q8fv-r2w5

  • GitHub WildFly PR Commit 0c02350

  • Red Hat WFLY-19226 Issue Tracker
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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