CVE-2025-9690
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-08-30

Last updated on: 2026-04-29

Assigner: VulDB

Description
A flaw has been found in SourceCodester Advanced School Management System 1.0. This affects an unknown function of the file /index.php/stock/vendordetails. This manipulation of the argument ID causes sql injection. The attack can be initiated remotely. The exploit has been published and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-08-30
Last Modified
2026-04-29
Generated
2026-05-06
AI Q&A
2025-08-30
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
donbermoy advanced_school_management_system 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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
What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include replacing the affected product with an alternative, as no known countermeasures or mitigations have been identified. Additionally, restricting access to the vulnerable endpoint, applying web application firewalls (WAF) to filter malicious input, and monitoring for exploit attempts can help reduce risk until a secure version or patch is available. [1]


Can you explain this vulnerability to me?

CVE-2025-9690 is a SQL injection vulnerability in SourceCodester Advanced School Management System 1.0, specifically in an unknown function within the file /index.php/stock/vendordetails. The vulnerability occurs because the 'id' parameter is not properly sanitized, allowing an attacker to manipulate SQL queries. This can lead to unauthorized modification of the database commands, compromising the system's security. The attack can be performed remotely and is considered easy to execute. [1]


How can this vulnerability impact me? :

This vulnerability can impact you by compromising the confidentiality, integrity, and availability of your system. An attacker exploiting this SQL injection flaw can manipulate database queries, potentially accessing, modifying, or deleting sensitive data. Since the attack can be initiated remotely and is easy to execute, it poses a significant risk to the affected system's security and operation. [1]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by testing the /index.php/stock/vendordetails endpoint with manipulated 'id' parameters to check for SQL injection. Common detection methods include sending crafted HTTP requests with SQL injection payloads and observing the responses for SQL errors or unexpected behavior. For example, using curl or sqlmap commands: 1) curl -v "http://target/index.php/stock/vendordetails?id=1' OR '1'='1" 2) sqlmap -u "http://target/index.php/stock/vendordetails?id=1" --batch --dbs These commands attempt to exploit the SQL injection and reveal database information if 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