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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-53639— Sylius 店铺支付 API 权限提升漏洞

一分钟漏洞结论

影响对象
Sylius Sylius
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Sylius 是基于 Symfony 的开源电子商务框架。从版本 2.0.0 开始至版本 2.0.18、2.1.15 和 2.2.6 之前, 和 端点仅根据 URL 中的哈希值查找付款请求,未执行任何所有权检查(即未验证该请求是否属于当前已认证的顾客或关联订单)。攻击者一旦获取了付款请求的哈希值,就可以读取该付款请求,并通过响应中的 IRI 恢复底层订单的 (该 token 本身可授权访问完整订单信息,包括商品项、地址、顾客邮箱和总额);也可以更新付款请求的有效载荷(例如 和 )。这些字段被前端控制器用于在支付后重

CVSS 6.3 · Medium
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Sylius: IDOR on Shop Payment Request API endpoints
来源: CVE Program / CVE List V5
Vulnerability Description
Sylius is an Open Source eCommerce Framework on Symfony. Starting in version 2.0.0 and prior to version 2.0.18, 2.1.15, and 2.2.6, the `GET /api/v2/shop/payment-requests/{hash}` and `PUT /api/v2/shop/payment-requests/{hash}` endpoints look up the payment request solely by the hash from the URL. No ownership check is performed against the authenticated customer or the underlying order. An attacker who obtains a payment request hash can read the payment request and, through the `payment` IRI in the response, recover the underlying order's `tokenValue` (which itself grants access to the full order, items, addresses, customer email, totals); and/or update the payment request payload (e.g. `target_path`, `after_path`). These fields are used by the front-end controller to redirect the user after the payment, so an attacker can flip them to an attacker-controlled URL and intercept the buyer. The hash is a UUID, so it has to be obtained out-of-band (logs, shared links, referrer headers, a co-located client), but once it is known no other credential is required, neither authentication nor knowledge of the order token. The creation endpoint `POST /api/v2/shop/orders/{tokenValue}/payment-requests` shares the same flaw: it resolves the target order solely from the `tokenValue` in the URL without verifying that the caller owns the order. The issue is fixed in versions 2.0.18, 2.1.15, and 2.2.6. As a workaround, add a query extension that filters the `GET` operation; decorate the `PUT` state provider, guard the `POST` creation endpoint with a command-bus middleware, and wire the services.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
通过用户控制密钥绕过授权机制
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Sylius Sylius >= 2.0.0, < 2.0.18 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · Sylius · 2026-09-08 · 共 3 条

CVE-2026-53637 6.5 MEDIUM Sylius 购物车组件已完订单修改删除漏洞
CVE-2026-53638 4.3 MEDIUM Sylius 基于渠道的支付限制绕过漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-53639

暂无评论


发表评论