目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-31824— Sylius 安全漏洞

CVSS 8.2 · High EPSS 0.18% · P8
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-31824 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Sylius has a Promotion Usage Limit Bypass via Race Condition
来源: CVE Program / CVE List V5
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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
来源: CVE Program / CVE List V5
Vulnerability Type
使用共享资源的并发执行不恰当同步问题(竞争条件)
来源: CVE Program / CVE List V5
Vulnerability Title
Sylius 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
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之前版本。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
SyliusSylius >= 2.2.0, < 2.2.3 -

二、漏洞 CVE-2026-31824 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-31824 的情报信息

登录查看更多情报信息。

CVE-2026-31824 厂商安全公告 (1)

同批安全公告 · Sylius · 2026-03-10 · 共 7 条

CVE-2026-318255.3 MEDIUMSylius 安全漏洞
CVE-2026-318234.8 MEDIUMSylius 跨站脚本漏洞
CVE-2026-31819Sylius 输入验证错误漏洞
CVE-2026-31822Sylius 跨站脚本漏洞
CVE-2026-31821Sylius 安全漏洞
CVE-2026-31820Sylius 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-31824

暂无评论


发表评论