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
    • 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-2020-15906

CVE-2020-15906: Tiki Wiki Auth Bypass Vulnerability

CVE-2020-15906 is an authentication bypass flaw in Tiki Wiki that sets the admin password to blank after 50 failed login attempts. This post covers the technical details, affected versions, impact, and mitigation.

Published: March 4, 2026

CVE-2020-15906 Overview

CVE-2020-15906 is a critical authentication bypass vulnerability in Tiki Wiki CMS Groupware. The vulnerability exists in tiki-login.php, which incorrectly sets the admin password to a blank value after 50 invalid login attempts. This flawed brute-force protection mechanism allows unauthenticated attackers to gain full administrative access to affected Tiki Wiki installations by simply triggering the lockout condition and then logging in with an empty password.

Critical Impact

Unauthenticated remote attackers can completely bypass authentication and gain full administrative control over Tiki Wiki CMS installations, potentially leading to complete system compromise, data theft, and website defacement.

Affected Products

  • Tiki Wiki CMS Groupware versions prior to 21.2
  • All Tiki versions since 16.3 that have not applied security patches

Discovery Timeline

  • 2020-10-22 - CVE-2020-15906 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-15906

Vulnerability Analysis

This vulnerability is classified under CWE-307 (Improper Restriction of Excessive Authentication Attempts). The core issue lies in the flawed implementation of the brute-force protection mechanism within tiki-login.php. Instead of implementing a proper account lockout or rate-limiting strategy, the vulnerable code resets the administrator password to an empty string after detecting 50 failed login attempts.

This design flaw transforms what should be a protective security measure into a critical vulnerability. The intended purpose of tracking failed login attempts is to prevent brute-force attacks, but the implementation paradoxically creates a trivial authentication bypass. An attacker needs only to send 50 invalid login requests against the admin account, after which they can authenticate using a blank password.

The vulnerability is particularly severe because it requires no authentication to exploit and can be triggered entirely from the network. Once an attacker gains administrative access, they have complete control over the CMS, including the ability to modify content, access sensitive data, install malicious plugins, or pivot to attack the underlying server infrastructure.

Root Cause

The root cause is a critical logic error in the account lockout implementation within tiki-login.php. The developers intended to protect against brute-force attacks but implemented the protection mechanism incorrectly. After 50 failed authentication attempts, the system sets the admin user's password field to an empty value in the database, rather than locking the account or implementing a time-based delay. This allows subsequent login attempts with a blank password to succeed.

Attack Vector

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

  1. Identifying a vulnerable Tiki Wiki installation exposed to the network
  2. Sending 50 failed login attempts against the admin account (or any targeted administrator account)
  3. Waiting for the lockout mechanism to trigger, which resets the password to blank
  4. Logging in with the admin username and an empty password
  5. Gaining full administrative access to the Tiki Wiki CMS

This attack can be easily automated and executed remotely against any internet-facing Tiki Wiki installation running a vulnerable version. For detailed technical analysis, see the Packet Storm exploit documentation.

Detection Methods for CVE-2020-15906

Indicators of Compromise

  • Unusual volume of failed login attempts (50+ in rapid succession) against admin accounts in tiki-login.php
  • Successful admin login events following a series of failed authentication attempts
  • Admin password hash field containing empty or null values in the users database table
  • Unauthorized administrative actions or content modifications following suspicious login patterns

Detection Strategies

  • Monitor web server access logs for repeated POST requests to tiki-login.php with high failure rates followed by successful authentication
  • Implement intrusion detection rules to alert on 50+ failed login attempts from a single source IP within a short timeframe
  • Configure database auditing to detect modifications to admin user password fields, particularly when set to empty values
  • Deploy web application firewall (WAF) rules to detect and block brute-force login patterns targeting Tiki Wiki installations

Monitoring Recommendations

  • Enable verbose logging for authentication events in Tiki Wiki and forward logs to a SIEM solution
  • Set up real-time alerting for authentication anomalies, including password reset events and unusual login patterns
  • Regularly audit administrator accounts for password integrity and unexpected modifications
  • Monitor for network reconnaissance activity targeting CMS login pages

How to Mitigate CVE-2020-15906

Immediate Actions Required

  • Upgrade Tiki Wiki CMS to version 21.2 or later immediately
  • Verify admin account password integrity and reset to a strong password if compromise is suspected
  • Review access logs for signs of exploitation and investigate any suspicious authentication patterns
  • Consider temporarily restricting access to tiki-login.php via IP allowlisting or taking the application offline until patched

Patch Information

Tiki has released security patches addressing this vulnerability for all supported versions since 16.3. Organizations should upgrade to Tiki version 21.2 or later, which contains the fix for CVE-2020-15906. For detailed patch information and download links, refer to the Tiki Security Release Overview.

Workarounds

  • Implement a web application firewall (WAF) rule to block requests after detecting more than 10-20 failed login attempts from a single IP
  • Restrict access to tiki-login.php by IP address to limit exposure to trusted administrative networks only
  • Enable multi-factor authentication (MFA) if supported by your Tiki Wiki version to add an additional authentication layer
  • Consider placing the Tiki Wiki installation behind a VPN or reverse proxy with additional authentication requirements
bash
# Example Apache .htaccess configuration to restrict admin login access
<Files "tiki-login.php">
    Order Deny,Allow
    Deny from all
    Allow from 192.168.1.0/24
    Allow from 10.0.0.0/8
</Files>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechTiki Tiki

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability86.25%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-307
  • Technical References
  • Packet Storm Exploit Analysis
  • Vendor Resources
  • Tiki Security Release Overview
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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