Lucene search
+L

176 matches found

Exploit DB
Exploit DB
added 2009/01/06 12:0 a.m.31 views

PlaySms 0.9.3 - Multiple Local/Remote File Inclusions

==:RFI/LFI:== ===================== script:playsms 0.9.3 ========================================================================== download from:http://downloads.sourceforge.net/playsms/playsms-0.9.3.tar.gz?modtime=1211284086&bigmirror=0...

7.4AI score
Exploits0
securityvulns
securityvulns
added 2006/02/13 12:0 a.m.38 views

[Full-disclosure] XSS in PlaySMS

I Found an XSS Vulnerability in PlaySmS Site: playsms.sourceforge.net PoC: www.target.com/playsms/index.php?err=scriptalertdocument.cookie;/script Salam http://mohajali.lezr.org -- ®.....Now I Am Become Death....The Destroyer Of Worlds....©...

6.2AI score
Exploits0
Packet Storm
Packet Storm
added 2005/12/27 12:0 a.m.22 views

playsmsXSS.txt

I Found an XsS vulnerability in the playsms script.... website: playsms.sourceforge.net POC: www.target.com/playsms/index.php?err=XSShere r.....Now I Am Become Death....The Destroyer Of Worlds....c...

Exploits0
CVE
CVE
added 2005/12/21 12:0 a.m.51 views

CVE-2005-4432

CVE-2005-4432 reflects an XSS vulnerability in PlaySMS 0.8, where index.php is vulnerable to script/HTML injection via the err parameter. Affected component: index.php (PlaySMS 0.8). Underlying cause: improper handling of the err parameter enables arbitrary script execution in the victim’s browse...

4.3CVSS6AI score0.0199EPSS
Exploits0References7Affected Software1
Cvelist
Cvelist
added 2005/12/21 12:0 a.m.21 views

CVE-2005-4432

Cross-site scripting XSS vulnerability in index.php in PlaySMS 0.8 allows remote attackers to inject arbitrary web script or HTML via the err parameter...

5.7AI score0.0199EPSS
Exploits0References7
exploitpack
exploitpack
added 2005/12/19 12:0 a.m.17 views

PlaySms 0.8 - index.php Cross-Site Scripting

PlaySms 0.8 - index.php Cross-Site Scripting source: https://www.securityfocus.com/bid/15928/info PlaySmS is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input. An attacker may leverage this issue to have...

6.8AI score
Exploits0
Exploit DB
Exploit DB
added 2005/12/19 12:0 a.m.27 views

PlaySms 0.8 - 'index.php' Cross-Site Scripting

source: https://www.securityfocus.com/bid/15928/info PlaySmS is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input. An attacker may leverage this issue to have arbitrary script code executed in the browser of a...

7.4AI score
Exploits0
securityvulns
securityvulns
added 2005/12/18 12:0 a.m.36 views

[Full-disclosure] XSS Vuln in PlaySmS

I Found an XsS vulnerability in the playsms script.... website: playsms.sourceforge.net POC: www.target.com/playsms/index.php?err=XSShere ®.....Now I Am Become Death....The Destroyer Of Worlds....©...

0.8AI score
Exploits0
OpenVAS
OpenVAS
added 2005/11/03 12:0 a.m.18 views

PlaySMS Cookie SQL Injection

PlaySMS is a full-featured SMS gateway application that features sending of single or broadcast SMSes, the ability to receive and forward SMSes, an SMS board, an SMS polling system, SMS customs for handling incoming SMSes and forwarding them to custom applications, and SMS commands for...

7.5CVSS6.8AI score0.01353EPSS
Exploits1References5
Cvelist
Cvelist
added 2005/07/19 4:0 a.m.21 views

CVE-2004-2263

SQL injection vulnerability in the valid function in frleft.php in PlaySMS 0.7 and earlier allows remote attackers to modify SQL statements via the vc2 cookie...

7.6AI score0.01353EPSS
Exploits1References6
CVE
CVE
added 2005/07/19 4:0 a.m.46 views

CVE-2004-2263

CVE-2004-2263 describes a SQL injection vulnerability in the valid function of the PlaySMS project (fr_left.php) up to version 0.7, exploitable by tampering with the vc2 cookie to modify SQL statements. The CVSS base score is 7.5 (HIGH) with network access, low attack complexity, and no authentic...

7.5CVSS7.6AI score0.01353EPSS
Exploits1References6Affected Software1
NVD
NVD
added 2004/12/31 5:0 a.m.14 views

CVE-2004-2263

SQL injection vulnerability in the valid function in frleft.php in PlaySMS 0.7 and earlier allows remote attackers to modify SQL statements via the vc2 cookie...

7.5CVSS7.6AI score0.01353EPSS
Exploits1References6
securityvulns
securityvulns
added 2004/08/19 12:0 a.m.64 views

[UNIX] PlaySMS SQL Injection via Cookie

The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com - - promotion The SecuriTeam alerts list - Free, Accurate, Independent. Get your security news from a reliable source...

0.2AI score
Exploits0
exploitpack
exploitpack
added 2004/08/19 12:0 a.m.13 views

PlaySms 0.7 - SQL Injection

PlaySms 0.7 - SQL Injection !/usr/bin/perl PlaySMS version 0.7 and prior SQL Injection PoC Written by Noam Rathaus of Beyond Security Ltd. use IO::Socket; use strict; my $host = $ARGV0; my $remote = IO::Socket::INET-new Proto = "tcp", PeerAddr = $host, PeerPort = "80" ; unless $remote die "cannot...

0.3AI score
Exploits0
0day.today
0day.today
added 2004/08/19 12:0 a.m.54 views

PlaySMS <= 0.7 SQL Injection Exploit

Exploit for linux platform in category remote exploits ==================================== PlaySMS new Proto = "tcp", PeerAddr = $host, PeerPort = "80" ; unless $remote die "cannot connect to http daemon on $host" print "connected "; $remote-autoflush1; my $http = "GET /playsms/frleft.php HTTP/1...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2004/08/19 12:0 a.m.44 views

PlaySms 0.7 - SQL Injection

!/usr/bin/perl PlaySMS version 0.7 and prior SQL Injection PoC Written by Noam Rathaus of Beyond Security Ltd. use IO::Socket; use strict; my $host = $ARGV0; my $remote = IO::Socket::INET-new Proto = "tcp", PeerAddr = $host, PeerPort = "80" ; unless $remote die "cannot connect to http daemon on...

7.4AI score
Exploits0
Rows per page
Query Builder