CVE-2025-40733
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-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Reflected Cross-Site Scripting (XSS) issue in Daily Expense Manager v1.0. It allows an attacker to execute arbitrary JavaScript code by sending a specially crafted POST request using the username parameter in the /login.php page. This means that malicious scripts can be run in the context of the victim's browser when they interact with the vulnerable login page.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute malicious JavaScript code in the context of a user's browser, potentially leading to session hijacking, theft of sensitive information, or performing actions on behalf of the user without their consent. This can compromise user accounts and data confidentiality.