The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2019-25433

CVE-2019-25433: XOOPS CMS SQL Injection Vulnerability

CVE-2019-25433 is an SQL injection flaw in XOOPS CMS 2.5.9 that allows unauthenticated attackers to manipulate database queries via the cid parameter. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2019-25433 Overview

XOOPS CMS 2.5.9 contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the cid parameter. Attackers can send GET requests to the gerar_pdf.php endpoint with malicious cid values to extract sensitive database information. This vulnerability is classified under CWE-89 (Improper Neutralization of Special Elements used in an SQL Command).

Critical Impact

Unauthenticated attackers can exploit this SQL injection to extract sensitive database contents, potentially compromising user credentials, site configuration, and other confidential data stored in the XOOPS CMS database.

Affected Products

  • XOOPS CMS 2.5.9

Discovery Timeline

  • 2026-02-22 - CVE CVE-2019-25433 published to NVD
  • 2026-02-23 - Last updated in NVD database

Technical Details for CVE-2019-25433

Vulnerability Analysis

This SQL injection vulnerability exists in the gerar_pdf.php endpoint of XOOPS CMS 2.5.9. The application fails to properly sanitize or parameterize user-supplied input in the cid parameter before incorporating it into database queries. This allows an unauthenticated attacker to inject arbitrary SQL statements that will be executed by the database server with the privileges of the web application's database user.

The vulnerability requires no authentication and can be exploited remotely over the network. Once exploited, an attacker can read sensitive data from the database, including user credentials, configuration settings, and potentially administrative information. While the primary impact is on data confidentiality, attackers may also be able to modify database contents depending on the database permissions configured for the application.

Root Cause

The root cause is improper input validation and failure to use parameterized queries or prepared statements in the gerar_pdf.php script. User-supplied data from the cid GET parameter is directly concatenated into SQL query strings without adequate sanitization, escaping, or type validation. This classic SQL injection pattern allows attackers to break out of the intended query context and inject their own malicious SQL commands.

Attack Vector

The attack is conducted remotely over the network by sending crafted HTTP GET requests to the vulnerable gerar_pdf.php endpoint. An attacker constructs a malicious URL containing SQL injection payloads in the cid parameter. Since no authentication is required, any network-connected attacker can attempt exploitation.

The exploitation technique typically involves:

  1. Identifying the vulnerable endpoint (gerar_pdf.php) and the injectable parameter (cid)
  2. Determining the database type and structure through error-based or blind SQL injection techniques
  3. Extracting data using UNION-based queries or out-of-band techniques
  4. Potentially escalating to write access or command execution depending on database configuration

For detailed technical information and proof-of-concept examples, refer to the Exploit-DB #46835 entry and the VulnCheck Advisory.

Detection Methods for CVE-2019-25433

Indicators of Compromise

  • HTTP GET requests to gerar_pdf.php containing suspicious characters in the cid parameter such as single quotes, UNION statements, or SQL keywords
  • Web server logs showing multiple requests to gerar_pdf.php with varying cid values, indicative of automated injection testing
  • Database logs revealing unusual queries, errors, or queries containing injected SQL syntax
  • Unexpected data access patterns or bulk data retrieval from the database

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block common SQL injection patterns in URL parameters
  • Implement Intrusion Detection System (IDS) signatures targeting SQL injection attack payloads in HTTP traffic
  • Monitor web server access logs for requests to gerar_pdf.php with anomalous or malformed cid parameter values
  • Enable database query logging and alert on queries containing SQL injection indicators such as UNION SELECT, OR 1=1, or comment sequences

Monitoring Recommendations

  • Establish baseline traffic patterns to gerar_pdf.php and alert on deviations that may indicate exploitation attempts
  • Configure real-time alerting for database errors related to malformed SQL queries
  • Implement log aggregation and correlation to identify reconnaissance and exploitation phases across multiple log sources
  • Monitor for signs of data exfiltration following successful exploitation, such as unusual outbound traffic or database dumps

How to Mitigate CVE-2019-25433

Immediate Actions Required

  • Restrict or disable access to the gerar_pdf.php script until a patch can be applied
  • Implement WAF rules to block requests containing SQL injection patterns in the cid parameter
  • Review database user permissions and ensure the web application account has minimal necessary privileges
  • Audit database contents for signs of unauthorized access or data extraction

Patch Information

No vendor patch information is currently available in the CVE data. Administrators should monitor the XOOPS Official Website for security updates and apply patches as soon as they become available. Consider upgrading to a newer version of XOOPS CMS if available.

Workarounds

  • Implement input validation at the application level to ensure the cid parameter only accepts expected numeric values
  • Deploy a Web Application Firewall with rules specifically targeting SQL injection attacks on this endpoint
  • Consider removing or restricting access to the gerar_pdf.php functionality if it is not essential to site operations
  • Use database-level controls such as stored procedures with parameterized inputs as an additional defensive layer
bash
# Example: Block access to vulnerable endpoint via .htaccess
<Files "gerar_pdf.php">
    Order deny,allow
    Deny from all
    # Allow only from trusted IPs if needed
    # Allow from 192.168.1.0/24
</Files>

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechXoops Cms

  • 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
  • Exploit-DB #46835

  • VulnCheck Advisory

  • XOOPS Official Website
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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