Cyber Resilience

CVE-2025-1593

Medium

Published: 23 February 2025

Published
23 February 2025
Modified
28 February 2025
KEV Added
Patch
CVSS Score v4 5.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0003 8.8th percentile
Risk Priority 10 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1593 is a medium-severity Improper Access Control (CWE-284) vulnerability in Mayurik Best Employee Management System. Its CVSS base score is 5.1 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 8.8th 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 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-1593 is a vulnerability classified as critical in SourceCodester Best Employee Management System 1.0, affecting an unknown part of the file /_hr_soft/assets/uploadImage/Profile/ within the Profile Picture Handler component. It enables unrestricted upload through manipulation, remotely exploitable, with a CVSS v3.1 base score of 4.7 (AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L). The issue maps to CWE-284 (Improper Access Control) and CWE-434 (Unrestricted Upload of File with Dangerous Type).

Attackers require high privileges (PR:H) to exploit this remotely over the network with low complexity and no user interaction. Successful exploitation results in low impacts to confidentiality, integrity, and availability, potentially allowing unauthorized file uploads that could lead to further compromise depending on the uploaded content.

Advisories and additional details are available via VulDB at https://vuldb.com/?ctiid.296577, https://vuldb.com/?id.296577, and https://vuldb.com/?submit.505212, along with the vendor site at https://www.sourcecodester.com/.

EU & UK References

Vulnerability details

A vulnerability classified as critical has been found in SourceCodester Best Employee Management System 1.0. This affects an unknown part of the file /_hr_soft/assets/uploadImage/Profile/ of the component Profile Picture Handler. The manipulation leads to unrestricted upload. It is possible to…

more

initiate the attack remotely.

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.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

Unrestricted file upload in a web app directly enables web shell deployment (T1505.003) and exploitation of public-facing application (T1190).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-0802Same product: Mayurik Best Employee Management System
CVE-2025-2046Same product: Mayurik Best Employee Management System
CVE-2025-1606Same product: Mayurik Best Employee Management System
CVE-2025-1598Same vendor: Mayurik
CVE-2024-13144Shared CWE-284, CWE-434
CVE-2025-1871Same vendor: Mayurik
CVE-2025-8255Shared CWE-284, CWE-434
CVE-2025-2219Shared CWE-284, CWE-434
CVE-2025-7413Shared CWE-284, CWE-434
CVE-2025-0341Shared CWE-284, CWE-434

Affected Assets

mayurik
best employee management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents unrestricted upload of dangerous files in the Profile Picture Handler by validating file types, sizes, and content at the input interface.

prevent

Enforces approved access authorizations to address CWE-284 improper access control in the privileged Profile Picture Handler component.

preventdetect

Scans uploaded files for malicious code at system entry points, mitigating exploitation of unrestricted uploads of dangerous types per CWE-434.

References