Feedbin (commit 739884a) contains an unauthenticated information disclosure vulnerability that allows unauthenticated attackers to retrieve private article content by sending requests to the entries text API endpoint, which skips the authorization before-action filter entirely. Attackers can iterate sequential integer entry IDs through the GET /api/v2/entries/:id/text endpoint to enumerate and extract plain-text content of all stored articles, including private newsletter content, personal page-saves, and articles from any user's private subscriptions.
References
Configurations
No configuration.
History
22 Jul 2026, 16:18
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/geo-chen/oss/blob/main/feedbin.md - |
21 Jul 2026, 22:19
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-21 22:19
Updated : 2026-07-23 15:23
NVD link : CVE-2026-65319
Mitre link : CVE-2026-65319
CVE.ORG link : CVE-2026-65319
JSON object : View
Products Affected
No product.
CWE
CWE-306
Missing Authentication for Critical Function
