CVE-2026-10110: code-projects Student Details Management System index.php sql injection
A vulnerability was detected in code-projects Student Details Management System 1.0. This affects an unknown function of the file /index.php. Performing a manipulation of the argument roll results in sql injection. The attack is possible to be carried out remotely. The exploit is now public and may be used.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Remove
Remove
code-projects Student Details Management System 1.0from your environment.If the application is not required, uninstall or remove the Student Details Management System instance (take the site offline) until a secure, patched version is available.
- Configuration
Modify /index.php to stop interpolating the 'roll' parameter into SQL. Use parameterized queries (prepared statements) for all database access and enforce strict validation/sanitization of the 'roll' parameter (e.g., allow only expected numeric or fixed-format values).
code-projects Student Details Management System (index.php) roll parameter handling = use prepared statements and strict input validation - Compensating control
Deploy WAF or application-layer filters to block SQL injection patterns targeting the 'roll' parameter, restrict access to the vulnerable endpoint to trusted IPs where possible, and apply rate-limiting and monitoring on requests to /index.php.
- Operational
Assume possible exploitation given public availability of an exploit: review web and database logs for suspicious requests involving the 'roll' parameter, rotate database credentials and any potentially exposed secrets, and review accounts and privileges for signs of compromise.
Event History
Frequently Asked Questions
What is the severity of CVE-2026-10110?
CVE-2026-10110 has a severity rating of high at 7.3.
How do I fix CVE-2026-10110?
To fix CVE-2026-10110, validate and sanitize user inputs to prevent SQL injection.
What type of vulnerability is CVE-2026-10110?
CVE-2026-10110 is classified as an SQL injection vulnerability.
Can CVE-2026-10110 be exploited remotely?
Yes, CVE-2026-10110 can be exploited remotely by manipulating the argument 'roll'.
Which software does CVE-2026-10110 affect?
CVE-2026-10110 affects Code-projects Student Details Management System version 1.0.