CVE-2007-4956
published 2007-09-18CVE-2007-4956: Multiple SQL injection vulnerabilities in KwsPHP 1.0 allow remote attackers to execute arbitrary SQL commands via (1) the pseudo parameter to login.php, (2)…
PriorityP343high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
3.53%
87.8th percentile
Multiple SQL injection vulnerabilities in KwsPHP 1.0 allow remote attackers to execute arbitrary SQL commands via (1) the pseudo parameter to login.php, (2) the id parameter to index.php in a carnet editer action in the Member_Space (espace_membre) module, or (3) the typenav parameter to index.php in a browser aff action in the stats module.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| kwsphp | kwsphp | — | — |
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.
GHSA
GHSA-26wg-qj4f-57xc: SQL injection vulnerability in index
ghsa_unreviewed·2022-05-01·CVSS 7.5
CVE-2007-4979 [HIGH] CWE-89 GHSA-26wg-qj4f-57xc: SQL injection vulnerability in index
SQL injection vulnerability in index.php in the sondages module in KwsPHP 1.0 allows remote attackers to execute arbitrary SQL commands via the id parameter in a results action, a different module than CVE-2007-4956.2.
GHSA
GHSA-f8pg-vjq9-5m7p: Multiple SQL injection vulnerabilities in KwsPHP 1
ghsa_unreviewed·2022-05-01
CVE-2007-4956 [HIGH] CWE-89 GHSA-f8pg-vjq9-5m7p: Multiple SQL injection vulnerabilities in KwsPHP 1
Multiple SQL injection vulnerabilities in KwsPHP 1.0 allow remote attackers to execute arbitrary SQL commands via (1) the pseudo parameter to login.php, (2) the id parameter to index.php in a carnet editer action in the Member_Space (espace_membre) module, or (3) the typenav parameter to index.php in a browser aff action in the stats module.
No detection rules found.
Exploit-DB
KwsPHP 1.0 Member_Space Module - SQL Injection
exploitdb·2007-09-15
CVE-2007-4956 KwsPHP 1.0 Member_Space Module - SQL Injection
KwsPHP 1.0 Member_Space Module - SQL Injection
---
#!/usr/bin/perl
use LWP::UserAgent;
use HTTP::Cookies;
$host = $ARGV[0];
$User = $ARGV[1];
$passwd = $ARGV[2];
$url = "http://".$host;
$port = "80";
print q(
################################################################
# Script....................: KwsPHP v1.0 Member_Space Module #
# Script Site...............: http://kws.koogar.org/ #
# Vulnerability.............: Remote SQL injection Exploit #
# Access....................: Remote #
# level.....................: Dangerous #
# Author....................: S4mi #
# Contact...................: S4mi[at]LinuxMail.org #
# This Exploit Work Only When magic_quotes_gpc Is OFF #
################### (C)oded By S4mi ############################
);
if (@ARGV new() or die;
$cookie_jar = HTTP
Exploit-DB
KwsPHP 1.0 - 'login.php' SQL Injection
exploitdb·2007-09-15
CVE-2007-4956 KwsPHP 1.0 - 'login.php' SQL Injection
KwsPHP 1.0 - 'login.php' SQL Injection
---
###################################################
# Script..........................: KwsPHP ver 1.0
# Script Site..................: http://kws.koogar.org/
# Vulnerability...............: login.php Remote SQL injection Exploit
# Access.........................: Remote
# level.............................: Dangerous
# Author..........................: S4mi
# Contact.........................: S4mi[at]LinuxMail.org
####################################################
#Special Greetz to : Simo64, DrackaNz, Coder212, Iss4m, HarDose, E.chark, r0_0t, ddx39
#
####################################################
# This Exploit work Only When magic_quotes_gpc Is OFF
#
#Usage : C:\Xploit.pl 127.0.0.1 /KswPHP/ admin
#Result Screen Shot :
#+**************
Exploit-DB
KwsPHP 1.0 stats Module - SQL Injection
exploitdb·2007-09-15
CVE-2007-4956 KwsPHP 1.0 stats Module - SQL Injection
KwsPHP 1.0 stats Module - SQL Injection
---
###################################################
# Script..........................: KwsPHP ver 1.0 stats Module
# Script Site..................: http://kws.koogar.org/
# Vulnerability...............: Remote SQL injection Exploit
# Access.........................: Remote
# level.............................: Dangerous
# Author..........................: S4mi
# Contact.........................: S4mi[at]LinuxMail.org
####################################################
#Special Greetz to : Simo64, DrackaNz, Coder212, Iss4m, HarDose, E.chark, r0_0t, ddx39
#
####################################################
# This Exploit Work Only When magic_quotes_gpc Is OFF
#
#Usage : C:\Xploit.pl 127.0.0.1 /KswPHP/ admin
#Result Screen Shot :
#+**********
No writeups or analysis indexed.
http://koogar.alorys-hebergement.com/kwsphp/index.php?mod=news&ac=commentaires&id=29http://osvdb.org/37180http://osvdb.org/37182http://secunia.com/advisories/26850http://www.securityfocus.com/bid/25679https://exchange.xforce.ibmcloud.com/vulnerabilities/36634https://exchange.xforce.ibmcloud.com/vulnerabilities/36635https://exchange.xforce.ibmcloud.com/vulnerabilities/36636https://www.exploit-db.com/exploits/4412https://www.exploit-db.com/exploits/4413https://www.exploit-db.com/exploits/4414http://koogar.alorys-hebergement.com/kwsphp/index.php?mod=news&ac=commentaires&id=29http://osvdb.org/37180http://osvdb.org/37182http://secunia.com/advisories/26850http://www.securityfocus.com/bid/25679https://exchange.xforce.ibmcloud.com/vulnerabilities/36634https://exchange.xforce.ibmcloud.com/vulnerabilities/36635https://exchange.xforce.ibmcloud.com/vulnerabilities/36636https://www.exploit-db.com/exploits/4412https://www.exploit-db.com/exploits/4413https://www.exploit-db.com/exploits/4414
2007-09-18
Published