CVE-2025-40731
BaseFortify
Publication date: 2025-06-30
Last updated on: 2025-07-07
Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| code-projects | daily_expense_manager | 1.0 |
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 Daily Expense Manager v1.0. It allows an attacker to manipulate the SQL queries by exploiting the pname, pprice, and id parameters in the /update.php script. Through this, the attacker can retrieve, create, update, and delete database records.
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized access and manipulation of the application's database. An attacker could steal sensitive data, alter or delete records, and potentially disrupt the application's normal operations, leading to data loss or corruption.