First published: Tue Dec 05 2023(Updated: )
JFinalCMS v5.0.0 was discovered to contain a Cross-Site Request Forgery (CSRF) vulnerability via admin/nav/delete.
Credit: cve@mitre.org cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
maven/com.jfinal:jfinal | <=5.0.0 | |
JFinalCMS | =5.0.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2023-49448 is high, with a CVSS score of 8.8.
The CSRF vulnerability in JFinalCMS v5.0.0 allows an attacker to perform unauthorized actions on behalf of a victim user by tricking them into clicking a malicious link or visiting a malicious webpage.
The affected software for CVE-2023-49448 is JFinalCMS v5.0.0.
To fix the CSRF vulnerability in JFinalCMS v5.0.0, it is recommended to implement proper CSRF protection mechanisms, such as adding unique tokens to forms or using anti-CSRF libraries/frameworks.
More information about the CSRF vulnerability in JFinalCMS v5.0.0 can be found at the following reference: [CSRF exists at the deletion point of navigation management](https://github.com/ysuzhangbin/cms/blob/main/CSRF%20exists%20at%20the%20deletion%20point%20of%20navigation%20management.md).