CVE-2026-47127
Last modified
CVE-2026-47127 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. Ghostfolio is an open source wealth management software. Prior to version 3.4.0, Ghostfolio's Stripe checkout success-URL handler at `GET /api/v1/subscription/stripe/callback?checkoutSessionId=<id>` retrieves the Stripe Checkout Session by ID and unconditionally grants a Premium subscription to the session's `client_reference_id` — without ever checking `session.payment_status` or `session.status`.
Description
Ghostfolio is an open source wealth management software. Prior to version 3.4.0, Ghostfolio's Stripe checkout success-URL handler at `GET /api/v1/subscription/stripe/callback?checkoutSessionId=<id>` retrieves the Stripe Checkout Session by ID and unconditionally grants a Premium subscription to the session's `client_reference_id` — without ever checking `session.payment_status` or `session.status`. There is no separate Stripe webhook endpoint with `stripe-signature` verification; this callback is the sole code path that creates Stripe-driven subscriptions. Any authenticated user can self-grant a 1-year Premium subscription without ever paying. Version 3.4.0 rejects sessions unless `session.payment_status === 'paid'` AND `session.status === 'complete'` (fails closed). Additionally, new unique `stripeCheckoutSessionId` column → a session can't be redeemed twice (race-safe via DB unique constraint).
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ghostfolio | ghostfolio | < 3.4.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-47127?
How severe is CVE-2026-47127?
How do I fix CVE-2026-47127?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- 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-47120Nezha Monitoring is a self-hostable, lightweight, servers an…7.1
- CVE-2026-47121Sparkle is a software update framework for macOS. Prior to v…6.1
- CVE-2026-47122Sparkle is a software update framework for macOS. In version…4.2
- CVE-2026-47123FreeScout is a free help desk and shared inbox built with PH…7.5
- CVE-2026-47124Nezha Monitoring is a self-hostable, lightweight, servers an…6.5
- CVE-2026-47125Arcane is an interface for managing Docker containers, image…8.8
- CVE-2026-47128nono is software that allows users to run AI agents in a zer…6.1
- CVE-2026-47129NextCRM is open-source customer relationship management (CRM…8.1
- CVE-2026-4713Incorrect boundary conditions in the Graphics component. Thi…7.5
- CVE-2026-47130NextCRM is open-source customer relationship management (CRM…7.1
- CVE-2026-47131vm2 is an open source vm/sandbox for Node.js. Prior to versi…10
- CVE-2026-47133ClearanceKit intercepts file-system access events on macOS a…6.9
Are you affected by CVE-2026-47127?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
