Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-47127— Ghostfolio has a Stripe subscription bypass

Quick assessment

Affected
ghostfolio ghostfolio
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

Ghostfolio是Ghostfolio组织开源的一款基于Web技术构建的财富管理软件。 Ghostfolio 3.4.0之前版本存在授权问题漏洞,该漏洞源于Stripe结账回调接口未检查支付状态,可能导致已认证用户无需付费即可自我授予一年Premium订阅。

CVSS 6.5 · Medium EPSS 0.29% · P22

Affected Version Matrix 1

VendorProduct Version RangeStatus
ghostfolio ghostfolio < 3.4.0 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-47127

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Ghostfolio has a Stripe subscription bypass
Source: CVE Program / CVE List V5
Vulnerability 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).
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Source: CVE Program / CVE List V5
Vulnerability Type
授权机制缺失
Source: CVE Program / CVE List V5
Vulnerability Title
Ghostfolio 授权问题漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Ghostfolio是Ghostfolio组织开源的一款基于Web技术构建的财富管理软件。 Ghostfolio 3.4.0之前版本存在授权问题漏洞,该漏洞源于Stripe结账回调接口未检查支付状态,可能导致已认证用户无需付费即可自我授予一年Premium订阅。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
ghostfolio ghostfolio < 3.4.0 -

II. Public POCs for CVE-2026-47127

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-47127

登录查看更多情报信息。

Patches & Fixes for CVE-2026-47127 (1)

Vendor Advisories for CVE-2026-47127 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-47127

No comments yet


Leave a comment