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

CVE-2018-25380: Joomla eXtroForms SQLi Vulnerability

CVE-2018-25380 is an SQL injection flaw in Joomla Component eXtroForms 2.1.5 allowing authenticated attackers to execute arbitrary SQL commands. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2018-25380 Overview

CVE-2018-25380 is an SQL injection vulnerability [CWE-89] affecting Joomla Component eXtroForms version 2.1.5. The flaw exists in the extroformfield view, where the filter_type_id, filter_pid_id, and filter_search parameters fail to sanitize user-supplied input before passing values into SQL queries. Authenticated attackers can submit crafted POST requests containing malicious SQL payloads to extract sensitive database records and server data. The vulnerability requires low-privilege authentication but no user interaction, making it accessible to any account that can reach the affected endpoint.

Critical Impact

Authenticated attackers can execute arbitrary SQL commands against the backend database, exposing credentials, user data, and other confidential records stored by the Joomla installation.

Affected Products

  • Joomla Component eXtroForms 2.1.5
  • Joomla installations using the eXtroForms contact form extension
  • Web applications exposing the extroformfield view to authenticated users

Discovery Timeline

  • 2026-05-25 - CVE-2018-25380 published to NVD
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2018-25380

Vulnerability Analysis

The vulnerability resides in how eXtroForms 2.1.5 processes filter parameters within the extroformfield view. The component accepts the filter_type_id, filter_pid_id, and filter_search POST parameters and concatenates them directly into SQL statements. Because no parameterization or input validation occurs, attackers can break out of the intended query context and append arbitrary SQL clauses.

Exploitation grants read access to data the database user can reach, including Joomla configuration tables, session records, and password hashes from #__users. Attackers commonly chain UNION SELECT payloads or boolean-based blind techniques to enumerate schema details and exfiltrate records column by column.

Further technical details and proof-of-concept payloads are documented in the Exploit-DB #45472 entry and the VulnCheck Joomla SQL Injection Advisory.

Root Cause

The root cause is improper neutralization of special elements used in an SQL command [CWE-89]. The eXtroForms component constructs SQL queries by interpolating filter parameter values directly from the HTTP request body. Without prepared statements or strict type casting, characters such as single quotes, parentheses, and SQL keywords pass through unchanged into the query string.

Attack Vector

An attacker authenticates to the Joomla site with any valid account, then issues a POST request to the extroformfield view. The request body includes one of the vulnerable filter parameters carrying a SQL payload such as a UNION SELECT clause targeting the #__users table. The server executes the manipulated query and returns data in the response body or through timing differences in blind exploitation scenarios.

The vulnerability is exploitable over the network and requires no user interaction. Successful exploitation primarily compromises data confidentiality, though attackers can leverage extracted administrator credentials to escalate access within the Joomla environment.

Detection Methods for CVE-2018-25380

Indicators of Compromise

  • POST requests to index.php referencing the extroformfield view with SQL metacharacters such as single quotes, UNION, SELECT, or SLEEP( in the filter_type_id, filter_pid_id, or filter_search parameters.
  • Unusual web server response sizes or latency spikes correlated with requests to the eXtroForms endpoint.
  • Database query logs containing UNION SELECT statements against #__users or other Joomla core tables originating from the eXtroForms component.

Detection Strategies

  • Inspect web access logs for POST bodies targeting the extroformfield view and flag values containing SQL syntax.
  • Deploy Web Application Firewall (WAF) rules that detect SQL injection patterns in the three vulnerable filter parameters.
  • Correlate authenticated user sessions issuing repeated filter requests with abnormal database query volume.

Monitoring Recommendations

  • Enable Joomla database query logging and alert on queries that contain attacker-controlled tautologies such as OR 1=1 or stacked UNION clauses.
  • Monitor authentication logs for low-privilege accounts performing automated requests against form components.
  • Review outbound data transfer baselines for the Joomla host to identify bulk exfiltration following injection activity.

How to Mitigate CVE-2018-25380

Immediate Actions Required

  • Restrict access to the eXtroForms extroformfield view at the web server or reverse proxy layer until a patched component is available.
  • Audit all Joomla user accounts and force password resets if exploitation is suspected, prioritizing administrator credentials.
  • Apply Web Application Firewall signatures that block SQL injection patterns in the filter_type_id, filter_pid_id, and filter_search parameters.

Patch Information

No vendor patch reference is included in the NVD entry for CVE-2018-25380. Administrators should consult the Joomla Extension Contact Forms listing and the Extro Media Platform site for current release information. If no fixed version is available, remove the eXtroForms 2.1.5 extension and replace it with a maintained contact form component.

Workarounds

  • Uninstall eXtroForms 2.1.5 if business requirements allow, and migrate to an actively maintained Joomla contact form extension.
  • Enforce strict input validation at the reverse proxy by rejecting requests where filter parameters contain non-numeric characters when integers are expected.
  • Apply least-privilege principles to the Joomla database user so injection attempts cannot read tables outside the application schema.
bash
# Example ModSecurity rule blocking SQL syntax in vulnerable filter parameters
SecRule ARGS:filter_type_id|ARGS:filter_pid_id|ARGS:filter_search \
  "@rx (?i)(union(\s)+select|sleep\(|or\s+1=1|--|/\*)" \
  "id:1002518,phase:2,deny,status:403,msg:'CVE-2018-25380 eXtroForms SQLi attempt'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechJoomla

  • 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
  • Joomla Extension Contact Forms

  • Extro Media Platform

  • Exploit-DB #45472

  • VulnCheck Joomla SQL Injection Advisory
  • Related CVEs
  • CVE-2026-35221: Joomla! com_finder SQL Injection Flaw

  • CVE-2026-35222: Joomla! SQL Injection Vulnerability

  • CVE-2018-25381: Joomla Responsive Portfolio SQLi Flaw

  • CVE-2018-25351: Joomla! EkRishta Component SQLi Flaw
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