CVE-2025-13565
Published: 23 November 2025
Summary
CVE-2025-13565 is a medium-severity Weak Password Recovery Mechanism for Forgotten Password (CWE-640) vulnerability in Warren-Daloyan Inventory Management System. Its CVSS base score is 5.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Valid Accounts (T1078); ranked at the 32.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 AC-14 (Permitted Actions Without Identification or Authentication) and IA-5 (Authenticator Management).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
IA-5 mandates secure management of authenticators, including robust password recovery mechanisms to prevent weaknesses like CWE-640 in resetPassword.php.
SI-2 requires timely identification, reporting, and correction of system flaws such as the weak password recovery vulnerability in this CVE.
AC-14 limits permitted actions without identification or authentication, preventing unauthenticated remote manipulation of the password reset function.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated password reset vulnerability in public-facing web application enables exploitation of public-facing application (T1190), unsecured credentials via weak recovery (T1552 as noted in advisory), and subsequent use of valid accounts (T1078) through account takeover.
NVD Description
A weakness has been identified in SourceCodester Inventory Management System 1.0. The affected element is an unknown function of the file /model/user/resetPassword.php. Executing manipulation can lead to weak password recovery. The attack may be performed from remote. The exploit has…
more
been made available to the public and could be exploited.
Deeper analysisAI
CVE-2025-13565 is a vulnerability in SourceCodester Inventory Management System 1.0, affecting an unknown function in the file /model/user/resetPassword.php. Published on 2025-11-23, it involves a weakness classified under CWE-640 that enables weak password recovery mechanisms through remote manipulation.
The vulnerability has a CVSS v3.1 base score of 5.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N), meaning unauthenticated attackers can exploit it over the network with low complexity and no user interaction required. Exploitation allows remote manipulation leading to weak password recovery, with an impact limited to integrity.
Advisories from VulDB (ctiid.333329, id.333329, submit.697984) and a Notion page detail the unauthenticated password reset issue, while the vendor site is sourcecodester.com. No specific patch or mitigation details are provided in the references.
The exploit has been made publicly available and could be exploited.
Details
- CWE(s)