CVE-2026-38567 Details
Description
HireFlow v1.2 is vulnerable to SQL injection in the /login and /search endpoints. User-supplied input is concatenated directly into SQL queries without parameterization. An unauthenticated attacker can bypass authentication by supplying a crafted username (e.g. admin'--) or extract the full contents of the database including user credentials via UNION-based injection at the /search endpoint.
A SQL injection vulnerability has been identified in HireFlow version 1.2, specifically within the '/login' and '/search' endpoints. The issue arises because user input is directly concatenated into SQL queries without proper parameterization. This flaw allows an unauthenticated attacker to bypass authentication by sending a crafted username, such as 'admin' followed by a comment delimiter. Additionally, the vulnerability can be exploited to extract the entire database, including user credentials, through UNION-based injection at the '/search' endpoint.
The vulnerability has been patched in version 1.3. Users are advised to update to this version. For future development, replace all raw string concatenation in SQL queries with parameterized queries or prepared statements. Alternatively, use an Object-Relational Mapping (ORM) tool like SQLAlchemy, which automatically handles query parameterization.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 11, 2026CISA-ADP
Assessed May 12, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/hijackedamygdala/CVE-Disclosures/tree/main/HireFlow/CVE-2026-38567 | CISA-ADP | ExploitTechnical Description |
| https://github.com/hijackedamygdala/CVE-Disclosures/tree/main/HireFlow/CVE-2026-38567 | [email protected] | ExploitTechnical Description |
| https://github.com/StratonWebDesigners/HireFlow | [email protected] | ProductSource CodeVendor |
| https://www.sourcecodester.com/python/18688/hireflow-%E2%80%93-complete-interview-management-system.html | [email protected] | Product |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| StratonWebDesigners HireFlow | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 12, 2026 | CVE Modified | CISA-ADP |
| May 11, 2026 | New CVE Received | [email protected] |
Volerion