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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-53638— Sylius 基于渠道的支付限制绕过漏洞

一分钟漏洞结论

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

Sylius 是一个基于 Symfony 的开源电子商务框架。从 2.0.0 版本开始,到 2.0.18、2.1.15 和 2.2.6 之前的版本中,商店账户 API 中存在一个授权绕过漏洞。 端点供已认证的商店客户修改已下单但尚未付款(状态为 )订单的支付方式,但该端点未验证所选支付方式是否在订单所属渠道中启用。相比之下,对应的结账端点( )会正确拒绝不属于该渠道的支付方式并返回 ;而账户端点则静默接受并返回 。因此,已认证的客户可以将其自身已下的订单分配任何全局启用的支付方式,包括店铺运营者明确从该渠道中排除的

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

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

漏洞信息

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

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

Vulnerability Title
Sylius: Channel-based payment method restriction bypass on shop account orders API endpoint
来源: 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, an authorization bypass vulnerability exists in the shop account API. The `PATCH /api/v2/shop/account/orders/{tokenValue}/payments/{paymentId}` endpoint, used by an authenticated shop customer to change the payment method of an order that has been placed but not yet paid (state `STATE_NEW`), does not validate that the chosen payment method is enabled for the order's channel. The equivalent checkout endpoint (`PATCH /api/v2/shop/orders/{tokenValue}/payments/{paymentId}`) correctly rejects out-of-channel payment methods with `HTTP 422`; the account endpoint silently accepts them and returns `HTTP 200`. An authenticated customer can therefore assign any globally enabled payment method to their own placed order, including methods that the store operator has explicitly excluded from that channel. The issue is fixed in versions: 2.0.18, 2.1.15, 2.2.6 and above. As a workaround, decorate the `Sylius\Bundle\ApiBundle\Changer\PaymentMethodChangerInterface` service in the application.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
授权机制不正确
来源: CVE Program / CVE List V5

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

CVE-2026-53637 6.5 MEDIUM Sylius 购物车组件已完订单修改删除漏洞
CVE-2026-53639 6.3 MEDIUM Sylius 店铺支付 API 权限提升漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-53638

暂无评论


发表评论