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-2025-46385

CVE-2025-46385: Server-Side Request Forgery Vulnerability

CVE-2025-46385 is a server-side request forgery (SSRF) vulnerability that allows attackers to manipulate server requests to unintended destinations. This article covers technical details, impact assessment, and mitigation strategies.

Published: April 21, 2026

CVE-2025-46385 Overview

CVE-2025-46385 is a Server-Side Request Forgery (SSRF) vulnerability classified under CWE-918. This vulnerability allows attackers to manipulate server-side requests to access internal resources, bypass security controls, or interact with internal services that should not be externally accessible. SSRF vulnerabilities are particularly dangerous as they can be leveraged to pivot into internal networks and access sensitive data or systems.

Critical Impact

This SSRF vulnerability enables unauthorized network access with high integrity impact, allowing attackers to forge requests from the vulnerable server to internal or external resources without authentication requirements.

Affected Products

  • Product information not available in current advisories
  • See external references for updated affected product details

Discovery Timeline

  • 2025-07-20 - CVE-2025-46385 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-46385

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability enables attackers to induce the server-side application to make HTTP requests to an arbitrary domain of the attacker's choosing. The vulnerability is exploitable remotely over the network without requiring any authentication or user interaction. The attack scope extends beyond the vulnerable component, meaning successful exploitation can impact resources outside the vulnerable system's security boundary.

The primary impact of this vulnerability is on data integrity, with the potential for attackers to modify or manipulate internal resources through forged requests. This could lead to unauthorized actions being performed on behalf of the server, data tampering in connected systems, or bypassing of network-based access controls.

Root Cause

The root cause stems from CWE-918: Server-Side Request Forgery, where the application fails to properly validate or sanitize user-supplied URLs or request parameters before making server-side HTTP requests. This allows attackers to control the destination of outbound requests made by the server, effectively using the application as a proxy to reach otherwise inaccessible resources.

Attack Vector

The attack vector is network-based with low complexity requirements. An attacker can exploit this vulnerability by:

  1. Identifying input parameters that accept URLs or hostnames processed by the server
  2. Supplying malicious URLs pointing to internal resources (e.g., http://localhost, http://169.254.169.254 for cloud metadata)
  3. Leveraging the server's network position to access internal services, cloud provider metadata endpoints, or other restricted resources
  4. Potentially chaining with other vulnerabilities to achieve further compromise

The vulnerability requires no privileges and no user interaction, making it highly exploitable in exposed applications.

Detection Methods for CVE-2025-46385

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS connections from application servers to internal IP ranges or localhost addresses
  • Server requests to cloud metadata endpoints (e.g., 169.254.169.254, metadata.google.internal)
  • Unexpected DNS resolution requests for internal hostnames from web-facing servers
  • Log entries showing requests to internal-only services originating from the application layer

Detection Strategies

  • Implement egress traffic monitoring to detect anomalous outbound requests from web servers
  • Deploy Web Application Firewall (WAF) rules to inspect and block suspicious URL patterns in request parameters
  • Monitor DNS query logs for resolution attempts of internal or suspicious hostnames from application servers
  • Analyze application logs for URL parameters containing internal IP addresses, localhost references, or cloud metadata URLs

Monitoring Recommendations

  • Enable comprehensive logging of all outbound HTTP requests made by server-side applications
  • Configure network monitoring to alert on connections to internal IP ranges from DMZ or web-tier systems
  • Implement application-level tracing to correlate user requests with server-side HTTP calls
  • Set up alerts for access attempts to sensitive internal endpoints from application servers

How to Mitigate CVE-2025-46385

Immediate Actions Required

  • Audit application code for user-controllable URL parameters used in server-side requests
  • Implement strict allowlist validation for any URLs processed server-side
  • Block outbound connections to internal IP ranges and cloud metadata endpoints from application servers
  • Apply network segmentation to limit the reach of potential SSRF attacks

Patch Information

Patch information is not currently available in the CVE data. Security teams should monitor the Israeli Government CVE Advisories for updated remediation guidance and patch availability announcements.

Workarounds

  • Implement URL allowlisting to restrict server-side requests to known-safe domains only
  • Deploy network-level controls to prevent application servers from reaching internal resources or cloud metadata services
  • Use a dedicated proxy server with strict egress filtering for all outbound requests
  • Disable unnecessary URL-following functionality and limit HTTP redirect depth in server-side request handlers
  • Consider implementing DNS pinning to prevent DNS rebinding attacks that may bypass validation

Organizations should implement defense-in-depth measures combining input validation, network segmentation, and monitoring to reduce SSRF risk while awaiting vendor patches.

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Israeli Government CVE Advisories
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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