CVE-2023-53917
SQL Injection in Affiliate Me 5.0.1 Admin Allows Data Theft
Publication date: 2025-12-17
Last updated on: 2025-12-18
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| affiliate_me | affiliate_me | 5.0.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?
Affiliate Me version 5.0.1 has a SQL injection vulnerability in the admin.php endpoint. This flaw allows authenticated administrators to manipulate database queries by exploiting the 'id' parameter with crafted union-based queries. Attackers can use this to extract sensitive user information such as usernames and password hashes.
How can this vulnerability impact me? :
This vulnerability can lead to unauthorized disclosure of sensitive user information, including usernames and password hashes. Such data exposure can compromise user accounts and potentially lead to further attacks or unauthorized access within the system.