Cyber Resilience

CVE-2026-37347

Critical

Published: 16 April 2026

Published
16 April 2026
Modified
17 April 2026
KEV Added
Patch
CVSS Score v3.1 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0032 23.7th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-37347 is a critical-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 9.1 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 23.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-37347 is a SQL injection vulnerability (CWE-89) in SourceCodester Payroll Management and Information System version 1.0, specifically within the file /payroll/view_employee.php. Published on 2026-04-16, it carries a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N), classifying it as critical due to its potential for high-impact data exposure and manipulation.

The vulnerability can be exploited by any unauthenticated attacker over the network with low attack complexity and no user interaction required. Successful exploitation grants high confidentiality and integrity impacts, allowing attackers to inject malicious SQL queries to extract sensitive payroll data, modify records, or potentially escalate to broader database compromise.

A detailed report on the vulnerability, including potential mitigation guidance, is available in the referenced advisory at https://github.com/mt-0505/cve-report/blob/main/sourcecodester/payroll-management-and-information-system/SQL-2.md.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

SourceCodester Payroll Management and Information System v1.0 is vulnerable to SQL Injection in the file /payroll/view_employee.php.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
T1565.001 Stored Data Manipulation Impact
Adversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
Why these techniques?

SQL injection in public-facing web app directly enables T1190 for remote exploitation; facilitates database data collection (T1213.006) and stored data modification (T1565.001) via malicious queries.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-13379Shared CWE-89
CVE-2026-48231Shared CWE-89
CVE-2026-30881Shared CWE-89
CVE-2026-27743Shared CWE-89
CVE-2026-40836Shared CWE-89
CVE-2025-26136Shared CWE-89
CVE-2025-22210Shared CWE-89
CVE-2026-30534Shared CWE-89
CVE-2019-25713Shared CWE-89
CVE-2026-39319Shared CWE-89

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection in /payroll/view_employee.php by requiring validation and sanitization of user inputs before database query construction.

prevent

Mandates timely identification, reporting, and correction of the specific SQL injection flaw documented in this CVE.

prevent

Limits the impact of successful SQL injection exploitation by enforcing least privilege on the application's database account, reducing confidentiality and integrity damage to payroll data.

References