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

CVE-2018-25405: eNdonesia Portal 8.7 SQLi Vulnerability

CVE-2018-25405 is a SQL injection flaw in eNdonesia Portal 8.7 that enables unauthenticated attackers to extract sensitive database information. This post covers the technical details, affected parameters, and mitigation strategies.

Published: June 4, 2026

CVE-2018-25405 Overview

CVE-2018-25405 is a SQL injection vulnerability in eNdonesia Portal 8.7, a PHP-based content management portal. The flaw resides in mod.php and affects multiple request parameters including artid, cid, did, contid, and aboutid. Unauthenticated remote attackers can inject arbitrary SQL through these parameters to read sensitive database contents. Confirmed extraction targets include database usernames, schema names, and version information. The weakness is classified as [CWE-89] Improper Neutralization of Special Elements used in an SQL Command.

Critical Impact

Unauthenticated attackers can issue arbitrary SQL queries against the backend database through mod.php, exposing credentials, schema details, and stored content without any user interaction.

Affected Products

  • eNdonesia Portal 8.7
  • The vulnerable component is the mod.php script
  • Distributions available through the eNdonesia project SourceForge release

Discovery Timeline

  • 2026-05-30 - CVE-2018-25405 published to NVD
  • 2026-06-01 - Last updated in NVD database

Technical Details for CVE-2018-25405

Vulnerability Analysis

The vulnerability exists in mod.php, the central module dispatcher in eNdonesia Portal 8.7. The script accepts user-supplied parameters and concatenates them directly into SQL statements without parameterization or sanitization. Attackers reach the vulnerable code paths via standard HTTP GET requests, requiring no authentication or user interaction. Successful exploitation discloses information from any table accessible to the database account used by the application.

Because the application uses a single database role for all queries, an attacker can pivot from one injectable parameter to enumerate the entire schema. Standard UNION SELECT payloads return values such as user(), database(), and version() directly in the rendered page. The Exploit-DB entry #45654 documents working payloads against the affected parameters.

Root Cause

The root cause is improper neutralization of special elements used in SQL commands [CWE-89]. The mod.php handler interpolates the artid, cid, did, contid, and aboutid query string values into SQL strings before they are passed to the database driver. No prepared statements, type casting, or input filtering are applied, so quote characters and SQL keywords reach the database engine intact.

Attack Vector

Exploitation is performed over the network against the public-facing portal. An attacker issues a crafted GET request such as a request to mod.php with an injected UNION SELECT payload appended to the artid, cid, did, contid, or aboutid parameter. The portal returns query output inline, enabling efficient in-band extraction of arbitrary data. See the VulnCheck SQL Injection Advisory and Exploit-DB #45654 for the documented request structure.

Detection Methods for CVE-2018-25405

Indicators of Compromise

  • Web server access logs containing requests to /mod.php with SQL keywords such as UNION, SELECT, information_schema, 0x, or -- in the artid, cid, did, contid, or aboutid parameters.
  • HTTP requests to mod.php exhibiting URL-encoded quote characters (%27), comment sequences (%23, --), or sleep-based payloads (SLEEP(, BENCHMARK().
  • Database error messages or unexpected user(), database(), or @@version output appearing in cached HTML responses.

Detection Strategies

  • Deploy web application firewall (WAF) signatures that match SQL injection patterns against query strings targeting mod.php.
  • Enable database query logging and alert on UNION SELECT statements originating from the portal's database account against system tables.
  • Correlate HTTP 200 responses to mod.php containing strings that resemble database identifiers (for example MySQL user() output formatted as user@host).

Monitoring Recommendations

  • Forward web server and database logs to a centralized analytics platform and build queries for SQL injection signatures on portal endpoints.
  • Monitor outbound connections from the web server for unexpected data egress that could indicate post-exploitation data exfiltration.
  • Track changes in database user privileges and creation of new accounts that could indicate a successful injection campaign.

How to Mitigate CVE-2018-25405

Immediate Actions Required

  • Restrict public access to mod.php or take affected eNdonesia Portal 8.7 instances offline until a remediation path is established.
  • Apply a WAF rule that blocks non-numeric input on the artid, cid, did, contid, and aboutid parameters.
  • Rotate database credentials used by the application and audit the database for unauthorized changes.

Patch Information

No vendor patch is referenced in the available advisories. The eNdonesia project distributes releases through its SourceForge download page. Operators should monitor the Endonesia Project Homepage for updates and consider migrating to an actively maintained CMS given the long-standing nature of this issue.

Workarounds

  • Place the application behind a WAF and enforce strict allowlists that accept only integer values for artid, cid, did, contid, and aboutid.
  • Reduce the database account's privileges to the minimum required, denying access to information_schema and unrelated schemas.
  • Disable verbose database error reporting in the PHP runtime to limit information returned to attackers on failed injections.
bash
# Example WAF rule restricting mod.php parameters to integers (ModSecurity)
SecRule REQUEST_URI "@beginsWith /mod.php" \
    "id:1002501,phase:2,deny,status:403,\
     chain,msg:'Block non-integer values on eNdonesia mod.php parameters'"
  SecRule ARGS:artid|ARGS:cid|ARGS:did|ARGS:contid|ARGS:aboutid \
      "!@rx ^[0-9]+$"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechEndonesia Portal

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
  • Endonesia Project Homepage

  • Endonesia SourceForge Download

  • Exploit-DB #45654

  • VulnCheck SQL Injection Advisory
  • Related CVEs
  • CVE-2018-25406: eNdonesia Portal SQL Injection Flaw

  • CVE-2018-25407: eNdonesia Portal SQL Injection Flaw

  • CVE-2019-25643: eNdonesia Portal SQLi 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