Code Projects · Onlinevotingsystem · CVE-2026-14649
**Name of the Vulnerable Software and Affected Versions**
code-projects Online Voting System version 1.0
**Description**
A remote SQL injection is possible through the manipulation of the `voterName`, `voterEmail`, `voterID`, or `selectedCandidate` variables within the `test input()` function of the '/saveVote.php' endpoint. SQL injection is a technique where malicious SQL statements are inserted into entry fields for execution, potentially allowing unauthorized access to the database.
**Recommendations**
As a temporary workaround, restrict access to the '/saveVote.php' endpoint or avoid using the `voterName`, `voterEmail`, `voterID`, and `selectedCandidate` parameters until a fix is available.
At the moment, there is no information about a newer version that contains a fix for this vulnerability.