CVE-2025-63878
BaseFortify
Publication date: 2025-11-19
Last updated on: 2025-12-31
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| hackerwhale | restaurant_website_restoran | 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 the Contact Form page of Github Restaurant Website Restoran v1.0. It allows an attacker to insert malicious SQL code into the input fields, which can then be executed by the database, potentially leading to unauthorized data access or manipulation.
How can this vulnerability impact me? :
The SQL injection vulnerability can allow attackers to access, modify, or delete sensitive data stored in the website's database. This can lead to data breaches, loss of data integrity, and potentially unauthorized control over the website's backend systems.