CVE-2018-25433
SQL Injection in JE Photo Gallery Joomla Component
Publication date: 2026-06-01
Last updated on: 2026-06-01
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| je_photogallery | je_photo_gallery | 1.1 |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
The vulnerability exists in Joomla Component JE Photo Gallery 1.1 and is an SQL injection flaw. It allows unauthenticated attackers to inject malicious SQL code through the categoryid parameter by sending crafted GET requests to index.php in the com_jephotogallery component. This enables attackers to execute arbitrary SQL queries on the database.
As a result, attackers can extract sensitive database information such as usernames and password hashes.
How can this vulnerability impact me? :
This vulnerability can have serious impacts including unauthorized access to sensitive data stored in the database. Attackers can retrieve usernames and password hashes, which may lead to further compromise of user accounts and system integrity.
Since the attack requires no authentication, it increases the risk of data breaches and potential exploitation of the affected system.