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

CVE-2026-3318: Cradle eCommerce Open Redirect Vulnerability

CVE-2026-3318 is an open redirection flaw in Cradle eCommerce that allows attackers to redirect users to malicious sites via unvalidated returnUrl parameters. This article covers technical details, impact, and mitigation.

Published: May 18, 2026

CVE-2026-3318 Overview

CVE-2026-3318 is an open redirection vulnerability affecting the latest demo version of the Cradle eCommerce platform. The flaw exists in the login form endpoint, where the returnUrl parameter accepts arbitrary URLs without proper validation. An attacker can craft a link that uses the legitimate Cradle login page as a launch point, then redirects the victim to an external malicious site after authentication. This weakness is classified under CWE-601: URL Redirection to Untrusted Site. The issue enables phishing campaigns that abuse user trust in the original domain to harvest credentials or deliver malware.

Critical Impact

Attackers can abuse the trusted Cradle login URL to redirect authenticated or unauthenticated users to attacker-controlled destinations, enabling phishing and credential theft.

Affected Products

  • Cradle eCommerce platform (latest demo version)
  • Login form endpoint accepting the returnUrl parameter
  • Deployments exposing the demo build to untrusted networks

Discovery Timeline

  • 2026-05-08 - CVE-2026-3318 published to NVD
  • 2026-05-08 - Last updated in NVD database

Technical Details for CVE-2026-3318

Vulnerability Analysis

The vulnerability resides in the login form handler of the Cradle eCommerce platform. The endpoint accepts a returnUrl query parameter that determines where the user is sent after submitting the login form. The application performs no allowlist check, no host comparison, and no relative-path enforcement on this parameter. As a result, the server or client-side logic issues a redirect to any absolute URL supplied by the attacker.

An attacker crafts a URL such as https://cradle.example/login?returnUrl=https://attacker.example/fake-login and distributes it through email, chat, or social media. Victims see the legitimate Cradle domain in the link, complete authentication, and then land on the attacker's site. The attacker-controlled page can mimic the Cradle interface and request credentials, payment data, or session re-authentication.

The attack requires user interaction, since the victim must click the crafted link. The flaw does not require authentication or special privileges to exploit, which broadens its usefulness in phishing chains. Public exploit code is not currently available, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog.

Root Cause

The root cause is missing validation of the returnUrl parameter. The application treats user-controlled input as a trusted redirect target. Secure implementations restrict redirect destinations to a fixed allowlist of internal paths or verify that the target host matches the application's own domain.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker delivers a crafted link pointing to the Cradle login endpoint with a malicious returnUrl value. The victim clicks the link, observes the legitimate hostname, and proceeds with the authentication flow. After form submission, the browser follows the unvalidated redirect to the attacker-controlled domain. The vulnerability mechanism is described in the INCIBE Security Notice on E-commerce Vulnerabilities.

Detection Methods for CVE-2026-3318

Indicators of Compromise

  • Inbound HTTP requests to /login containing a returnUrl parameter with an absolute external URL or a scheme such as http://, https://, or //
  • Web server access logs showing redirects from the login endpoint to domains outside the Cradle deployment
  • Phishing reports from users mentioning Cradle login links that ended on unfamiliar pages

Detection Strategies

  • Parse web server logs for returnUrl values that fail a host-equality check against the Cradle application domain
  • Alert on login flows where the post-authentication redirect target resolves to a newly registered or low-reputation domain
  • Correlate user-clicked URLs from email security gateways with login endpoints carrying suspicious returnUrl query strings

Monitoring Recommendations

  • Enable verbose logging on the login endpoint to capture the full query string and HTTP Referer header
  • Forward web access logs to a centralized analytics platform for retrospective hunting on returnUrl patterns
  • Monitor outbound 3xx responses from the login handler and flag any Location header pointing outside the trusted domain

How to Mitigate CVE-2026-3318

Immediate Actions Required

  • Restrict or disable the demo deployment of the Cradle eCommerce platform on internet-facing infrastructure until a fix is applied
  • Implement a server-side allowlist that limits returnUrl values to relative paths or a fixed set of trusted hostnames
  • Reject any returnUrl value containing an absolute URL, a protocol-relative prefix (//), or backslash sequences

Patch Information

No vendor patch is referenced in the published advisory. Consult the INCIBE Security Notice on E-commerce Vulnerabilities for vendor updates and follow the Cradle project for remediation announcements.

Workarounds

  • Deploy a web application firewall rule that blocks login requests where returnUrl contains :// or starts with //
  • Replace user-supplied redirect targets with a server-side session value tied to the original navigation context
  • Display an interstitial warning page when redirecting users to any host other than the application's own domain
bash
# Example WAF rule (ModSecurity) blocking external returnUrl values
SecRule ARGS:returnUrl "@rx ^(https?:)?//" \
    "id:1003318,phase:2,deny,status:400,\
    msg:'CVE-2026-3318 open redirect attempt via returnUrl',\
    tag:'CWE-601'"

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechCradle

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-601
  • Technical References
  • INCIBE Security Notice on E-commerce Vulnerabilities
  • Related CVEs
  • CVE-2026-3320: Cradle eCommerce Platform XSS Vulnerability

  • CVE-2026-3319: Cradle eCommerce Platform XSS Vulnerability
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