SEPTEMBER 5, 2026
Live Feed
Back to database
Case File

CVE-2026-65319

HIGH · CVSS 7.5 EPSS 0.37% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-21 · Last synced 2026-08-20

CyberRota Analysis

AI-Generated

An unauthenticated information disclosure vulnerability in Feedbin allows attackers to bypass authorization and access private article content via the entries text API endpoint. By sequentially querying entry IDs, attackers can extract sensitive information, including private newsletters and personal page-saves, posing a significant risk to user privacy. Organizations using Feedbin should prioritize remediation to protect user data from unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-65319
Severity
HIGH
CVSS
7.5
EPSS
0.37%

Original NVD Description

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.