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
    • 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-2020-10770

CVE-2020-10770: Redhat Keycloak SSRF Vulnerability

CVE-2020-10770 is a server-side request forgery flaw in Redhat Keycloak that allows attackers to force unverified URL calls via OIDC parameters. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-10770 Overview

A Server-Side Request Forgery (SSRF) vulnerability was discovered in Red Hat Keycloak versions prior to 13.0.0. The flaw exists in the OpenID Connect (OIDC) authentication flow, where the request_uri parameter can be manipulated to force the Keycloak server to make HTTP requests to arbitrary, unverified URLs. This vulnerability allows unauthenticated attackers to leverage the Keycloak server as a proxy to access internal resources, scan internal networks, or potentially interact with cloud metadata services.

Critical Impact

Unauthenticated attackers can exploit this SSRF vulnerability to access internal network resources, enumerate internal services, and potentially retrieve sensitive cloud metadata or configuration data through the compromised Keycloak server.

Affected Products

  • Red Hat Keycloak versions prior to 13.0.0
  • Keycloak 12.0.1 and earlier versions

Discovery Timeline

  • 2020-12-15 - CVE-2020-10770 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-10770

Vulnerability Analysis

This vulnerability exists in Keycloak's implementation of the OpenID Connect (OIDC) specification, specifically in how the request_uri parameter is processed during authentication requests. The OIDC specification allows clients to pass a request_uri parameter that points to a Request Object containing authorization request parameters. However, Keycloak fails to properly validate or restrict the URLs that can be specified in this parameter.

When an attacker supplies a malicious request_uri value, the Keycloak server will attempt to fetch the content from that URL without verifying that it points to a legitimate, trusted resource. This allows the attacker to make the server initiate outbound HTTP connections to arbitrary destinations, including internal network resources that would otherwise be inaccessible from the internet.

The vulnerability is classified under CWE-918 (Server-Side Request Forgery), as it allows attackers to abuse server functionality to access or modify internal resources.

Root Cause

The root cause of this vulnerability is insufficient input validation of the request_uri parameter in Keycloak's OIDC implementation. The server does not implement proper URL validation, allowlisting, or restrictions on the destinations that can be specified. This lack of validation allows external attackers to specify arbitrary URLs, including those pointing to internal network addresses, localhost services, or cloud metadata endpoints.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can craft a malicious OIDC authentication request containing a request_uri parameter pointing to an internal resource. When Keycloak processes this request, it will attempt to fetch the content from the specified URL, effectively allowing the attacker to:

  1. Scan internal network services and ports
  2. Access cloud metadata services (e.g., AWS EC2 metadata at 169.254.169.254)
  3. Interact with internal APIs and services
  4. Potentially retrieve sensitive configuration data or credentials

The attack can be executed by sending a crafted HTTP request to the Keycloak authorization endpoint with a malicious request_uri parameter pointing to an internal or otherwise restricted resource. The server will fetch the content and potentially expose internal service responses through error messages or timing differences.

Detection Methods for CVE-2020-10770

Indicators of Compromise

  • Unusual outbound HTTP requests from Keycloak servers to internal IP ranges (e.g., 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • HTTP requests from Keycloak to cloud metadata endpoints (169.254.169.254)
  • Authorization endpoint requests containing request_uri parameters pointing to non-standard or internal URLs
  • Unexpected network connections from Keycloak to localhost or loopback addresses

Detection Strategies

  • Monitor Keycloak access logs for authorization requests containing suspicious request_uri parameter values
  • Implement network-level monitoring to detect outbound connections from Keycloak servers to internal network segments
  • Deploy Web Application Firewall (WAF) rules to detect and block OIDC requests with request_uri parameters containing internal IP addresses or known metadata endpoints
  • Review Keycloak server logs for HTTP client errors indicating failed connections to unusual destinations

Monitoring Recommendations

  • Enable detailed access logging on Keycloak servers to capture all OIDC request parameters
  • Configure network segmentation and monitor east-west traffic from Keycloak servers
  • Set up alerts for Keycloak servers making outbound connections to RFC 1918 private IP ranges
  • Implement egress filtering to restrict outbound connections from Keycloak servers to known, trusted destinations

How to Mitigate CVE-2020-10770

Immediate Actions Required

  • Upgrade Keycloak to version 13.0.0 or later, which includes a fix for this vulnerability
  • If immediate upgrade is not possible, implement network-level controls to restrict outbound connections from Keycloak servers
  • Deploy WAF rules to block or sanitize request_uri parameters in OIDC requests
  • Review Keycloak server logs for evidence of exploitation attempts

Patch Information

Red Hat has addressed this vulnerability in Keycloak version 13.0.0 and later. Organizations should upgrade to the latest stable version of Keycloak to remediate this vulnerability. For detailed information about the fix, refer to the Red Hat Bug Report #1846270.

Additional technical details about the vulnerability and exploitation techniques are available in the Packet Storm Security Exploit publication.

Workarounds

  • Implement strict network egress controls to prevent Keycloak servers from making outbound connections to internal network segments
  • Configure firewall rules to block outbound HTTP/HTTPS connections from Keycloak servers to internal IP ranges and cloud metadata endpoints
  • Deploy a Web Application Firewall (WAF) to filter and validate request_uri parameters in incoming OIDC requests
  • If the request_uri functionality is not required, consider disabling or restricting this feature at the application or proxy level
bash
# Example iptables rules to block outbound connections to internal networks and metadata endpoints
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -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/TechRedhat Keycloak

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability92.56%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Packet Storm Security Exploit
  • Vendor Resources
  • Red Hat Bug Report #1846270
  • Related CVEs
  • CVE-2023-0091: Redhat Keycloak Auth Bypass Vulnerability

  • CVE-2023-0105: Redhat Keycloak Auth Bypass Vulnerability

  • CVE-2022-3782: Keycloak Path Traversal Vulnerability

  • CVE-2023-6927: Redhat Keycloak Auth Bypass 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