CVE-2025-51506
BaseFortify
Publication date: 2025-08-19
Last updated on: 2025-10-07
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| talentneuron | hrforecast_suite | 0.4.3 |
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 flaw in the smartLibrary component of the HRForecast Suite 0.4.3. It occurs in the valueKey parameter of the api/smartlibrary/v2/en/dictionaries/options/lookup endpoint. An authenticated user can exploit this by sending specially crafted input to execute arbitrary SQL queries on the backend database.
How can this vulnerability impact me? :
This vulnerability can allow an authenticated user to execute arbitrary SQL commands, which may lead to unauthorized data access, data modification, or deletion. It could compromise the integrity and confidentiality of the database and potentially affect the overall security of the application.