Sceawere
Vulnerability Detail
CVE-2026-75986UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
SQL Injection in Online Job Portal System
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 7.3
- Creation Date
- 3h ago
- Vendor
- code-projects
- Product
- Online Job Portal 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 has been found in code-projects Online Job Portal System 1.0. The impacted element is an unknown function of the file /ForPass.php of the component Password Recovery. Such manipulation of the argument txtUserName leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.
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.
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.
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.
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.
Additional Metadata
{
"score": "7.3",
"pubDate": "2026-08-19T02:16:12.993Z",
"pubdate": "2026-08-19T02:16:12.993Z",
"executiveSummary": "A critical SQL injection vulnerability has been identified within the password recovery component of the code-projects Online Job Portal System 1.0. This security flaw stems from improper neutralization of user-supplied input passed via the txtUserName parameter within the /ForPass.php file.\nThe vulnerability allows remote, unauthenticated attackers to manipulate database queries directly, leading to potential unauthorized access, data exfiltration, and compromise of the underlying database management system.\nGiven that the exploit has been publicly disclosed, the risk of automated or targeted exploitation is significantly elevated. The impact includes severe confidentiality and integrity violations of the affected application data.\nMitigation requires immediate remediation of the vulnerable source code to enforce safe database querying practices, such as parameterized statements.",
"technicalDetails": "The vulnerability resides in the password recovery component, specifically within the handling of the txtUserName parameter processed by the /ForPass.php endpoint.\nThe root cause is a failure in the application's input validation and sanitization mechanisms, where user-supplied data from the HTTP request is concatenated directly into SQL queries without adequate parameterization or escaping.\nAttackers can exploit this flaw remotely over the network without requiring prior authentication or specific privileges.\nThe attack flow begins when an attacker sends a crafted HTTP request targeting /ForPass.php, injecting malicious SQL syntax into the txtUserName parameter. Because the application trusts and directly executes the unsanitized input within its database query context, the database engine interprets the malicious payload as executable SQL commands.\nDepending on the injected payload, the behavior may alter the logical structure of the query, allowing attackers to bypass authentication checks, extract sensitive database contents such as user credentials and personal identifiable information, or potentially execute administrative operations against the database.\nThe affected component is the password recovery functionality implemented in version 1.0 of the code-projects Online Job Portal System. Post-exploitation impact includes full database compromise, data leakage, and potential lateral movement if database privileges are overly permissive."
}