CVE-2025-54591
HIGH EPSS 31.6%
Published Sep 29, 20259mo ago · Modified Jun 17, 20262w ago
7.5 CVSS 3.1
Published Sep 29, 2025 9mo ago
Last Modified Jun 17, 2026 2w ago
Description
FreshRSS is a free, self-hostable RSS aggregator. Versions 1.26.3 and below expose information about feeds and tags of default admin users, due to lack of access checking in the FreshRSS_Auth::hasAccess() function used by some of the tag/feed related endpoints. FreshRSS controllers usually have a defined firstAction() method with an override to make sure that every action requires access. If one doesn't, then every action has to check for access manually, and certain endpoints use neither the firstAction() method, or do they perform a manual access check. This issue is fixed in version 1.27.0.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality High
Integrity None
Availability None
Threat Intelligence
EPSS Exploit Probability
31.6% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available
Weaknesses 1
CWE-284
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| freshrss | freshrss | * | <1.27.0 |
References 3
- github.com https://github.com/FreshRSS/FreshRSS/pull/7768
- github.com https://github.com/FreshRSS/FreshRSS/releases/tag/1.27.0
- github.com https://github.com/FreshRSS/FreshRSS/security/advisories/GHSA-jf4v-f8p2-8xvq
Remediation
- github.com https://github.com/FreshRSS/FreshRSS/pull/7768