CVE-2025-10782
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-22

Last updated on: 2026-04-29

Assigner: VulDB

Description
A security flaw has been discovered in Campcodes Online Learning Management System 1.0. Affected is an unknown function of the file /admin/class.php. Performing manipulation of the argument class_name results in sql injection. The attack is possible to be carried out remotely. The exploit has been released to the public and may be exploited.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-22
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2025-09-22
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
campcodes online_learning_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 Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a SQL injection flaw in Campcodes Online Learning Management System version 1.0, specifically in the '/admin/class.php' file. It occurs because the 'class_name' parameter is not properly validated or sanitized before being used in SQL queries. This allows attackers to inject malicious SQL code remotely without authentication, potentially accessing, modifying, or deleting database information and compromising the system. [1]


How can this vulnerability impact me? :

Exploitation of this vulnerability can lead to unauthorized access to the database, data leakage, data modification or deletion, full system compromise, and potential disruption of services. Attackers can manipulate the database remotely without needing to authenticate, which poses a significant security risk to the system and its data integrity. [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 'class_name' POST parameter in the '/admin/class.php' file for SQL injection. Tools like sqlmap can be used to automate detection and confirm the vulnerability, including database enumeration. Example command using sqlmap: sqlmap -u "http://target/admin/class.php" --data="class_name=TEST" --risk=3 --level=5 --batch. Additionally, error-based injection payloads or time-based blind injection payloads (using SQL SLEEP function) can be used to confirm the vulnerability manually. [1]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include: 1) Using prepared statements with parameter binding to separate SQL code from user input, preventing injection. 2) Implementing strict input validation and filtering to ensure inputs conform to expected formats. 3) Minimizing database user permissions by avoiding high-privilege accounts for application database connections. 4) Conducting regular security audits to detect and remediate vulnerabilities promptly. [1]


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