CVE-2025-57423
BaseFortify
Publication date: 2025-10-03
Last updated on: 2025-10-28
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| jebissey | myclub | 0.5 |
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 in the /articles endpoint of MyClub 0.5. It affects several query parameters (Content, GroupName, PersonName, lastUpdate, pool, and title) due to insufficient input sanitisation. An unauthenticated remote attacker can send a specially crafted GET request to inject arbitrary SQL commands into the database query.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to disclose sensitive information from the database or manipulate the database contents, potentially leading to data breaches, data loss, or unauthorized data modification.