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

CVE-2018-25407: eNdonesia Portal SQL Injection Flaw

CVE-2018-25407 is a SQL injection vulnerability in eNdonesia Portal 8.7 allowing unauthenticated attackers to execute arbitrary SQL queries. This post covers technical details, affected parameters, impact, and mitigation.

Published: June 4, 2026

CVE-2018-25407 Overview

CVE-2018-25407 affects eNdonesia Portal version 8.7, a content management system distributed through SourceForge. The vulnerability consists of multiple SQL injection flaws in mod.php that accept unsanitized user input through the artid, cid, did, contid, and aboutid parameters. Unauthenticated attackers can inject arbitrary SQL queries against the publisher, diskusi, galeri, content, and about modules. Successful exploitation enables extraction of database contents including usernames, database names, and version information. The flaw is categorized under CWE-89: Improper Neutralization of Special Elements used in an SQL Command.

Critical Impact

Unauthenticated network attackers can extract sensitive database content from any internet-accessible eNdonesia Portal 8.7 installation without user interaction.

Affected Products

  • eNdonesia Portal 8.7
  • Installations downloaded from the Endonesia SourceForge project
  • Deployments referenced on the Endonesia Official Website

Discovery Timeline

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

Technical Details for CVE-2018-25407

Vulnerability Analysis

The vulnerability is a set of pre-authentication SQL injection flaws reachable through the single entry point mod.php. The application concatenates HTTP GET parameters directly into SQL statements without parameterization or input validation. An attacker controls portions of the query executed against the backend database engine.

Five parameters are confirmed injection points: artid in the publisher module, cid in the diskusi module, did in the galeri module, contid in the content module, and aboutid in the about module. Each parameter terminates the intended query and appends attacker-supplied SQL clauses. The injection supports UNION-based extraction, enabling enumeration of user(), database(), and version() along with arbitrary table reads. Public exploitation details are available in Exploit-DB entry 45654 and the VulnCheck SQL Injection Advisory.

Root Cause

The root cause is improper neutralization of user-supplied input before its use in SQL statements [CWE-89]. The affected handlers in mod.php treat numeric identifier parameters as trusted and embed them in dynamic queries. The codebase does not use prepared statements, type casting, or allowlist validation on the affected parameters.

Attack Vector

Exploitation requires only a network path to the web application. No authentication, privileges, or user interaction are required. An attacker issues crafted HTTP GET requests to mod.php with malicious payloads in any of the five vulnerable parameters. UNION SELECT and boolean-based payloads return database metadata and stored records in HTTP responses. Public proof-of-concept payloads are documented in the referenced advisories and require no modification to extract user(), database(), and @@version from a default installation.

Detection Methods for CVE-2018-25407

Indicators of Compromise

  • HTTP requests to mod.php containing SQL keywords such as UNION, SELECT, CONCAT, information_schema, or 0x hex-encoded strings in the artid, cid, did, contid, or aboutid parameters.
  • Web server access log entries showing abnormally long query strings or URL-encoded single quotes (%27) targeting mod.php.
  • Database error messages returned to clients referencing MySQL syntax errors originating from mod.php handlers.
  • Outbound responses from the portal containing rows from information_schema.tables or mysql.user.

Detection Strategies

  • Deploy web application firewall signatures for SQL injection patterns against the specific parameters and module names enumerated in this CVE.
  • Enable database query logging and alert on queries containing UNION SELECT originating from the eNdonesia application user.
  • Hunt historical access logs for requests matching mod.php?mod=(publisher|diskusi|galeri|content|about) paired with suspicious parameter values.

Monitoring Recommendations

  • Forward web server and database logs to a centralized analytics platform and create correlations between anomalous mod.php requests and subsequent database errors.
  • Baseline normal traffic to the affected modules and alert on parameter values that deviate from expected integer formats.
  • Monitor for data egress spikes from the web server following requests matching the injection signatures.

How to Mitigate CVE-2018-25407

Immediate Actions Required

  • Restrict public access to eNdonesia Portal 8.7 installations until a vendor fix is verified, using network ACLs or authentication proxies.
  • Deploy WAF rules that reject non-numeric values in the artid, cid, did, contid, and aboutid parameters of mod.php.
  • Audit the database account used by the portal and remove privileges beyond what the application requires, eliminating FILE, SUPER, and cross-database access.
  • Review web and database logs for prior exploitation attempts using the indicators listed above.

Patch Information

No vendor patch is referenced in the NVD record or linked advisories at the time of publication. Operators should consult the Endonesia Official Website and the VulnCheck SQL Injection Advisory for any subsequent fix availability. If no upstream patch is released, migrating to a maintained CMS is recommended.

Workarounds

  • Place the application behind a reverse proxy that enforces strict integer validation on the affected query string parameters.
  • Apply custom source-code patches in mod.php to cast each identifier parameter using intval() before use in SQL statements.
  • Run the MySQL backend with a least-privilege account that has no read access to information_schema beyond the application schema.
  • Disable unused modules among publisher, diskusi, galeri, content, and about to reduce the attack surface.
bash
# Example WAF rule (ModSecurity) to block non-numeric values in vulnerable parameters
SecRule ARGS:artid|ARGS:cid|ARGS:did|ARGS:contid|ARGS:aboutid "!@rx ^[0-9]+$" \
    "id:1002018,\
     phase:2,\
     deny,\
     status:403,\
     msg:'CVE-2018-25407 eNdonesia mod.php SQLi parameter rejected'"

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 Official Website

  • Endonesia SourceForge Download

  • Exploit-DB #45654

  • VulnCheck SQL Injection Advisory
  • Related CVEs
  • CVE-2018-25405: eNdonesia Portal 8.7 SQLi Vulnerability

  • CVE-2018-25406: 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