Sceawere

Vulnerability Detail

CVE-2026-86162UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV

SQL Injection in Online Voting System

Vulnerability Metadata

Severity
High
Score / CVSS
7.3
Creation Date
4h ago
Vendor
SourceCodester
Product
Online Voting System
Attack Type
SQL Injection
Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Attack Complexity
LOW

Narrative and Response

Description

A vulnerability was determined in SourceCodester Online Voting System 1.0. This affects an unknown function of the file /ajax.php?action=login. Executing a manipulation of the argument Username can lead to sql injection. The attack can be executed remotely. The exploit has been publicly disclosed and may be utilized.

Executive Summary

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Executive Summary Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Technical Details

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Detailed Technical Analysis Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Mitigations

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Remediation & Mitigations Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

References

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Intelligence References Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Additional Metadata

{
  "score": "7.3",
  "pubDate": "2026-09-06T03:17:17.220Z",
  "pubdate": "2026-09-06T03:17:17.220Z",
  "executiveSummary": "The Online Voting System 1.0 is susceptible to a remote SQL injection vulnerability residing within the /ajax.php?action=login endpoint.\nThis security flaw stems from the improper sanitization of the 'Username' parameter before inclusion in database queries.\nSuccessful exploitation allows an unauthenticated, remote attacker to manipulate SQL commands, potentially leading to unauthorized data access, authentication bypass, or full database compromise.\nGiven that exploit code is publicly disclosed, the risk of exploitation is significantly elevated for organizations utilizing this software version.\nThe vulnerability does not require prior authentication, allowing attackers to interact directly with the backend database, compromising the integrity and confidentiality of the voting system's information.",
  "technicalDetails": "The vulnerability is identified as a SQL injection (SQLi) flaw within the SourceCodester Online Voting System 1.0. The root cause is the insecure handling of user-supplied input via the 'Username' parameter in the /ajax.php file when the action is set to 'login'.\nAnalysis indicates that the application fails to utilize parameterized queries or prepared statements when interacting with the database. Consequently, the input provided by a user is directly concatenated into a SQL statement, allowing the injection of arbitrary SQL syntax.\nThe attack flow commences with the attacker sending a specially crafted HTTP request to the /ajax.php endpoint. By appending malicious SQL injection payloads to the 'Username' field, the attacker can break out of the intended query logic. For instance, inputting characters such as single quotes ('), OR statements, or union-based payloads allows the attacker to alter the query structure.\nThrough this manipulation, an attacker can bypass the authentication mechanism by forcing a 'true' condition in the login query, enabling unauthorized access to administrative or user-level sessions. Furthermore, by utilizing UNION SELECT statements, an attacker can extract sensitive information from the database, including user credentials, ballot data, or configuration settings.\nBecause the vulnerability is exposed via the network and accessible without authentication, it possesses a high severity rating. The impact of the exploitation is significant; it threatens the confidentiality of the voter data and the overall integrity of the voting results within the system. Post-exploitation, an attacker may achieve complete control over the database management system (DBMS) depending on the privileges assigned to the database user account used by the application, potentially leading to remote code execution (RCE) on the database host in certain misconfigured environments."
}
CVE-2026-86162: SQL Injection in Online Voting System (HIGH Severity, CVSS: 7.3) - Sceawere