Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. sylius/sylius
  4. ›
  5. CVE-2026-31822

CVE-2026-31822: Sylius has a XSS vulnerability in checkout login form

March 11, 2026

A cross-site scripting (XSS) vulnerability exists in the shop checkout login form handled by the ApiLoginController Stimulus controller.

When a login attempt fails, AuthenticationFailureHandler returns a JSON response whose message field is rendered into the DOM using innerHTML, allowing any HTML or JavaScript in that value to be parsed and executed by the browser.

The message value originates from AuthenticationException::getMessageKey() passed through Symfony’s translator (security domain, using the request locale). In the default Sylius installation, this returns a hardcoded translation key (e.g. “Invalid credentials.”), which is not directly user-controlled. However, using innerHTML with server-derived data violates defense-in-depth principles, and the risk escalates significantly under realistic scenarios:

  • Customized authentication handlers — if a project overrides AuthenticationFailureHandler to include user-supplied data in the message (e.g. “No account found for ”), an attacker can inject arbitrary JavaScript directly via the login form without any privileged access.
  • Translation injection — if translation files are sourced from an untrusted database or CMS and contain HTML, the message could carry a malicious payload.
  • Man-in-the-Middle — if the response is intercepted (e.g. on HTTP or via a compromised proxy), an attacker can inject arbitrary HTML/JS into the message field.
  • Server-side injection — if any middleware, reverse proxy, or error handler modifies the JSON response body, malicious content could be injected into the message field.

Exploitation could lead to session hijacking, credential theft, cart/order manipulation, or phishing within the trusted shop domain.

The vulnerability affects all Sylius installations that use the default shop checkout login form with the bundled ApiLoginController.js.

References

  • github.com/Sylius/Sylius
  • github.com/Sylius/Sylius/security/advisories/GHSA-vgh8-c6fp-7gcg
  • github.com/advisories/GHSA-vgh8-c6fp-7gcg
  • nvd.nist.gov/vuln/detail/CVE-2026-31822

Code Behaviors & Features

Detect and mitigate CVE-2026-31822 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 2.0.0 before 2.0.16, all versions starting from 2.1.0 before 2.1.12, all versions starting from 2.2.0 before 2.2.3

Fixed versions

  • 2.0.16
  • 2.1.12
  • 2.2.3

Solution

Upgrade to versions 2.0.16, 2.1.12, 2.2.3 or above.

Impact 5.4 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Source file

packagist/sylius/sylius/CVE-2026-31822.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Mon, 11 May 2026 12:22:01 +0000.