CVE-2026-90896
Last modified
CVE-2026-90896 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. 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. EPSS estimates a 0.45% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| MarcosCamara01 | Ecommerce Template | < 91e273c |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90896?
How severe is CVE-2026-90896?
How do I fix CVE-2026-90896?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-9089The ConnectWise Automate™ Agent does not fully verify the au…8.8
- CVE-2026-90890ASRock Polychrome SYNC/RGB software utility developed by ASR…5.5
- CVE-2026-90891ASRock Polychrome SYNC/RGB software utility developed by ASR…5.5
- CVE-2026-90893MISP contains a Cross-Site Request Forgery (CSRF) vulnerabil…5.1
- CVE-2026-90894Parallels Desktop runs prl_disp_service as root. Local clien…7.8
- CVE-2026-90895Affected versions of MISP’s interactive CLI shell implement …8.4
- CVE-2026-90898Bifrost registers MCP clients through its management API. A …9.8
- CVE-2026-9090Casdoor versions 2.362.0 and earlier contain a vulnerability…9.1
- CVE-2026-9091Casdoor versions 2.362.0 and earlier contain a logic flaw in…5.3
- CVE-2026-90919LightLLM through 1.2.0 contains a remote code execution vuln…9.8
- CVE-2026-9092Casdoor versions 2.362.0 and earlier contain a vulnerability…9.1
- CVE-2026-90927filebrowser through 2.63.23 fails to limit WebSocket message…6.5
Are you affected by CVE-2026-90896?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
