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-2026-2895

CVE-2026-2895: Funadmin Auth Bypass Vulnerability

CVE-2026-2895 is an authentication bypass flaw in Funadmin up to 7.1.0-rc4 through weak password recovery. This vulnerability allows remote attackers to bypass authentication. This post covers technical details, impact, and mitigation.

Published: February 27, 2026

CVE-2026-2895 Overview

A weak password recovery vulnerability has been discovered in FunAdmin, an open-source content management system, affecting versions up to and including 7.1.0-rc4. The vulnerability exists in the repass function within the file app/frontend/controller/Member.php. By manipulating the forget_code and vercode arguments, an attacker can exploit the flawed password recovery mechanism to potentially reset user passwords without proper authorization.

The attack can be performed remotely over the network, though the complexity is rated as high due to the specific conditions required for successful exploitation. A public exploit has been released, increasing the risk of active exploitation. The vendor was contacted early about this disclosure but did not respond.

Critical Impact

Attackers may be able to bypass password recovery verification mechanisms to gain unauthorized access to user accounts, potentially compromising the integrity of user credentials across the affected FunAdmin installations.

Affected Products

  • FunAdmin versions up to 7.1.0-rc4
  • FunAdmin 7.1.0-rc1
  • FunAdmin 7.1.0-rc2
  • FunAdmin 7.1.0-rc3
  • FunAdmin 7.1.0-rc4

Discovery Timeline

  • 2026-02-21 - CVE-2026-2895 published to NVD
  • 2026-02-24 - Last updated in NVD database

Technical Details for CVE-2026-2895

Vulnerability Analysis

This vulnerability is classified as CWE-640: Weak Password Recovery Mechanism for Forgotten Password. The weakness occurs in the password reset functionality within the Member.php controller, specifically in the repass function that handles password recovery requests.

The vulnerable function fails to properly validate the forget_code and vercode parameters used during the password reset process. These parameters are intended to serve as verification tokens to ensure that only the legitimate account owner can reset their password. However, the implementation contains flaws that allow an attacker to manipulate these values to bypass the verification process.

While the attack complexity is considered high and exploitation is difficult, the public availability of exploit details increases the practical risk. Successful exploitation would allow an attacker to reset passwords for arbitrary user accounts without proper authorization, leading to account takeover scenarios.

Root Cause

The root cause of this vulnerability lies in insufficient validation of the password recovery tokens (forget_code and vercode) within the repass function. The application does not adequately verify that these tokens correspond to a legitimate password reset request initiated by the actual account owner. This weak verification mechanism allows attackers to forge or manipulate these parameters to bypass the intended security controls.

Attack Vector

The attack is network-accessible, meaning it can be exploited remotely without requiring local access to the target system. The attack flow involves:

  1. An attacker identifies a FunAdmin installation running a vulnerable version
  2. The attacker targets the password recovery endpoint at app/frontend/controller/Member.php
  3. By crafting malicious values for the forget_code and vercode parameters, the attacker attempts to bypass verification
  4. If successful, the attacker can reset the password for a target user account
  5. The attacker gains unauthorized access using the newly set password

The vulnerability requires no authentication and no user interaction, though the high attack complexity means specific conditions must be met for successful exploitation. For detailed technical information, refer to the GitHub Issue Discussion and VulDB entry.

Detection Methods for CVE-2026-2895

Indicators of Compromise

  • Unusual or repeated password reset requests targeting the /Member/repass endpoint
  • Multiple password reset attempts for different user accounts from the same source IP
  • Anomalous values in forget_code or vercode parameters that don't match expected token formats
  • Successful password changes without corresponding legitimate email verification clicks

Detection Strategies

  • Implement web application firewall (WAF) rules to monitor and alert on suspicious patterns in password reset requests
  • Configure logging to capture all requests to the Member.php controller, particularly the repass function
  • Set up anomaly detection for password reset request volumes that exceed normal baselines
  • Monitor for login attempts immediately following password reset requests from different geographic locations

Monitoring Recommendations

  • Enable detailed access logging for all authentication and password recovery endpoints
  • Implement rate limiting on the password recovery functionality to detect and prevent brute-force attempts
  • Set up alerts for multiple failed or suspicious password reset attempts within a short time window
  • Correlate password reset events with subsequent login attempts to identify potential account takeover patterns

How to Mitigate CVE-2026-2895

Immediate Actions Required

  • Audit all FunAdmin installations to identify systems running vulnerable versions (up to 7.1.0-rc4)
  • Implement network-level access controls to restrict access to the password recovery functionality if possible
  • Enable additional logging and monitoring for the affected endpoints
  • Consider temporarily disabling the password recovery feature if it's not business-critical until a patch is available

Patch Information

At the time of publication, the vendor (FunAdmin) has not responded to disclosure attempts and no official patch has been released. Organizations should monitor the FunAdmin project for updates and security advisories. Given the vendor's lack of response, consider evaluating alternative solutions or implementing compensating controls.

Workarounds

  • Implement additional verification steps such as email confirmation with time-limited tokens before allowing password changes
  • Add IP-based rate limiting on the password reset endpoint to slow down potential attacks
  • Consider implementing CAPTCHA or similar bot prevention mechanisms on the password recovery form
  • Deploy a web application firewall with custom rules to validate the format and entropy of forget_code and vercode parameters
  • Restrict access to the FunAdmin admin interface to trusted IP addresses where feasible
bash
# Example: Rate limiting configuration for nginx
# Add to server or location block for the password reset endpoint
limit_req_zone $binary_remote_addr zone=password_reset:10m rate=5r/m;

location ~ /Member/repass {
    limit_req zone=password_reset burst=2 nodelay;
    # Additional security headers
    add_header X-Content-Type-Options "nosniff" always;
    add_header X-Frame-Options "DENY" always;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFunadmin

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-640
  • Technical References
  • GitHub Issue Discussion

  • GitHub Issue Detail

  • VulDB CTI ID #347206

  • VulDB #347206

  • VulDB Submission ID #753971
  • Related CVEs
  • CVE-2026-2896: Funadmin Auth Bypass Vulnerability

  • CVE-2026-2894: Funadmin Information Disclosure Flaw

  • CVE-2026-2897: Funadmin XSS Vulnerability

  • CVE-2026-2898: Funadmin RCE 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