Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2026-31824— Sylius has a Promotion Usage Limit Bypass via Race Condition

CVSS 8.2 · High EPSS 0.06% · P18
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-31824

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Sylius has a Promotion Usage Limit Bypass via Race Condition
Source: NVD (National Vulnerability Database)
Vulnerability Description
Sylius is an Open Source eCommerce Framework on Symfony. 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 the promotion usage limit (the global used counter on Promotion entities), coupon usage limit (the global used counter on PromotionCoupon entities), and coupon per-customer usage limit (the per-customer redemption count on PromotionCoupon entities). In all three cases, the eligibility check reads the used counter (or order count) from an in-memory Doctrine entity during validation, while the actual usage increment in OrderPromotionsUsageModifier happens later during order completion — with no database-level locking or atomic operations between the two phases. Because Doctrine flushes an absolute value (SET used = 1) rather than an atomic increment (SET used = used + 1), and because the affected entities lack optimistic locking, concurrent requests all read the same stale usage counts and pass the eligibility checks simultaneously. An attacker can exploit this by preparing multiple carts with the same limited-use promotion or coupon and firing simultaneous PATCH /api/v2/shop/orders/{token}/complete requests. All requests pass the usage limit checks and complete successfully, allowing a single-use promotion or coupon to be redeemed an arbitrary number of times. The per-customer limit can be bypassed in the same way by a single customer completing multiple orders concurrently. No authentication is required to exploit this vulnerability. This may lead to direct financial loss through unlimited redemption of limited-use promotions and discount coupons. The issue is fixed in versions: 1.9.12, 1.10.16, 1.11.17, 1.12.23, 1.13.15, 1.14.18, 2.0.16, 2.1.12, 2.2.3 and above.
Source: NVD (National Vulnerability Database)
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
Source: NVD (National Vulnerability Database)
Vulnerability Type
使用共享资源的并发执行不恰当同步问题(竞争条件)
Source: NVD (National Vulnerability Database)
Vulnerability Title
Sylius 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Sylius是波兰Sylius公司的一套基于Symfony框架的开源电子商务平台。 Sylius存在安全漏洞,该漏洞源于促销使用限制强制执行中存在检查时间到使用时间竞争条件,可能导致绕过使用限制。以下版本受到影响:1.9.12之前版本、1.10.16之前版本、1.11.17之前版本、1.12.23之前版本、1.13.15之前版本、1.14.18之前版本、2.0.16之前版本、2.1.12之前版本和2.2.3之前版本。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
SyliusSylius >= 2.2.0, < 2.2.3 -

II. Public POCs for CVE-2026-31824

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-31824

登录查看更多情报信息。

Same Patch Batch · Sylius · 2026-03-10 · 7 CVEs total

CVE-2026-318255.3 MEDIUMSylius has a DQL Injection via API Order Filters
CVE-2026-318234.8 MEDIUMSylius has Authenticated Stored XSS
CVE-2026-31819Sylius has an Open Redirect via Referer Header
CVE-2026-31822Sylius has a XSS vulnerability in checkout login form
CVE-2026-31821Sylius is Missing Authorization in API v2 Add Item Endpoint
CVE-2026-31820Sylius affected by IDOR in Cart and Checkout LiveComponents

IV. Related Vulnerabilities

V. Comments for CVE-2026-31824

No comments yet


Leave a comment