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-31819

CVE-2026-31819: Sylius eCommerce Framework CSRF Vulnerability

CVE-2026-31819 is a CSRF flaw in Sylius eCommerce Framework affecting redirect handlers that trust HTTP Referer headers. Attackers can exploit this for phishing attacks from trusted domains. This article covers technical details, affected versions, impact, and mitigation steps.

Published: March 13, 2026

CVE-2026-31819 Overview

CVE-2026-31819 is an Open Redirect vulnerability affecting Sylius, an Open Source eCommerce Framework built on Symfony. The vulnerability exists in multiple controllers where the HTTP Referer header is used directly when performing redirects without proper validation. Specifically, the affected components include CurrencySwitchController::switchAction(), ImpersonateUserController::impersonateAction(), and StorageBasedLocaleSwitcher::handle().

Critical Impact

This vulnerability enables phishing and credential theft attacks by allowing attackers to redirect users from trusted Sylius domains to malicious sites. Public endpoints can be exploited without authentication, while admin-only endpoints remain vulnerable if administrators follow external links.

Affected Products

  • Sylius versions prior to 1.9.12
  • Sylius versions 1.10.x prior to 1.10.16
  • Sylius versions 1.11.x prior to 1.11.17
  • Sylius versions 1.12.x prior to 1.12.23
  • Sylius versions 1.13.x prior to 1.13.15
  • Sylius versions 1.14.x prior to 1.14.18
  • Sylius versions 2.0.x prior to 2.0.16
  • Sylius versions 2.1.x prior to 2.1.12
  • Sylius versions 2.2.x prior to 2.2.3

Discovery Timeline

  • 2026-03-10 - CVE-2026-31819 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-31819

Vulnerability Analysis

This Open Redirect vulnerability (CWE-601) occurs when the Sylius application blindly trusts the HTTP Referer header to determine where to redirect users after performing certain actions. The attack requires minimal user interaction—the victim only needs to click on a legitimate application link that has been placed on an attacker-controlled page.

When a user clicks a link to a vulnerable Sylius endpoint from an attacker's website, the browser automatically includes the attacker's URL in the Referer header. The Sylius application then uses this untrusted value to redirect the user back, effectively sending them to the malicious site. Since the redirect originates from the trusted Sylius domain, users are more likely to trust the destination, making this an effective vector for phishing attacks.

The severity varies based on the affected endpoint. Public-facing endpoints such as the currency switcher require no authentication and are trivially exploitable by any attacker. Admin-only endpoints like the user impersonation controller require the victim to have an authenticated administrative session, but remain vulnerable if an administrator follows an external link from email, chat applications, or other external sources.

Root Cause

The root cause of this vulnerability is improper input validation of the HTTP Referer header. The affected controller methods (CurrencySwitchController::switchAction(), ImpersonateUserController::impersonateAction(), and StorageBasedLocaleSwitcher::handle()) extract the Referer value and use it directly as the redirect target without validating that the URL belongs to an allowed domain or follows a safe pattern. This violates the security principle of never trusting user-controllable input, as the Referer header can be influenced by attackers through careful placement of links on external sites.

Attack Vector

The attack is network-based and requires user interaction. An attacker creates a malicious webpage containing a link to a vulnerable Sylius endpoint. When a victim visits the attacker's page and clicks the link, their browser sends a request to the Sylius application with the Referer header set to the attacker's domain. The Sylius application processes the request and redirects the user to the URL specified in the Referer header, sending them to the attacker-controlled site.

For example, an attacker could host a page at https://malicious-site.example.com/ containing a link to https://legitimate-sylius-store.com/currency/switch/USD. When clicked, the browser sends the request with Referer: https://malicious-site.example.com/. The vulnerable Sylius controller then redirects the user to the malicious site. From there, the attacker could present a convincing phishing page designed to harvest credentials or sensitive information, leveraging the trust established by the redirect originating from the legitimate domain.

Detection Methods for CVE-2026-31819

Indicators of Compromise

  • Unusual redirect patterns in web server logs showing redirects to external domains after currency switch, locale switch, or impersonation actions
  • HTTP requests to /currency/switch/*, /locale/switch/*, or admin impersonation endpoints with Referer headers pointing to suspicious external domains
  • User reports of being unexpectedly redirected to unfamiliar sites after interacting with the Sylius store

Detection Strategies

  • Monitor web application firewall (WAF) logs for requests to vulnerable endpoints with external Referer headers
  • Implement log analysis rules to alert on redirect responses (HTTP 302/303) that target external domains from the affected controller actions
  • Review Symfony application logs for patterns indicating potential exploitation attempts

Monitoring Recommendations

  • Enable verbose access logging on the web server to capture Referer headers for forensic analysis
  • Configure security monitoring tools to correlate redirect events with Referer header anomalies
  • Implement real-time alerting for administrators when impersonation endpoints receive requests with non-local Referer values

How to Mitigate CVE-2026-31819

Immediate Actions Required

  • Upgrade Sylius to the latest patched version immediately: 1.9.12, 1.10.16, 1.11.17, 1.12.23, 1.13.15, 1.14.18, 2.0.16, 2.1.12, or 2.2.3 depending on your current major/minor version
  • Review web server and application logs for evidence of exploitation attempts prior to patching
  • Educate administrators about the risks of clicking external links while authenticated to the admin panel
  • Consider implementing a Content Security Policy (CSP) that restricts form actions and navigation targets

Patch Information

Sylius has released security patches addressing this vulnerability across all supported version branches. The fix implements proper validation of the Referer header before using it as a redirect target, ensuring redirects only occur to trusted internal URLs. Detailed patch information is available in the GitHub Security Advisory.

Patched versions include:

  • 1.9.12 and above
  • 1.10.16 and above
  • 1.11.17 and above
  • 1.12.23 and above
  • 1.13.15 and above
  • 1.14.18 and above
  • 2.0.16 and above
  • 2.1.12 and above
  • 2.2.3 and above

Workarounds

  • Deploy a web application firewall (WAF) rule to validate or strip Referer headers containing external domains for requests to the affected endpoints
  • Implement reverse proxy rules to override the redirect behavior for the vulnerable controller actions, forcing redirects to a safe default location such as the homepage
  • Restrict access to administrative endpoints at the network level to trusted IP ranges, reducing the attack surface for the ImpersonateUserController endpoint
bash
# Example Nginx configuration to block external referers on vulnerable endpoints
location ~ ^/(currency|locale)/switch/ {
    if ($http_referer !~* "^https?://(www\.)?yourdomain\.com") {
        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
  • TypeCSRF

  • Vendor/TechSylius

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:L/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-601
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-31820: Sylius Information Disclosure Vulnerability

  • CVE-2026-31821: Sylius eCommerce Auth Bypass Vulnerability

  • CVE-2026-31822: Sylius eCommerce Framework XSS Vulnerability

  • CVE-2026-31823: Sylius eCommerce Framework XSS 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