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-2018-25346

CVE-2018-25346: WordPress Form Maker Plugin SQLi Flaw

CVE-2018-25346 is a SQL injection vulnerability in WordPress Form Maker Plugin versions 1.12.24 and below, allowing authenticated attackers to manipulate database queries. This article covers technical details, impact, and mitigation.

Published: May 28, 2026

CVE-2018-25346 Overview

CVE-2018-25346 is a SQL injection vulnerability in the WordPress Form Maker Plugin version 1.12.24 and below. The flaw exists in the plugin's AJAX handlers, specifically the FormMakerSQLMapping and generete_csv actions exposed through admin-ajax.php. Authenticated attackers can inject malicious SQL payloads through the name and search_labels POST parameters. Successful exploitation allows attackers to read database contents, modify records, and potentially escalate privileges within the WordPress instance. The vulnerability is classified under [CWE-89] (Improper Neutralization of Special Elements used in an SQL Command).

Critical Impact

Authenticated attackers can manipulate WordPress database queries to extract sensitive data, alter records, or escalate privileges through unsanitized AJAX parameters.

Affected Products

  • WordPress Form Maker Plugin version 1.12.24
  • WordPress Form Maker Plugin versions below 1.12.24
  • WordPress installations running the vulnerable plugin with authenticated low-privilege users

Discovery Timeline

  • 2026-05-23 - CVE-2018-25346 published to NVD
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2018-25346

Vulnerability Analysis

The vulnerability resides in the WordPress Form Maker Plugin's handling of authenticated AJAX requests routed through admin-ajax.php. The FormMakerSQLMapping and generete_csv actions accept user-controlled input in the name and search_labels POST parameters. The plugin concatenates these values directly into SQL statements without sanitization or parameterization. Attackers with a valid authenticated session, even at low privilege levels, can submit crafted POST requests that break out of the intended query context. This allows arbitrary SQL execution against the WordPress backend database. The flaw enables data exfiltration of credentials, session tokens, and configuration values stored in wp_users and wp_options.

Root Cause

The root cause is improper neutralization of special characters in SQL commands [CWE-89]. The plugin fails to use prepared statements or apply WordPress core functions such as $wpdb->prepare() when constructing queries from request parameters. User-supplied data flows directly into database query strings, breaking the separation between code and data.

Attack Vector

Exploitation requires network access to the WordPress site and an authenticated session. The attacker sends a POST request to /wp-admin/admin-ajax.php with the action parameter set to FormMakerSQLMapping or generete_csv. Malicious SQL payloads are placed in the name or search_labels parameters. The vulnerability is documented in the Exploit-DB #44853 entry and the VulnCheck WordPress Advisory. No verified code examples are available in this enrichment; refer to the referenced advisories for payload specifics.

Detection Methods for CVE-2018-25346

Indicators of Compromise

  • POST requests to /wp-admin/admin-ajax.php containing the action=FormMakerSQLMapping or action=generete_csv parameters
  • Request bodies containing SQL keywords such as UNION, SELECT, SLEEP, or INFORMATION_SCHEMA in the name or search_labels parameters
  • Unexpected new administrator accounts in wp_users or modifications to wp_options
  • Database errors logged by WordPress or MySQL referencing Form Maker plugin queries

Detection Strategies

  • Inspect web server access logs for POST requests to admin-ajax.php referencing the vulnerable actions with suspicious payload patterns
  • Deploy web application firewall rules that detect SQL injection signatures in name and search_labels POST parameters
  • Enable MySQL query logging on WordPress databases to identify malformed or unexpected queries originating from the plugin

Monitoring Recommendations

  • Monitor authentication logs for low-privilege account activity preceding suspicious AJAX requests
  • Track changes to privileged WordPress tables including wp_users, wp_usermeta, and wp_options
  • Alert on outbound data transfers from web servers that correlate with database query spikes

How to Mitigate CVE-2018-25346

Immediate Actions Required

  • Update the WordPress Form Maker Plugin to a version above 1.12.24 that addresses the SQL injection flaw
  • Audit all WordPress user accounts and revoke unnecessary privileges, particularly for accounts that can submit forms
  • Review database contents for unauthorized modifications, especially in wp_users and wp_options
  • Rotate WordPress administrator passwords and invalidate active sessions

Patch Information

Upgrade the Form Maker Plugin to a fixed release as referenced in the VulnCheck WordPress Advisory. Verify the installed plugin version through the WordPress admin Plugins page after applying the update. Confirm that the FormMakerSQLMapping and generete_csv AJAX handlers use parameterized queries in the patched code.

Workarounds

  • Disable or remove the Form Maker Plugin until the patch is applied
  • Restrict access to /wp-admin/admin-ajax.php from untrusted networks using web server access controls
  • Deploy a web application firewall with SQL injection protection rules targeting the affected action parameters
  • Limit authenticated user privileges so compromised low-level accounts cannot reach the vulnerable AJAX handlers

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/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
  • Exploit-DB #44853

  • VulnCheck WordPress Advisory
  • Related CVEs
  • CVE-2026-7048: 10Web Photo Gallery SQL Injection Flaw

  • CVE-2026-7618: EnvíaloSimple WordPress Plugin SQLi Flaw

  • CVE-2018-25352: WordPress Form Builder Lite SQLi Flaw

  • CVE-2018-25347: WordPress Contact Form Maker SQL Injection
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