Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-62166

CVE-2025-62166: FreshRSS Auth Bypass Vulnerability

CVE-2025-62166 is an authentication bypass flaw in FreshRSS that allows unauthorized access to private user feeds through master authentication tokens. This post covers the technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2025-62166 Overview

CVE-2025-62166 is an authentication bypass vulnerability affecting FreshRSS, a free, self-hostable RSS aggregator. A bug in the authentication logic related to master authentication tokens allows attackers to bypass access restrictions. Under normal circumstances, only the default user's feed should be viewable when anonymous viewing is enabled, with feeds of other users remaining private. However, this vulnerability allows unauthorized access to private user feeds by circumventing the intended authentication restrictions.

Critical Impact

Unauthorized access to private RSS feeds of all users when anonymous viewing is enabled, exposing potentially sensitive subscription data and reading habits.

Affected Products

  • FreshRSS versions prior to 1.28.0

Discovery Timeline

  • 2026-03-09 - CVE CVE-2025-62166 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2025-62166

Vulnerability Analysis

This vulnerability stems from improper access control (CWE-284) in FreshRSS's authentication handling. The application implements a master authentication token system to manage user access to RSS feeds. When anonymous viewing is enabled, the system should restrict access so that only the default user's feeds are publicly viewable while other users' feeds remain protected.

The flaw exists in how the authentication logic validates master tokens during feed access requests. Due to a bug in this validation process, the restriction mechanism is bypassed entirely, allowing unauthenticated users to access feeds belonging to any user account, not just the default user. This effectively negates the privacy controls that users expect when configuring their FreshRSS instance to allow limited anonymous access.

The vulnerability is exploitable over the network without requiring any user interaction or prior authentication.

Root Cause

The root cause is a logic error in the authentication check for master authentication tokens. The validation routine fails to properly enforce user-level restrictions when processing requests to view RSS feeds. This improper access control allows the authentication check to pass for users who should not have access to specific feed content, resulting in information disclosure.

Attack Vector

The attack is network-based and requires no privileges or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying a FreshRSS instance with anonymous viewing enabled
  2. Crafting requests that leverage the flawed master token authentication logic
  3. Accessing private feeds belonging to users other than the default user

The vulnerability allows attackers to enumerate and retrieve subscription data, feed content, and potentially sensitive information about users' reading habits and interests.

For technical implementation details, refer to the GitHub Pull Request Discussion and the GitHub Security Advisory.

Detection Methods for CVE-2025-62166

Indicators of Compromise

  • Unusual access patterns to user feed endpoints from unauthenticated sessions
  • Multiple requests accessing different user feeds from the same source IP without proper authentication
  • Access logs showing retrieval of private feeds by anonymous users
  • Anomalous traffic patterns targeting feed API endpoints

Detection Strategies

  • Review web server access logs for unauthorized access to /api/ or feed endpoints for non-default users
  • Monitor for authentication bypass attempts by correlating session data with accessed resources
  • Implement alerting for access to private feeds from unauthenticated sources
  • Deploy web application firewall rules to detect suspicious feed access patterns

Monitoring Recommendations

  • Enable verbose logging for authentication events in FreshRSS
  • Monitor for bulk feed enumeration attempts
  • Track access patterns to user-specific feed URLs
  • Implement rate limiting on feed access endpoints to slow potential exploitation

How to Mitigate CVE-2025-62166

Immediate Actions Required

  • Upgrade FreshRSS to version 1.28.0 or later immediately
  • Temporarily disable anonymous viewing if upgrade cannot be performed immediately
  • Review access logs for signs of unauthorized feed access
  • Audit user feeds for any sensitive or private information that may have been exposed

Patch Information

FreshRSS has released version 1.28.0 which addresses this vulnerability. The fix corrects the authentication logic to properly enforce user-level access restrictions when master authentication tokens are used.

  • GitHub Release 1.28.0
  • GitHub Commit with Fix
  • GitHub Security Advisory GHSA-w743-fg6g-mhwh

Workarounds

  • Disable anonymous viewing feature until the patch can be applied
  • Restrict network access to the FreshRSS instance using firewall rules
  • Implement reverse proxy authentication to add an additional authentication layer
  • Configure web server access controls to limit access to trusted IP ranges
bash
# Example: Disable anonymous viewing in FreshRSS config
# Edit config.php and set:
# 'allow_anonymous' => false,

# Example: Restrict access via nginx
location /i/ {
    allow 192.168.1.0/24;
    deny all;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFreshrss

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Commit Update

  • GitHub Pull Request Discussion

  • GitHub Release 1.28.0

  • GitHub Security Advisory GHSA-w743-fg6g-mhwh
  • Related CVEs
  • CVE-2025-68402: FreshRSS Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English