CVE-2019-25523
Received Received - Intake
SQL Injection in XooGallery cat.php Allows Data Manipulation

Publication date: 2026-03-12

Last updated on: 2026-03-23

Assigner: VulnCheck

Description
XooGallery Latest contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the cat_id parameter. Attackers can send GET requests to cat.php with malicious cat_id values to bypass authentication, extract sensitive data, or modify database contents.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-12
Last Modified
2026-03-23
Generated
2026-06-16
AI Q&A
2026-03-12
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
xooscripts xoogallery *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2019-25523 is a high-severity SQL injection vulnerability in XooGallery, specifically in the cat.php script through the cat_id parameter.

This vulnerability occurs because the cat_id parameter is not properly sanitized, allowing unauthenticated attackers to inject malicious SQL code.

Attackers can exploit this by sending crafted GET requests with manipulated cat_id values to execute unauthorized database queries.

Impact Analysis

Exploitation of this vulnerability can allow attackers to bypass authentication mechanisms.

Attackers may extract sensitive data from the database without authorization.

They can also modify database contents, potentially compromising data integrity.

Compliance Impact

I don't know

Detection Guidance

[{'type': 'paragraph', 'content': 'This vulnerability can be detected by monitoring for suspicious GET requests to the cat.php script with unusual or malicious cat_id parameter values that may indicate SQL injection attempts.'}, {'type': 'paragraph', 'content': 'You can use network traffic inspection tools or web server logs to identify such requests.'}, {'type': 'list_item', 'content': 'Use curl or wget to test the endpoint with crafted cat_id values, for example: curl "http://yourserver/cat.php?cat_id=1\' OR \'1\'=\'1"'}, {'type': 'list_item', 'content': 'Use grep on web server logs to find suspicious cat_id parameters: grep "cat_id=" /var/log/apache2/access.log'}, {'type': 'list_item', 'content': 'Use intrusion detection systems (IDS) or web application firewalls (WAF) with SQL injection detection rules enabled to alert on such attempts.'}] [1]

Mitigation Strategies

Immediate mitigation steps include restricting access to the vulnerable cat.php script and applying input validation or sanitization on the cat_id parameter to prevent SQL injection.

If possible, update XooGallery to a version where this vulnerability is fixed.

Additionally, consider deploying a web application firewall (WAF) to block malicious requests targeting this vulnerability.

Monitor logs for suspicious activity and block IP addresses exhibiting exploit attempts.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2019-25523. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart