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-34381

CVE-2026-34381: Admidio Information Disclosure Flaw

CVE-2026-34381 is an information disclosure vulnerability in Admidio that exposes uploaded documents to unauthenticated users. This post covers the technical details, affected versions, security impact, and mitigation.

Published: April 2, 2026

CVE-2026-34381 Overview

CVE-2026-34381 is an authentication bypass vulnerability affecting Admidio, an open-source user management solution. The vulnerability exists in the Docker image deployment where the Apache configuration ships with AllowOverride None, causing Apache to silently ignore all .htaccess files. This misconfiguration allows unauthenticated access to uploaded documents that should be protected by role-based permissions configured in the UI.

Critical Impact

Any file uploaded to the documents module is directly accessible over HTTP without authentication by anyone who knows the file path. The file path is disclosed in the upload response JSON, making exploitation trivial.

Affected Products

  • Admidio versions 5.0.0 to before 5.0.8
  • Admidio Docker image deployments using default Apache configuration

Discovery Timeline

  • 2026-03-31 - CVE-2026-34381 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-34381

Vulnerability Analysis

This vulnerability represents a classic case of security control bypass due to deployment configuration mismatch. Admidio's document protection mechanism relies on an .htaccess file located at adm_my_files/.htaccess to deny direct HTTP access to uploaded documents. This approach works correctly in standard Apache installations where AllowOverride is enabled for the relevant directories.

However, the Docker image ships with AllowOverride None in the Apache configuration. When Apache encounters this directive, it completely ignores any .htaccess files in the affected directory tree. The application continues to function normally from a user perspective, but the critical access control enforcement at the web server level is silently disabled.

The attack surface is expanded by the fact that file paths are disclosed in the upload response JSON. An authenticated user with upload permissions can observe the file path structure and potentially share or leak paths to sensitive documents. Alternatively, attackers may be able to guess or enumerate file paths based on predictable naming conventions.

Root Cause

The root cause is a misconfiguration in the Docker image's Apache settings where AllowOverride None prevents Apache from processing the .htaccess file that Admidio relies upon for access control. The application's security model assumes the web server will enforce directory-level access restrictions via .htaccess, but this assumption fails in the containerized deployment environment.

Attack Vector

An attacker can exploit this vulnerability by directly requesting URLs to uploaded files in the adm_my_files directory. Since the .htaccess protections are ignored, the web server serves the files without requiring authentication or verifying role-based permissions. The attacker needs to know or guess the file path, which is facilitated by the path disclosure in upload response JSON.

bash
# Security patch in dockerscripts/startup.sh - Merge commit from fork
     rm -f "${ADMIDIO_INSTALLED_VERSION}"
 fi
 
+# allow .htaccess overrides for admidio custom directory
+echo "[INFO ] add custom Apache directory config"
+cat <<EOF > /etc/apache2/conf-available/admidio-custom.conf
+<Directory /opt/app-root/src/adm_my_files>
+    AllowOverride All
+</Directory>
+EOF
+
+a2enconf admidio-custom
+
 # run apache config test (apachectl configtest)
 echo "[INFO ] run apache config test (apachectl configtest)"
 apachectl configtest

Source: GitHub Commit Update

Detection Methods for CVE-2026-34381

Indicators of Compromise

  • Direct HTTP requests to paths under /adm_my_files/ that bypass the application's normal document access workflow
  • Access log entries showing successful retrieval of files from the documents directory without corresponding application session activity
  • Unusual patterns of file path enumeration attempts targeting the adm_my_files directory

Detection Strategies

  • Monitor Apache access logs for direct requests to /adm_my_files/ paths, especially from unauthenticated sessions
  • Implement web application firewall rules to detect and alert on direct access attempts to the documents directory
  • Review Apache configuration to verify AllowOverride All is set for the adm_my_files directory

Monitoring Recommendations

  • Enable verbose logging for the adm_my_files directory to track all access attempts
  • Set up alerts for high volumes of 200 responses from the documents directory without corresponding authenticated sessions
  • Regularly audit Apache configuration files in Docker deployments to ensure security directives are properly applied

How to Mitigate CVE-2026-34381

Immediate Actions Required

  • Upgrade Admidio to version 5.0.8 or later immediately
  • If immediate upgrade is not possible, manually configure Apache to allow .htaccess overrides for the adm_my_files directory
  • Audit access logs for any evidence of unauthorized document access
  • Review and rotate any sensitive documents that may have been exposed

Patch Information

The vulnerability has been patched in Admidio version 5.0.8. The fix modifies the Docker startup script to create an Apache configuration file that explicitly enables AllowOverride All for the /opt/app-root/src/adm_my_files directory, ensuring that the .htaccess file is properly processed. For detailed patch information, see the GitHub Security Advisory GHSA-7fh7-8xqm-3g88 and the patch commit.

Workarounds

  • Manually add an Apache configuration to enable AllowOverride All for the adm_my_files directory
  • Deploy Admidio in a non-Docker environment where .htaccess processing is enabled by default
  • Implement network-level access controls to restrict access to the documents directory to trusted internal networks only
bash
# Configuration example
# Add to Apache configuration or create /etc/apache2/conf-available/admidio-custom.conf
<Directory /opt/app-root/src/adm_my_files>
    AllowOverride All
</Directory>

# Enable the configuration
a2enconf admidio-custom
apachectl graceful

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechAdmidio

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.06%

  • 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
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-7fh7-8xqm-3g88
  • Related CVEs
  • CVE-2026-34384: Admidio CSRF Vulnerability

  • CVE-2026-34383: Admidio Auth Bypass Vulnerability

  • CVE-2026-34382: Admidio CSRF Vulnerability

  • CVE-2026-32757: Admidio User Management XSS 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