CVE-2025-27753
BaseFortify
Publication date: 2025-06-05
Last updated on: 2025-06-17
Assigner: Joomla! Project
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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?
This vulnerability is a SQL injection (SQLi) issue in the RSMediaGallery component versions 1.7.4 to 2.1.6 for Joomla. It occurs because user-supplied input parameters are not properly escaped or sanitized before being used in SQL queries within the dashboard component. An authenticated attacker can exploit this flaw by injecting malicious SQL code through these input fields, potentially manipulating the database.
How can this vulnerability impact me? :
Exploiting this vulnerability can allow an attacker to gain unauthorized access to the database, leading to data leakage or unauthorized modification of records. This can compromise the integrity and confidentiality of your data and potentially disrupt the normal operation of the affected Joomla site.