CVE-2025-9664
BaseFortify
Publication date: 2025-08-29
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| fabian | simple_grading_system | 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. |
| CWE-74 | The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-9664 is a SQL injection vulnerability in version 1.0 of the code-projects Simple Grading System, specifically in the Admin Panel's /add_student_grade.php file. The vulnerability occurs because the 'add' argument is not properly sanitized, allowing attackers to inject malicious SQL commands remotely without authentication. This can lead to unauthorized access or manipulation of the system's database. [1]
How can this vulnerability impact me? :
This vulnerability can allow remote attackers to execute unauthorized SQL commands, potentially compromising the confidentiality, integrity, and availability of the system. This means attackers could access sensitive data, modify or delete records, or disrupt the system's normal operation. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by identifying instances of the vulnerable file /add_student_grade.php in the Simple Grading System 1.0 Admin Panel. One method is using Google dorking with the query "inurl:add_student_grade.php" to find potentially vulnerable targets. Additionally, monitoring network traffic for suspicious SQL injection attempts targeting the "add" argument in requests to /add_student_grade.php can help detect exploitation attempts. Specific commands are not provided, but searching for the URL pattern and inspecting HTTP requests to that endpoint is recommended. [1]
What immediate steps should I take to mitigate this vulnerability?
No known countermeasures or mitigations have been reported for this vulnerability. The suggested immediate step is to replace the affected component (Simple Grading System 1.0 Admin Panel's /add_student_grade.php) with an alternative product that is not vulnerable. [1]