The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2024-51478

CVE-2024-51478: Yeswiki Auth Bypass Vulnerability

CVE-2024-51478 is an authentication bypass flaw in Yeswiki that exploits weak cryptography and hard-coded salts to reset passwords of any account. This article covers the technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2024-51478 Overview

CVE-2024-51478 is a critical cryptographic vulnerability affecting YesWiki, an open-source wiki system written in PHP. Prior to version 4.4.5, the application uses a weak cryptographic algorithm combined with a hard-coded salt to hash password reset keys. This fundamental security flaw allows attackers to recover and exploit password reset tokens, enabling unauthorized password resets for any user account within the affected YesWiki installation.

Critical Impact

Attackers can recover password reset keys and take over any user account, including administrative accounts, without requiring authentication or user interaction.

Affected Products

  • YesWiki versions prior to 4.4.5
  • All YesWiki installations using the default password reset functionality
  • Self-hosted YesWiki deployments with exposed password reset endpoints

Discovery Timeline

  • 2024-10-31 - CVE-2024-51478 published to NVD
  • 2025-05-09 - Last updated in NVD database

Technical Details for CVE-2024-51478

Vulnerability Analysis

This vulnerability stems from a fundamental cryptographic weakness classified under CWE-327 (Use of a Broken or Risky Cryptographic Algorithm). The password reset mechanism in YesWiki prior to version 4.4.5 suffers from two critical implementation flaws that combine to create an exploitable weakness.

First, the application employs a weak cryptographic algorithm to generate password reset tokens. Second, and more critically, the salt value used in the hashing process is hard-coded directly into the application source code. Since the salt is static and publicly accessible (as YesWiki is open-source), attackers can reverse-engineer or predict the password reset keys generated by the system.

The network-accessible nature of this vulnerability means attackers can exploit it remotely without any prior authentication or privileges. No user interaction is required, making this a particularly dangerous flaw for internet-facing YesWiki installations.

Root Cause

The root cause is the combination of a weak cryptographic algorithm and a hard-coded salt value in the password reset key generation process. Hard-coded cryptographic secrets represent a severe security anti-pattern, as they cannot be changed per-installation and become publicly known once the source code is accessible. This eliminates the security benefit that salting is designed to provide, reducing the password reset token generation to a predictable, reversible process.

Attack Vector

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

  1. Initiating a password reset request for a target user account
  2. Using knowledge of the hard-coded salt and weak algorithm to compute or predict the password reset key
  3. Using the recovered reset key to complete the password reset process
  4. Gaining full access to the target account, including administrative accounts

The vulnerability allows for complete account takeover with high impact to both confidentiality and integrity of the affected system. Administrative account compromise could lead to full wiki content manipulation, user data exposure, and potential server-side attacks depending on the deployment configuration.

Detection Methods for CVE-2024-51478

Indicators of Compromise

  • Unusual volume of password reset requests across multiple user accounts
  • Password reset completions for accounts where the legitimate user did not initiate the request
  • Administrative account password changes without authorized user activity
  • Access log entries showing password reset endpoint access from suspicious IP addresses
  • Unexpected account lockouts or users reporting being unable to access their accounts

Detection Strategies

  • Monitor password reset endpoint access patterns for anomalous behavior
  • Implement alerting on successful password resets, particularly for privileged accounts
  • Review web application logs for high-frequency reset token validation attempts
  • Cross-reference password reset activity with user-reported incidents
  • Deploy web application firewall rules to detect reset endpoint abuse

Monitoring Recommendations

  • Enable comprehensive logging for all authentication-related endpoints
  • Configure SIEM rules to alert on password reset anomalies
  • Implement rate limiting and monitoring on the password reset functionality
  • Establish baseline metrics for normal password reset activity to identify deviations

How to Mitigate CVE-2024-51478

Immediate Actions Required

  • Upgrade YesWiki to version 4.4.5 or later immediately
  • Audit all user accounts for unauthorized password changes, especially administrative accounts
  • Force password resets for all users after upgrading to ensure any compromised accounts are secured
  • Review access logs for signs of exploitation prior to patching

Patch Information

The YesWiki development team has addressed this vulnerability in version 4.4.5. The fix involves replacing the weak cryptographic algorithm and eliminating the hard-coded salt in favor of secure, randomized token generation. The security patches are available through the following commits:

  • GitHub Commit b5a8f93
  • GitHub Commit e128570

For complete details on the vulnerability and remediation, refer to the GitHub Security Advisory GHSA-4fvx-h823-38v3.

Workarounds

  • Temporarily disable the password reset functionality if immediate patching is not possible
  • Implement additional authentication requirements for password reset completion (e.g., security questions, admin approval)
  • Restrict network access to the YesWiki installation to trusted IP ranges
  • Enable additional monitoring and alerting on the password reset endpoints while awaiting patching
  • Consider placing the application behind a WAF with strict rate limiting on authentication endpoints

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechYeswiki

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.16%

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

  • GitHub Commit e128570

  • GitHub Security Advisory GHSA-4fvx-h823-38v3
  • Related CVEs
  • CVE-2026-34598: YesWiki Stored XSS Vulnerability

  • CVE-2025-31131: Yeswiki Path Traversal Vulnerability

  • CVE-2025-46347: Yeswiki 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