CVE-2025-11342
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-06

Last updated on: 2026-04-29

Assigner: VulDB

Description
A weakness has been identified in code-projects Online Course Registration 1.0. This impacts an unknown function of the file /admin/edit-course.php. Executing manipulation of the argument coursecode can lead to sql injection. The attack can be executed remotely. The exploit has been made available to the public and could be exploited.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-06
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2025-10-06
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
fabian online_course_registration_site 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
Can you explain this vulnerability to me?

CVE-2025-11342 is a critical SQL injection vulnerability in version 1.0 of the code-projects Online Course Registration software, specifically in the /admin/edit-course.php file. It occurs because the 'coursecode' parameter is not properly validated or sanitized, allowing attackers to inject malicious SQL code. This can lead to unauthorized database access, data leakage, modification, or deletion. The attack can be executed remotely and a public proof-of-concept exploit is available. [1, 2, 3]


How can this vulnerability impact me? :

This vulnerability can lead to unauthorized access to the database, allowing attackers to view, modify, or delete sensitive data. It can compromise the confidentiality, integrity, and availability of the system, potentially resulting in full system compromise and service disruption. The vulnerability poses a significant threat to system security and business continuity. [1, 2, 3]


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

This vulnerability can be detected by testing the /admin/edit-course.php endpoint for SQL injection in the 'coursecode' parameter. One method is to use a time-based blind SQL injection payload such as: coursecode=1' AND (SELECT 6152 FROM (SELECT(SLEEP(5)))hKnG) AND 'LAin'='LAin to observe delayed responses indicating injection. Automated tools like sqlmap can be used to test and confirm the vulnerability by targeting the parameter. Additionally, Google dorking with the query inurl:admin/edit-course.php can help identify vulnerable targets. [1, 2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include: 1) Replacing the affected software with an alternative product if possible. 2) Implementing prepared statements with parameter binding to prevent SQL injection. 3) Applying strict input validation and filtering on the 'coursecode' parameter to ensure it conforms to expected formats. 4) Limiting database user permissions to the minimum necessary, avoiding use of high-privilege accounts for routine operations. 5) Conducting regular security audits to detect and fix vulnerabilities promptly. [1, 2, 3]


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