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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-90896— 电商模板结账会话端点身份验证缺失导致买家信息泄露

一分钟漏洞结论

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

在 MarcosCamara01 电商模板(commit 91e273c 之前)中,位于结账会话查询处理器(src/app/api/stripe/checkout_sessions/route.ts)的关键功能缺少身份验证(CWE-306),该缺陷通过 GET /api/stripe/checkout_sessions 暴露。此漏洞允许持有有效 Stripe 结账会话 ID(cs_...)的远程未认证攻击者检索完整的会话对象,其中包含买方的姓名、邮箱、电话、账单地址、已付金额及内部 userId。原因是该 GET

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

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

漏洞信息

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

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

Vulnerability Title
Missing authentication in Ecommerce Template checkout session endpoint allows unauthenticated disclosure of buyer PII
来源: CVE Program / CVE List V5
Vulnerability Description
Missing Authentication for Critical Function (CWE-306) in the checkout session lookup handler (src/app/api/stripe/checkout_sessions/route.ts), exposed at GET /api/stripe/checkout_sessions, in MarcosCamara01 Ecommerce Template before commit 91e273c allows a remote, unauthenticated attacker holding a valid Stripe Checkout Session id (cs_...) to retrieve the full session object, including the buyer's name, email, phone, billing address, amount paid and internal userId, because the GET handler calls stripe.checkout.sessions.retrieve() and returns the result without checking for an authenticated session or session ownership. Sibling endpoints such as POST /api/stripe/payment already enforced authentication via auth.api.getSession(); this endpoint had no access control whatsoever. The session_id is exposed in the buyer's own browser URL after payment (success_url = /result?session_id={CHECKOUT_SESSION_ID}), so it leaks through Referer headers, analytics tools, server access logs and shared-machine browser history, resulting in disclosure of the buyer's personal data to an unauthenticated actor.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
关键功能的认证机制缺失
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
MarcosCamara01 Ecommerce Template 0 ~ 91e273c -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-90896 其他参考 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2026-90896

暂无评论


发表评论