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

CVE-2025-62104: ACF Galerie 4 Auth Bypass Vulnerability

CVE-2025-62104 is an authorization bypass flaw in ACF Galerie 4 plugin that allows attackers to exploit misconfigured access controls. This article covers the technical details, affected versions up to 1.4.2, and mitigation.

Published: April 23, 2026

CVE-2025-62104 Overview

A missing authorization vulnerability has been identified in the ACF Galerie 4 WordPress plugin, developed by Navneil Naicker. This broken access control flaw allows attackers to exploit incorrectly configured access control security levels, potentially enabling unauthorized actions within affected WordPress installations. The vulnerability stems from inadequate authorization checks (CWE-862), which can lead to unauthorized modifications of plugin functionality or settings.

Critical Impact

Authenticated attackers with low-level privileges can bypass access control mechanisms in ACF Galerie 4, potentially modifying plugin data or settings without proper authorization.

Affected Products

  • ACF Galerie 4 WordPress Plugin versions through 1.4.2
  • WordPress installations using vulnerable ACF Galerie 4 plugin versions

Discovery Timeline

  • 2026-04-23 - CVE CVE-2025-62104 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-62104

Vulnerability Analysis

This vulnerability is classified as Missing Authorization (CWE-862), a broken access control weakness that occurs when software does not perform authorization checks when an actor attempts to access a resource or perform an action. In the context of the ACF Galerie 4 plugin, certain functionality lacks proper capability checks, allowing authenticated users with minimal privileges to execute actions that should be restricted to administrators or other privileged roles.

The attack vector is network-based, requiring the attacker to have at least low-level authentication (such as a subscriber account) on the target WordPress site. The attack complexity is low, meaning no special conditions or circumstances need to exist for exploitation. While the integrity impact is limited, successful exploitation could allow unauthorized modification of gallery data or plugin configurations.

Root Cause

The root cause of this vulnerability lies in missing or insufficient authorization checks within the ACF Galerie 4 plugin's code. WordPress plugins are expected to implement proper capability checks using functions like current_user_can() before allowing users to perform privileged actions. The vulnerable versions of ACF Galerie 4 fail to implement these checks for certain functionality, creating an authorization bypass condition.

Attack Vector

An attacker can exploit this vulnerability by authenticating to the WordPress site with any valid user account, even one with minimal privileges such as a subscriber role. Once authenticated, the attacker can directly access plugin endpoints or functions that lack proper authorization checks. This could allow them to perform actions such as modifying gallery settings, manipulating gallery data, or accessing functionality intended only for administrators.

The vulnerability requires network access to the WordPress installation and authentication with valid credentials. No user interaction is required for exploitation, and the attack can be performed with low complexity. For detailed technical information about this vulnerability, see the Patchstack Security Advisory.

Detection Methods for CVE-2025-62104

Indicators of Compromise

  • Unexpected changes to ACF Galerie 4 plugin settings or gallery configurations
  • Suspicious AJAX requests to plugin endpoints from low-privileged user sessions
  • Audit logs showing gallery modifications by users without appropriate permissions
  • Unusual plugin activity patterns in WordPress access logs

Detection Strategies

  • Monitor WordPress audit logs for unauthorized access attempts to ACF Galerie 4 functions
  • Implement web application firewall (WAF) rules to detect and block suspicious requests to plugin endpoints
  • Review user activity logs for privilege escalation attempts or unauthorized modifications
  • Configure alerts for changes to plugin settings from non-administrator accounts

Monitoring Recommendations

  • Enable comprehensive WordPress activity logging to capture all user actions
  • Monitor for unusual POST requests to ACF Galerie 4 plugin AJAX handlers
  • Implement real-time alerting for plugin configuration changes
  • Regularly audit user permissions and plugin access patterns

How to Mitigate CVE-2025-62104

Immediate Actions Required

  • Update ACF Galerie 4 to the latest available version that addresses this vulnerability
  • Review and restrict user account permissions on affected WordPress installations
  • Audit recent plugin activity for signs of exploitation
  • Consider temporarily disabling the plugin until a patched version can be applied

Patch Information

Site administrators should check for updates to ACF Galerie 4 beyond version 1.4.2 which contains the fix for this broken access control vulnerability. Updates can be applied through the WordPress plugin update mechanism or by manually downloading and installing the latest version from the plugin repository. For more details, refer to the Patchstack vulnerability database entry.

Workarounds

  • Restrict user registration on affected WordPress sites to prevent unauthorized account creation
  • Review and remove unnecessary user accounts with any level of access
  • Implement additional access control mechanisms at the web server level using .htaccess rules or server configuration
  • Deploy a WordPress-specific WAF to add an additional layer of protection against unauthorized access attempts
bash
# WordPress .htaccess configuration to restrict plugin access
# Add to .htaccess in WordPress root directory

# Restrict direct access to ACF Galerie 4 plugin files
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-content/plugins/acf-galerie-4/ [NC]
RewriteCond %{HTTP_COOKIE} !wordpress_logged_in [NC]
RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechAcf Galerie

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • Patchstack ACF Galerie 4 Vulnerability
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent 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