Sceawere

Vulnerability Detail

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

SQL Injection in Leave Management System

Vulnerability Metadata

Severity
High
Score / CVSS
7.3
Creation Date
2h ago
Vendor
itsourcecode
Product
Leave Management 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 weakness has been identified in itsourcecode Leave Management System 1.0. Affected by this issue is some unknown functionality of the file /login.php. Executing a manipulation of the argument user_email can lead to sql injection. The attack may be launched remotely. The exploit has been made available to the public and could be used for attacks.

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-14T15:17:12.967Z",
  "pubdate": "2026-09-14T15:17:12.967Z",
  "executiveSummary": "A critical SQL injection vulnerability exists in the itsourcecode Leave Management System version 1.0, specifically within the login.php file.\nThe vulnerability arises from improper sanitization of the user_email input parameter, allowing unauthenticated remote attackers to inject malicious SQL commands into the backend database query.\nSuccessful exploitation permits unauthorized access to the database, potentially leading to information disclosure, authentication bypass, or full compromise of the application's data layer.\nGiven that the exploit is publicly available, the risk to deployments is high, necessitating immediate defensive measures to secure the authentication interface against unauthorized data manipulation and extraction.",
  "technicalDetails": "The vulnerability is classified as a classic SQL injection flaw located within the authentication routine of the login.php file. The application fails to adequately validate or parameterize the user_email argument before passing it to the database management system (DBMS) query processor.\nAttack flow begins when an attacker supplies a crafted payload containing SQL syntax (e.g., single quotes, OR conditions, or UNION statements) via the user_email parameter in the login request. Because the application concatenates this user-supplied input directly into the SQL statement, the database interprets the malicious strings as legitimate commands rather than literal data.\nBy manipulating the query structure, an attacker can bypass authentication mechanisms, for instance by injecting 'OR 1=1' logic, which forces the database to return a successful authentication response regardless of the actual password provided.\nBeyond authentication bypass, the lack of input sanitization permits the execution of arbitrary SQL queries. This allows an attacker to perform unauthorized actions such as enumerating database tables, extracting sensitive user credentials, modifying stored data, or potentially performing administrative operations depending on the database user permissions associated with the web application.\nThe vulnerability is accessible remotely over the network, requiring no prior authentication to trigger the flaw. The exposure is categorized as a high-severity risk due to the simplicity of the attack vector and the availability of public exploits. The exploitation process involves intercepting the login request, inserting the injection payload into the user_email field, and submitting the manipulated request to the server, which then processes the malicious database operation."
}
CVE-2026-90789: SQL Injection in Leave Management System (HIGH Severity, CVSS: 7.3) | Sceawere