A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-14938

CVE-2025-14938: Listeo Core Auth Bypass Vulnerability

CVE-2025-14938 is an authentication bypass flaw in the Listeo Core WordPress plugin that allows unauthenticated attackers to upload arbitrary media files. This article covers the technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2025-14938 Overview

The Listeo Core plugin for WordPress contains an unauthenticated arbitrary media upload vulnerability in all versions up to, and including, 2.0.27. The vulnerability exists within the listeo_core_handle_dropped_media function, which handles AJAX file upload requests without proper authorization or capability checks. This security flaw allows unauthenticated attackers to upload arbitrary media files to the WordPress site's media library.

Critical Impact

Unauthenticated attackers can upload arbitrary media files to WordPress sites running vulnerable versions of Listeo Core, potentially leading to storage abuse, malicious content distribution, or further attack staging.

Affected Products

  • Listeo Core plugin for WordPress versions up to and including 2.0.27

Discovery Timeline

  • 2026-04-04 - CVE-2025-14938 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2025-14938

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The core issue stems from the Listeo Core plugin's listeo_core_handle_dropped_media function exposing an AJAX endpoint for file uploads without implementing proper access controls. While the vulnerability does not directly enable code execution, it allows attackers to populate the WordPress media library with arbitrary files. This can be leveraged for various malicious purposes including storage consumption, hosting phishing content, or uploading files that could be weaponized in conjunction with other vulnerabilities.

The attack can be executed remotely over the network without any authentication credentials or user interaction. The vulnerability primarily impacts data integrity by allowing unauthorized modifications to the site's media library.

Root Cause

The root cause of this vulnerability is the absence of authorization and capability checks on the AJAX endpoint responsible for handling file uploads in the listeo_core_handle_dropped_media function. WordPress provides built-in mechanisms for checking user capabilities and verifying nonces for AJAX requests, but these security controls were not implemented in the vulnerable code path. This oversight allows any unauthenticated remote user to access the file upload functionality intended only for authorized users.

Attack Vector

An attacker can exploit this vulnerability by sending specially crafted AJAX requests directly to the WordPress installation's admin-ajax.php endpoint. By targeting the listeo_core_handle_dropped_media action without providing any authentication credentials, an attacker can successfully upload media files to the target site. The attack requires only network access to the vulnerable WordPress installation and can be automated to upload large numbers of files.

The vulnerability is triggered through the standard WordPress AJAX mechanism. An attacker sends a multipart form POST request containing the file data to wp-admin/admin-ajax.php with the action parameter set to the vulnerable handler. Without proper authorization checks, the plugin processes the upload and stores the file in the WordPress media library.

Detection Methods for CVE-2025-14938

Indicators of Compromise

  • Unexpected media files appearing in the WordPress media library with upload timestamps that don't correlate with legitimate user activity
  • High volume of POST requests to wp-admin/admin-ajax.php with the listeo_core_handle_dropped_media action from unauthenticated sources
  • Unusual file types or naming conventions in uploaded media that don't match typical site content
  • Server access logs showing repeated AJAX requests targeting the vulnerable endpoint from external IP addresses

Detection Strategies

  • Monitor WordPress access logs for POST requests to admin-ajax.php containing the listeo_core_handle_dropped_media action parameter
  • Implement file integrity monitoring on the WordPress uploads directory to detect unauthorized additions
  • Deploy web application firewall (WAF) rules to detect and block suspicious AJAX requests targeting the vulnerable endpoint
  • Review the WordPress media library regularly for files that were not uploaded by authorized administrators

Monitoring Recommendations

  • Enable detailed logging for all AJAX requests in your WordPress environment
  • Configure alerts for high-volume or anomalous upload activity patterns
  • Monitor disk space utilization on the server hosting WordPress to detect storage abuse
  • Review the Wordfence Vulnerability Report for updated threat intelligence

How to Mitigate CVE-2025-14938

Immediate Actions Required

  • Update the Listeo Core plugin to a version newer than 2.0.27 that includes the security patch
  • Review and audit the WordPress media library for any unauthorized file uploads that may have occurred
  • Implement web application firewall rules to block unauthenticated requests to the vulnerable AJAX action
  • Consider temporarily disabling the Listeo Core plugin if an immediate update is not possible

Patch Information

The vulnerability has been addressed in versions of Listeo Core released after version 2.0.27. Administrators should update to the latest available version of the plugin. For detailed changelog information, refer to the Listeo Changelog Documentation.

Workarounds

  • Restrict access to wp-admin/admin-ajax.php at the web server level for unauthenticated users if the plugin functionality is not needed
  • Implement rate limiting on AJAX endpoints to mitigate potential abuse
  • Deploy a WordPress security plugin with virtual patching capabilities to block exploitation attempts
  • Use .htaccess or web server configuration to require authentication for accessing sensitive WordPress endpoints
bash
# Example Apache configuration to restrict AJAX access
# Add to .htaccess or Apache configuration
<Files "admin-ajax.php">
    <RequireAll>
        Require all granted
        # Block specific vulnerable actions from unauthenticated access
        # Note: This is a temporary workaround; update the plugin is recommended
    </RequireAll>
</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/TechListeo

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-434
  • Technical References
  • Listeo Changelog Documentation

  • Wordfence Vulnerability Report
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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