CVE-2026-65319 PUBLISHED

Feedbin Unauthenticated Entry Content Disclosure via GET /api/v2/entries/:id/text

Assigner: VulnCheck
Reserved: 21.07.2026 Published: 21.07.2026 Updated: 22.07.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor Feedbin
Product Feedbin
Versions Default: affected
  • affected from 0 to 739884a (incl.)

Credits

  • George Chen reporter

References

Problem Types

  • Missing Authentication for Critical Function CWE