CVE-2025-60736
BaseFortify
Publication date: 2025-12-02
Last updated on: 2025-12-05
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| anisha | online_medicine_guide | 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?
The vulnerability is a SQL Injection in the /login.php page of code-projects Online Medicine Guide 1.0, specifically via the 'upass' parameter. This means that an attacker can manipulate the SQL query by injecting malicious input through the password field, potentially gaining unauthorized access or manipulating the database.
How can this vulnerability impact me? :
This vulnerability can allow attackers to bypass authentication, access sensitive user data, modify or delete database information, and potentially take control of the application or its data.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
This vulnerability could lead to unauthorized access to sensitive personal or health information, which may result in non-compliance with standards like GDPR and HIPAA that require protection of such data.