๐Ÿ” CVE Alert

CVE-2026-47127

MEDIUM 6.5

Ghostfolio has a Stripe subscription bypass

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

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).

CWE CWE-862
Vendor ghostfolio
Product ghostfolio
Published Aug 7, 2026
Stay Ahead of the Next One

Get instant alerts for ghostfolio ghostfolio

Be the first to know when new medium vulnerabilities affecting ghostfolio ghostfolio are published โ€” delivered to Slack, Telegram or Discord.

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

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

Affected Versions

ghostfolio / ghostfolio
< 3.4.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/ghostfolio/ghostfolio/security/advisories/GHSA-j465-x2w3-wjj8 github.com: https://github.com/ghostfolio/ghostfolio/pull/6872