| 标题 | Formbricks 5.0.0 Improper Access Controls |
|---|
| 描述 | Unauthenticated Email Oracle via isSurveyResponsePresentAction
Summary
The `isSurveyResponsePresentAction` server action returns whether a specific email address has responded to a survey. It requires no authentication and has no rate limiting. Any unauthenticated actor who knows a public survey link can use it as a boolean oracle to determine which email addresses have responded to that survey. No authentication, no session cookie, and no rate limit. The attacker can enumerate a full email list in seconds.
Vulnerable code
`apps/web/modules/survey/link/actions.ts:62-66` and `apps/web/lib/utils/action-client/index.ts:14-48` - compare with `authenticatedActionClient` (line 51), which calls `getServerSession()` and requires a valid session. The `isSurveyResponsePresentAction` deliberately uses the unauthenticated `actionClient`.
|
|---|
| 来源 | ⚠️ https://github.com/formbricks/formbricks/pull/8094 |
|---|
| 用户 | geochen (UID 78995) |
|---|
| 提交 | 2026-06-07 05時18分 (29 日前) |
|---|
| 管理 | 2026-07-05 20時21分 (29 days later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 376386 [Formbricks 5.0.0 Survey actions.ts 权限提升] |
|---|
| 积分 | 20 |
|---|