Lucene search
K

295 matches found

RedhatCVE
RedhatCVE
added 2026/03/26 3:7 p.m.2 views

CVE-2026-31825

Sylius is an Open Source eCommerce Framework on Symfony. Sylius API filters ProductPriceOrderFilter and TranslationOrderNameAndLocaleFilter pass user-supplied order direction values directly to Doctrine's orderBy without validation. An attacker can inject arbitrary DQL. The issue is fixed in...

5.3CVSS5.9AI score0.00197EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2026/03/26 3:7 p.m.2 views

CVE-2026-31821

Sylius is an Open Source eCommerce Framework on Symfony. The POST /api/v2/shop/orders/tokenValue/items endpoint does not verify cart ownership. An unauthenticated attacker can add items to other registered customers' carts by knowing the cart tokenValue. An attacker who obtains a cart tokenValue...

6.9CVSS6AI score0.00182EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2026/03/26 3:7 p.m.4 views

CVE-2026-31822

Sylius is an Open Source eCommerce Framework on Symfony. 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...

6.1CVSS5.6AI score0.00179EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2026/03/26 3:7 p.m.1 views

CVE-2026-31819

Sylius is an Open Source eCommerce Framework on Symfony. CurrencySwitchController::switchAction, ImpersonateUserController::impersonateAction and StorageBasedLocaleSwitcher::handle use the HTTP Referer header directly when redirecting. The attack requires the victim to click a legitimate...

6.9CVSS5.7AI score0.00172EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2026/03/26 2:59 p.m.5 views

CVE-2026-31820

Sylius is an Open Source eCommerce Framework on Symfony. An authenticated Insecure Direct Object Reference IDOR vulnerability exists in multiple shop LiveComponents due to unvalidated resource IDs accepted via LiveArg parameters. Unlike props, which are protected by LiveComponent's @checksum, arg...

7.1CVSS5.8AI score0.0029EPSS
Exploits0References1
EUVD
EUVD
added 2026/03/11 12:13 a.m.3 views

EUVD-2026-10923

Sylius has a DQL Injection via API Order Filters...

5.3CVSS5.8AI score0.00197EPSS
Exploits0References1
EUVD
EUVD
added 2026/03/11 12:13 a.m.4 views

EUVD-2026-10922

Sylius has a DQL Injection via API Order Filters...

5.3CVSS5.8AI score0.00197EPSS
Exploits0References1
Github Security Blog
Github Security Blog
added 2026/03/11 12:13 a.m.7 views

Sylius has a DQL Injection via API Order Filters

Impact Sylius API filters ProductPriceOrderFilter and TranslationOrderNameAndLocaleFilter pass user-supplied order direction values directly to Doctrine's orderBy without validation. An attacker can inject arbitrary DQL: GET /api/v2/shop/products?orderprice=ASC,%20variant.code%20DESC Patches The...

5.3CVSS6AI score0.00197EPSS
Exploits0References3Affected Software1
Snyk
Snyk
added 2026/03/11 12:13 a.m.6 views

Improper Neutralization of Special Elements in Data Query Logic

Overview sylius/sylius is a platform for PHP, based on Symfony framework. Affected versions of this package are vulnerable to Improper Neutralization of Special Elements in Data Query Logic via the order query parameter in API filters. An attacker can access sensitive information from the databas...

6.9CVSS5.9AI score0.00197EPSS
Exploits0References3
OSV
OSV
added 2026/03/11 12:13 a.m.3 views

GHSA-XCWX-R2GW-W93M Sylius has a DQL Injection via API Order Filters

Impact Sylius API filters ProductPriceOrderFilter and TranslationOrderNameAndLocaleFilter pass user-supplied order direction values directly to Doctrine's orderBy without validation. An attacker can inject arbitrary DQL: GET /api/v2/shop/products?orderprice=ASC,%20variant.code%20DESC Patches The...

5.3CVSS6AI score0.00197EPSS
Exploits0References3
Snyk
Snyk
added 2026/03/11 12:13 a.m.3 views

Time-of-check Time-of-use (TOCTOU) Race Condition

Overview sylius/sylius is a platform for PHP, based on Symfony framework. Affected versions of this package are vulnerable to Time-of-check Time-of-use TOCTOU Race Condition through a race condition in the promotion and coupon usage limit enforcement process. An attacker can redeem limited-use...

8.8CVSS5.8AI score0.00179EPSS
Exploits0References3
OSV
OSV
added 2026/03/11 12:13 a.m.4 views

GHSA-7MP4-25J8-HP5Q Sylius has a Promotion Usage Limit Bypass via Race Condition

Impact A Time-of-Check To Time-of-Use TOCTOU race condition was discovered in the promotion usage limit enforcement. The same class of vulnerability affects three independent limits: 1. Promotion usage limit - the global used counter on Promotion entities 2. Coupon usage limit - the global used...

8.2CVSS6AI score0.00179EPSS
Exploits0References3
EUVD
EUVD
added 2026/03/11 12:13 a.m.3 views

EUVD-2026-10919

Sylius Vulnerable to Authenticated Stored XSS...

4.8CVSS5.8AI score0.00142EPSS
Exploits0References1
Snyk
Snyk
added 2026/03/11 12:13 a.m.3 views

Cross-site Scripting (XSS)

Overview sylius/sylius is a platform for PHP, based on Symfony framework. Affected versions of this package are vulnerable to Cross-site Scripting XSS in the rendering of entity names within various frontend and admin panel components, such as breadcrumbs, taxon pickers, and autocomplete fields,...

4.8CVSS5.7AI score0.00142EPSS
Exploits0References2
OSV
OSV
added 2026/03/11 12:13 a.m.4 views

GHSA-MX4Q-XXC9-PF5Q Sylius Vulnerable to Authenticated Stored XSS

Impact An authenticated stored cross-site scripting XSS vulnerability exists in multiple places across the shop frontend and admin panel due to unsanitized entity names being rendered as raw HTML. Shop breadcrumbs shared/breadcrumbs.html.twig: The breadcrumbs macro uses the Twig |raw filter on...

4.8CVSS5.9AI score0.00142EPSS
Exploits0References3
EUVD
EUVD
added 2026/03/11 12:13 a.m.5 views

EUVD-2026-10916

Sylius has a XSS vulnerability in checkout login form...

5.3CVSS5.8AI score0.00179EPSS
Exploits0References1
Snyk
Snyk
added 2026/03/11 12:13 a.m.7 views

Cross-site Scripting (XSS)

Overview sylius/sylius is a platform for PHP, based on Symfony framework. Affected versions of this package are vulnerable to Cross-site Scripting XSS in the ApiLoginController process. An attacker can execute arbitrary JavaScript in the context of the user's browser by injecting malicious conten...

6.1CVSS5.8AI score0.00179EPSS
Exploits0References2
OSV
OSV
added 2026/03/11 12:13 a.m.10 views

GHSA-VGH8-C6FP-7GCG Sylius has a XSS vulnerability in checkout login form

Impact 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...

5.3CVSS5.9AI score0.00179EPSS
Exploits0References3
EUVD
EUVD
added 2026/03/11 12:13 a.m.6 views

EUVD-2026-10917

Sylius has a XSS vulnerability in checkout login form...

6.1CVSS5.8AI score0.00179EPSS
Exploits0References1
Github Security Blog
Github Security Blog
added 2026/03/11 12:13 a.m.6 views

Sylius has a XSS vulnerability in checkout login form

Impact 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...

6.1CVSS5.9AI score0.00179EPSS
Exploits0References3Affected Software1
Rows per page
Query Builder