๐Ÿ” CVE Alert

CVE-2026-90896

UNKNOWN 0.0

Missing authentication in Ecommerce Template checkout session endpoint allows unauthenticated disclosure of buyer PII

CVSS Score
0.0
EPSS Score
0.4%
EPSS Percentile
38th

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.

CWE CWE-306
Vendor marcoscamara01
Product ecommerce template
Published Sep 14, 2026
Last Updated Sep 15, 2026
Stay Ahead of the Next One

Get instant alerts for marcoscamara01 ecommerce template

Be the first to know when new unknown vulnerabilities affecting marcoscamara01 ecommerce template are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

MarcosCamara01 / Ecommerce Template
0 < 91e273c

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/MarcosCamara01/ecommerce-template/commit/91e273c69d976a3d205179e66e01fc399bfdd08b secur0.com: https://secur0.com/en/cna/cve-list/cve-2026-90896-missing-authentication-ecommerce-template-checkout-session-pii

Credits

Jaime Ramirez Dario Rivas Quero Secur0 CNA