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

CVE-2025-30372: Emlog Pro SQL Injection Vulnerability

CVE-2025-30372 is an SQL injection flaw in Emlog Pro versions 2.5.7 and 2.5.8 that allows attackers to bypass input validation using URL double encoding. This article covers technical details, affected versions, and mitigation.

Published: March 24, 2026

CVE-2025-30372 Overview

CVE-2025-30372 is a SQL Injection vulnerability affecting Emlog, an open source website building system. The vulnerability exists in versions pro-2.5.7 and pro-2.5.8 of Emlog Pro, where the search_controller.php component fails to properly sanitize user input after URL decoding. By using URL double encoding techniques, attackers can bypass the addslashes protection and inject malicious SQL queries, potentially leading to unauthorized access to sensitive information stored in the user database.

Critical Impact

This SQL injection vulnerability allows unauthenticated attackers to bypass input sanitization via URL double encoding, enabling extraction of sensitive user data from the database without requiring any user interaction or authentication.

Affected Products

  • Emlog Pro version pro-2.5.7
  • Emlog Pro version pro-2.5.8

Discovery Timeline

  • 2025-03-28 - CVE-2025-30372 published to NVD
  • 2025-04-14 - Last updated in NVD database

Technical Details for CVE-2025-30372

Vulnerability Analysis

This SQL injection vulnerability stems from improper input validation in Emlog Pro's search functionality. The search_controller.php file processes user-supplied search parameters that undergo URL decoding via urldecode() after the initial sanitization with addslashes() has been applied. This ordering flaw creates a security gap where encoded malicious characters pass through the sanitization layer in their encoded form, only to be decoded into dangerous SQL metacharacters afterward.

The attack can be performed remotely over the network without requiring any authentication or user interaction. Successful exploitation allows attackers to read sensitive data from the database, including user credentials, email addresses, and other stored information. The vulnerability poses a significant risk of confidentiality breach but does not directly enable data modification or system availability impacts.

Root Cause

The root cause of CVE-2025-30372 is the incorrect order of operations in the input processing pipeline. The addslashes() function is applied to the raw input first, escaping special characters like single quotes. However, when urldecode() is subsequently called on the same input, any URL-encoded characters (such as %27 for a single quote) are decoded into their literal equivalents after the sanitization has already occurred. This allows attackers to craft double-encoded payloads that bypass the initial protection entirely.

Attack Vector

The attack vector for CVE-2025-30372 is network-based, targeting the search functionality of Emlog Pro installations. An attacker can exploit this vulnerability by sending specially crafted HTTP requests to the search endpoint with double URL-encoded SQL injection payloads.

For example, a single quote character (') would normally be escaped by addslashes(). However, by encoding it as %2527 (where %25 decodes to % and 27 represents the quote), the first decoding produces %27, which passes through addslashes() unchanged, and the second decoding (via explicit urldecode() call in the code) converts it to a literal single quote, enabling SQL injection.

The vulnerability allows attackers to extract sensitive information from the database through error-based or blind SQL injection techniques. For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2025-30372

Indicators of Compromise

  • Unusual HTTP requests to search endpoints containing double-encoded characters (e.g., %25, %2527, %252f)
  • Database logs showing anomalous queries originating from the search functionality
  • Web application firewall logs detecting SQL injection patterns in search parameters
  • Unexpected database errors or information disclosure in application responses

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block double URL-encoded payloads
  • Monitor HTTP access logs for requests containing %25 sequences followed by hex digits
  • Enable database query logging and alert on queries containing UNION, SELECT, or other SQL keywords from the search module
  • Deploy intrusion detection signatures for SQL injection attempts targeting Emlog installations

Monitoring Recommendations

  • Configure real-time alerting for any SQL syntax errors generated by the search controller
  • Monitor for unusual data exfiltration patterns such as large response sizes from search queries
  • Track failed authentication attempts that may indicate attackers using extracted credentials
  • Implement egress monitoring for potential data theft following successful exploitation

How to Mitigate CVE-2025-30372

Immediate Actions Required

  • Upgrade Emlog Pro to version pro-2.5.9 or later immediately
  • Review database access logs for signs of prior exploitation
  • Consider temporarily disabling the search functionality if immediate patching is not possible
  • Reset user passwords if database compromise is suspected

Patch Information

Emlog has addressed this vulnerability in version pro-2.5.9. The fix corrects the order of input sanitization operations, ensuring that URL decoding occurs before addslashes() is applied, or by implementing proper parameterized queries. Administrators should update their Emlog Pro installations immediately by downloading the latest version from the official Emlog repository.

For additional details about the vulnerability and patch, refer to the GitHub Security Advisory GHSA-w6xc-r6x5-m77c.

Workarounds

  • Implement a web application firewall (WAF) rule to block requests containing double URL-encoded characters
  • Apply input validation at the web server level to reject requests with %25 sequences in search parameters
  • Restrict access to the search functionality to authenticated users only as a temporary measure
  • Consider placing vulnerable Emlog installations behind a reverse proxy with SQL injection filtering capabilities
bash
# Example nginx configuration to block double-encoded requests
location /search {
    if ($request_uri ~* "%25") {
        return 403;
    }
    # existing configuration
}

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechEmlog

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34788: Emlog SQL Injection Vulnerability

  • CVE-2026-34228: Emlog CMS Auth Bypass Vulnerability

  • CVE-2026-34229: Emlog Comment Module XSS Vulnerability

  • CVE-2026-34607: Emlog 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