CVE-2017-20269
Received Received - Intake
SQL Injection in Joomla! KissGallery Component

Publication date: 2026-06-19

Last updated on: 2026-06-19

Assigner: VulnCheck

Description
Joomla! Component KissGallery 1.0.0 contains an SQL injection vulnerability that allows unauthenticated attackers to inject SQL commands through the component URL path. Attackers can supply malicious SQL code in the kissgallery endpoint to execute arbitrary database queries and extract sensitive information.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-19
Last Modified
2026-06-19
Generated
2026-06-19
AI Q&A
2026-06-19
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
joomla component_kissgallery 1.0.0
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

Joomla! Component KissGallery version 1.0.0 contains a high-severity SQL injection vulnerability. This flaw allows unauthenticated attackers to inject malicious SQL commands through the component's URL path, specifically via the 'kissgallery' endpoint.

By exploiting this vulnerability, attackers can execute arbitrary database queries and potentially extract sensitive information from the database.

Impact Analysis

This vulnerability can have significant impacts as it allows attackers to execute arbitrary SQL commands on the database without authentication.

  • Attackers can extract sensitive information from the database.
  • It can lead to unauthorized data access and potential data breaches.
  • The integrity of the database could be compromised by malicious queries.
Detection Guidance

This vulnerability can be detected by testing the Joomla! site for SQL injection attempts targeting the KissGallery component's URL path, specifically the 'kissgallery' endpoint.

A common method is to send crafted HTTP requests with SQL injection payloads appended to the kissgallery URL path and observe the responses for database errors or unexpected data.

For example, you can use curl or similar tools to test the endpoint:

  • curl -i "http://your-joomla-site/kissgallery/1' OR '1'='1"
  • curl -i "http://your-joomla-site/kissgallery/1' UNION SELECT NULL--"

If the server responds with SQL errors or unusual output, it indicates the presence of the SQL injection vulnerability.

Mitigation Strategies

The immediate mitigation step is to remove or disable the vulnerable KissGallery component from your Joomla! installation.

Since the extension has been unpublished and flagged as vulnerable, users are advised to avoid using it and seek alternative gallery extensions.

Additionally, ensure your Joomla! installation and all extensions are kept up to date with the latest security patches.

Monitor Joomla! security advisories and community resources for updates or patches related to this vulnerability.

Compliance Impact

The SQL injection vulnerability in Joomla! Component KissGallery 1.0.0 allows attackers to extract sensitive information from the database. Such unauthorized access to sensitive data can lead to non-compliance with data protection regulations like GDPR and HIPAA, which require safeguarding personal and sensitive information against unauthorized access and breaches.

Organizations using this vulnerable component risk exposing confidential data, potentially resulting in violations of privacy and security requirements mandated by these standards.

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