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-06-16
AI Q&A
2025-08-30
EPSS Evaluated
2026-06-14
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-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 Quick Actions
Instant insights powered by AI
Mitigation Strategies

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]

Executive Summary

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]

Impact Analysis

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]

Detection Guidance

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]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-9690. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart