CVE-2025-0402
Published: 13 January 2025
Description
A vulnerability classified as critical was found in 1902756969 reggie 1.0. Affected by this vulnerability is the function upload of the file src/main/java/com/itheima/reggie/controller/CommonController.java. The manipulation of the argument file leads to unrestricted upload. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.
Security Summary
CVE-2025-0402 is a critical vulnerability in reggie version 1.0, a Java-based project hosted under the GitHub user 1902756969. The issue resides in the upload function within the file src/main/java/com/itheima/reggie/controller/CommonController.java, where manipulation of the file argument enables unrestricted file upload. Classified under CWE-284 (Improper Access Control) and CWE-434 (Unrestricted Upload of File with Dangerous Type), it carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and was published on 2025-01-13.
The vulnerability is remotely exploitable with low complexity and no user interaction required, but it necessitates low privileges (PR:L) such as an authenticated user account. Attackers can achieve low-level impacts on confidentiality, integrity, and availability by uploading arbitrary files, potentially leading to further compromise depending on the application's context and server configuration.
Advisories referenced in GitHub issue #2 (https://github.com/1902756969/reggie/issues/2) and VulDB entries (e.g., https://vuldb.com/?id.291277) provide additional details on the vulnerability. No specific patches or mitigation steps are detailed in the core description, though the public disclosure of the exploit underscores the need for immediate review and updates.
The exploit has been disclosed to the public and may be used, increasing the risk for deployments of the affected reggie 1.0 component.
Details
- CWE(s)