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-2026-5469

CVE-2026-5469: Casbin Casdoor SSRF Vulnerability

CVE-2026-5469 is a server-side request forgery flaw in Casbin Casdoor's Webhook URL Handler that enables remote attackers to manipulate server requests. This article covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-5469 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in Casbin Casdoor version 2.356.0. This vulnerability affects the Webhook URL Handler component, allowing attackers to manipulate the server into making unintended requests to internal or external resources. The attack can be launched remotely by authenticated users with high privileges, potentially enabling access to internal services and sensitive data that should not be externally accessible.

Critical Impact

Attackers can abuse the Webhook URL Handler to forge server-side requests, potentially accessing internal network resources, cloud metadata services, or sensitive internal APIs that are otherwise protected from external access.

Affected Products

  • Casbin Casdoor version 2.356.0

Discovery Timeline

  • April 3, 2026 - CVE-2026-5469 published to NVD
  • April 9, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5469

Vulnerability Analysis

This SSRF vulnerability (CWE-918) exists in the Webhook URL Handler component of Casdoor 2.356.0. The vulnerability allows authenticated attackers with elevated privileges to manipulate webhook URLs, causing the server to initiate HTTP requests to arbitrary destinations. While the attack requires high privileges to execute, the network-accessible nature of the vulnerability means it can be exploited remotely without user interaction.

The impact includes potential unauthorized access to internal network services, cloud provider metadata endpoints (such as 169.254.169.254), and other backend systems that trust requests originating from the Casdoor server. This could lead to information disclosure, credential theft from cloud metadata services, or further lateral movement within the network.

Root Cause

The root cause of this vulnerability is improper validation and sanitization of user-supplied URLs in the Webhook URL Handler component. The application fails to adequately restrict the destination of outbound HTTP requests initiated through the webhook functionality, allowing attackers to specify internal IP addresses, localhost references, or cloud metadata endpoints as webhook targets.

Attack Vector

The attack is conducted over the network by an authenticated user with high-level privileges. The attacker configures a malicious webhook URL pointing to an internal resource or sensitive endpoint. When the webhook is triggered, the Casdoor server makes an HTTP request to the attacker-specified URL, effectively acting as a proxy for accessing internal resources.

The attacker can target:

  • Internal network services not exposed to the internet
  • Cloud metadata services (AWS, GCP, Azure) to extract credentials
  • Internal APIs and administrative interfaces
  • Local services running on the Casdoor server itself

Since no verified code examples are available for this vulnerability, technical details can be found in the VulDB Vulnerability #355073 advisory.

Detection Methods for CVE-2026-5469

Indicators of Compromise

  • Webhook configurations containing internal IP addresses (e.g., 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Webhook URLs targeting localhost or loopback addresses (127.0.0.1, ::1)
  • Requests to cloud metadata endpoints (169.254.169.254) in server logs
  • Unusual outbound HTTP connections from the Casdoor server to internal services

Detection Strategies

  • Implement network monitoring to detect unusual outbound requests from the Casdoor server to internal IP ranges
  • Review webhook configurations for suspicious or internal-facing URLs
  • Monitor application logs for webhook-related errors that may indicate probing activity
  • Deploy web application firewalls (WAF) with SSRF detection rules

Monitoring Recommendations

  • Enable detailed logging for all webhook creation and modification events
  • Set up alerts for outbound connections to RFC1918 private IP ranges and cloud metadata services
  • Monitor for changes to webhook configurations, particularly those made by newly elevated accounts
  • Implement egress filtering and log all denied outbound connection attempts

How to Mitigate CVE-2026-5469

Immediate Actions Required

  • Review and audit all existing webhook configurations for potentially malicious URLs
  • Implement URL validation to block internal IP addresses, localhost, and cloud metadata endpoints
  • Restrict webhook configuration privileges to only trusted administrators
  • Consider temporarily disabling webhook functionality if not critical to operations

Patch Information

At the time of disclosure, the vendor (Casbin) was contacted but did not respond. No official patch is currently available for this vulnerability. Organizations should monitor the VulDB Submission #781771 and official Casdoor repositories for updates.

Workarounds

  • Implement network-level egress filtering to prevent the Casdoor server from accessing internal resources
  • Deploy a proxy or gateway that validates and sanitizes all outbound webhook requests
  • Use allowlisting to restrict webhook URLs to known, trusted external domains only
  • Segment the Casdoor server network to limit access to sensitive internal services
bash
# Example: iptables rules to block SSRF attempts to internal networks
# Block outbound connections to private IP ranges from Casdoor server
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
iptables -A OUTPUT -d 127.0.0.0/8 -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/TechCasdoor

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • VulDB Submission #781771

  • VulDB Vulnerability #355073

  • VulDB CTI #355073
  • Related CVEs
  • CVE-2026-5467: Casbin Casdoor Open Redirect Vulnerability

  • CVE-2026-5468: Casbin Casdoor XSS Vulnerability

  • CVE-2022-24124: Casbin Casdoor SQL Injection 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