CVE-2025-9664
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-08-29

Last updated on: 2026-04-29

Assigner: VulDB

Description
A security flaw has been discovered in code-projects Simple Grading System 1.0. Affected is an unknown function of the file /add_student_grade.php of the component Admin Panel. The manipulation of the argument Add results in sql injection. It is possible to launch the attack remotely. The exploit has been released to the public and may be exploited.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-08-29
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2025-08-29
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
fabian simple_grading_system 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart