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

CVE-2026-22662: prompts.chat SSRF Vulnerability

CVE-2026-22662 is a blind server-side request forgery flaw in prompts.chat that enables authenticated attackers to probe internal networks and access services. This article covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-22662 Overview

CVE-2026-22662 is a blind Server-Side Request Forgery (SSRF) vulnerability discovered in prompts.chat, specifically within the Wiro media generator component. The vulnerability exists in versions prior to commit 1464475 and allows authenticated users to manipulate the inputImageUrl parameter to perform unauthorized server-side fetches. This can be exploited to probe internal networks, access internal services, and potentially exfiltrate data through the upstream Wiro service.

Critical Impact

Authenticated attackers can leverage this blind SSRF to scan internal infrastructure, access cloud metadata endpoints, and potentially pivot to internal services that would otherwise be unreachable from external networks.

Affected Products

  • prompts.chat versions prior to commit 1464475
  • Applications utilizing the Wiro media generator /api/media-generate endpoint

Discovery Timeline

  • 2026-04-03 - CVE-2026-22662 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-22662

Vulnerability Analysis

This blind SSRF vulnerability (CWE-918) resides in the Wiro media generator functionality of prompts.chat. The application accepts user-controlled inputImageUrl parameters via POST requests to the /api/media-generate endpoint without proper validation or URL filtering. Unlike traditional SSRF vulnerabilities, this is classified as "blind" because attackers do not receive direct response bodies from their malicious requests. However, the vulnerability still enables reconnaissance of internal network topology, access to internal services, and potential data exfiltration through side-channel techniques.

The vulnerability is exploitable over the network by any authenticated user. While authentication is required, no additional privileges are necessary to exploit this flaw. The impact is primarily on confidentiality, as attackers can extract information about internal services and potentially access sensitive data from internal endpoints.

Root Cause

The root cause of this vulnerability is insufficient input validation and URL sanitization in the media generation endpoint. The application directly processes user-supplied inputImageUrl values and forwards them to the upstream Wiro service without implementing proper allowlisting of permitted URL schemes, domains, or IP address ranges. This allows attackers to specify arbitrary URLs, including those pointing to internal network addresses such as 127.0.0.1, private IP ranges, or cloud metadata services.

Attack Vector

The attack is executed by sending specially crafted POST requests to the /api/media-generate endpoint. An authenticated attacker can manipulate the inputImageUrl parameter to target internal resources. Common attack patterns include probing for internal services on localhost and private IP ranges (e.g., 192.168.x.x, 10.x.x.x), accessing cloud metadata endpoints (e.g., http://169.254.169.254/), and attempting to connect to internal APIs or databases. Since this is a blind SSRF, attackers typically rely on timing differences or out-of-band techniques to confirm successful requests.

The vulnerability can be exploited to probe internal networks and discover running services, access cloud provider metadata services to obtain credentials or configuration data, bypass firewall restrictions by using the server as a proxy, and potentially exfiltrate sensitive information through DNS queries or timing-based side channels.

Detection Methods for CVE-2026-22662

Indicators of Compromise

  • POST requests to /api/media-generate containing inputImageUrl values pointing to internal IP addresses (127.0.0.1, 10.x.x.x, 172.16-31.x.x, 192.168.x.x)
  • Requests with inputImageUrl targeting cloud metadata endpoints such as 169.254.169.254
  • Unusual patterns of requests to the media-generate endpoint from single authenticated users
  • Outbound connections from the application server to unexpected internal hosts

Detection Strategies

  • Implement web application firewall (WAF) rules to inspect and block requests containing internal IP addresses in the inputImageUrl parameter
  • Deploy network monitoring to detect anomalous outbound connections from the prompts.chat server to internal network segments
  • Configure application-level logging to capture all parameters submitted to the /api/media-generate endpoint for forensic analysis
  • Use SentinelOne Singularity to monitor for suspicious network behavior patterns consistent with SSRF exploitation

Monitoring Recommendations

  • Enable verbose logging on the application server to capture full request details including all POST parameters
  • Monitor for DNS queries to internal hostnames originating from the prompts.chat server
  • Set up alerts for any connections from the application server to cloud metadata IP ranges
  • Review authentication logs to identify potential account compromise or abuse by authenticated users

How to Mitigate CVE-2026-22662

Immediate Actions Required

  • Update prompts.chat to commit 1464475df2698fb7ccd0cdbc382b0750466f891d or later immediately
  • Review application logs for any historical exploitation attempts against the /api/media-generate endpoint
  • Implement network segmentation to limit the prompts.chat server's access to internal resources
  • Consider disabling the media-generate functionality if not immediately required until patching is complete

Patch Information

The vulnerability has been addressed in commit 1464475. The fix is available in the GitHub repository. Organizations should pull the latest version from the repository or ensure their deployment includes this commit or any subsequent patches. Additional context and discussion can be found in the related pull request.

Workarounds

  • Implement a reverse proxy or WAF rule to validate inputImageUrl parameters and reject requests containing internal IP addresses or private network ranges
  • Configure network-level controls to prevent the application server from initiating connections to internal networks or cloud metadata services
  • Deploy URL allowlisting at the application level to restrict inputImageUrl to known, trusted external domains only
  • Use egress filtering on the server to block outbound connections to RFC1918 private address space and link-local addresses
bash
# Example nginx configuration to block SSRF attempts
location /api/media-generate {
    # Block requests containing internal IP patterns in request body
    if ($request_body ~* "(127\.0\.0\.1|10\.\d+\.\d+\.\d+|172\.(1[6-9]|2[0-9]|3[0-1])\.\d+\.\d+|192\.168\.\d+\.\d+|169\.254\.\d+\.\d+)") {
        return 403;
    }
    proxy_pass http://backend;
}

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechWiro

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Changes

  • GitHub Pull Request Discussion

  • VulnCheck Advisory on SSRF
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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