Lucene search
K

19 matches found

NVD
NVD
added 2026/03/13 7:54 p.m.0 views

CVE-2026-22201

wpDiscuz before 7.6.47 contains an IP spoofing vulnerability in the getIP function that allows attackers to bypass IP-based rate limiting and ban enforcement by trusting untrusted HTTP headers. Attackers can set HTTPCLIENTIP or HTTPXFORWARDEDFOR headers to spoof their IP address and circumvent...

6.9CVSS0.00021EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/03/13 1:18 a.m.22 views

CVE-2026-22201 wpDiscuz before 7.6.47 - IP Address Spoofing in getIP()

wpDiscuz before 7.6.47 contains an IP spoofing vulnerability in the getIP function that allows attackers to bypass IP-based rate limiting and ban enforcement by trusting untrusted HTTP headers. Attackers can set HTTPCLIENTIP or HTTPXFORWARDEDFOR headers to spoof their IP address and circumvent...

6.9CVSS0.00021EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2026/03/13 1:18 a.m.0 views

CVE-2026-22201 wpDiscuz before 7.6.47 - IP Address Spoofing in getIP()

wpDiscuz before 7.6.47 contains an IP spoofing vulnerability in the getIP function that allows attackers to bypass IP-based rate limiting and ban enforcement by trusting untrusted HTTP headers. Attackers can set HTTPCLIENTIP or HTTPXFORWARDEDFOR headers to spoof their IP address and circumvent...

6.9CVSS5.8AI score0.00021EPSS
Exploits0References3
Veracode
Veracode
added 2021/07/28 4:44 a.m.21 views

Authorization Bypass

nilsteampassnet/teampass is vulnerable to authorization bypass. Sending an X-Forwarded-For client HTTP header to the getIp function allows any users with a valid API token to bypass IP address whitelist restrictions...

7.5CVSS3AI score0.00812EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2021/04/29 4:15 p.m.14 views

Sql injection

SQL injection in the getip function in conn/function.php in ??100-???????? 1.1 allows remote attackers to inject arbitrary SQL commands via the X-Forwarded-For header to admin/productadd.php...

6.5CVSS7.5AI score0.00506EPSS
Exploits1References1Affected Software1
Cvelist
Cvelist
added 2021/04/29 3:12 p.m.11 views

CVE-2021-29350

SQL injection in the getip function in conn/function.php in 发货100-设计素材下载系统 1.1 allows remote attackers to inject arbitrary SQL commands via the X-Forwarded-For header to admin/productadd.php...

7.7AI score0.00506EPSS
Exploits1References1
CVE
CVE
added 2021/04/29 3:12 p.m.41 views

CVE-2021-29350

CVE-2021-29350 affects 发货100-设计素材下载系统 1.1. The SQL injection is in the getip function of conn/function.php, exploitable via the X-Forwarded-For header to admin/product_add.php. Several connected sources confirm the vulnerable endpoint and function. PTSecurity notes no available fix and suggests m...

7.2CVSS7.5AI score0.00506EPSS
Exploits1References1Affected Software1
CNNVD
CNNVD
added 2021/04/29 12:0 a.m.1 views

发货100-设计素材下载系统 SQL注入漏洞

Shipping 100 - Design Material Download System is a software application. It provides a function to download materials. Shipment 100-Design Material Download System 1.1 SQL injection vulnerability exists, the vulnerability stems from SQL injection in the getip function in conn function.php...

7.2CVSS7.3AI score0.00506EPSS
Exploits1References2
CNVD
CNVD
added 2017/03/13 12:0 a.m.1 views

SQL injection vulnerability in getip function of mallbuilder foreground convertip.php file

MallBuilder is a multi-user online shopping mall solution system based on PHP+MYSQL. The mallbuilder front-end getip function suffers from a SQL injection vulnerability, which can be exploited by attackers to obtain sensitive database information...

7.9AI score
Exploits0
CNVD
CNVD
added 2015/09/17 12:0 a.m.1 views

WordPress WP Limit Login Attempts Plugin SQL Injection Vulnerability

WordPress is the WordPress Software Foundation of a set of PHP language development of blogging platform, the platform supports PHP and MySQL server set up a personal blog site.WP Limit Login Attempts is one of the login protection mechanism allowing bloggers to limit the number of times you can...

7.5CVSS8.4AI score0.00498EPSS
Exploits1References1
Cvelist
Cvelist
added 2015/09/16 2:0 p.m.14 views

CVE-2015-6829

Multiple SQL injection vulnerabilities in the getip function in wp-limit-login-attempts.php in the WP Limit Login Attempts plugin before 2.0.1 for WordPress allow remote attackers to execute arbitrary SQL commands via the 1 X-Forwarded-For or 2 Client-IP HTTP header...

8.6AI score0.00498EPSS
Exploits1References5
seebug.org
seebug.org
added 2014/10/30 12:0 a.m.25 views

PHPMyWind一处注入(鸡肋)

简要描述: sql注射。 详细说明: include\common.func.php: function GetIP static $ip = NULL; if$ip !== NULL return $ip; ifisset$SERVER'HTTPXFORWARDEDFOR' $arr = explode',', $SERVER'HTTPXFORWARDEDFOR'; $pos = arraysearch'unknown',$arr; iffalse !== $pos unset$arr$pos; $ip = trim$arr0; else...

7AI score
Exploits0
seebug.org
seebug.org
added 2014/04/19 12:0 a.m.24 views

方维团购getshell和注射

简要描述: 。。。 详细说明: saveavatar.php: $REQUEST'm'="UcModify"; $REQUEST'a'="saveavatar"; include ROOTPATH."app/source/index.php"; //进去看看 app/source/index.php: ....沈略....... $ma = strtolower$REQUEST'm'.''.$REQUEST'a'; switch$ma case 'ucmodifysaveavatar': require...

7AI score
Exploits0
seebug.org
seebug.org
added 2014/02/18 12:0 a.m.16 views

程氏舞曲CMS储存型xss可跨管理员

简要描述: .... 详细说明: 还是那个获取ip的函数,既然可以伪造ip那么坑定可以插入js了。 function GetIP if getenv"HTTPCLIENTIP" && strcasecmpgetenv"HTTPCLIENTIP", "unknown" $ip = getenv"HTTPCLIENTIP"; else if getenv"HTTPXFORWARDEDFOR" && strcasecmpgetenv"HTTPXFORWARDEDFOR", "unknown" $ip = getenv"HTTPXFORWARDEDFOR"; else if...

7.1AI score
Exploits0
myhack58
myhack58
added 2012/08/31 12:0 a.m.30 views

BlueCMS - PHP local portal system 0day large collection of-vulnerability warning-the black bar safety net

Bluecms is from a company tutorial to see the cms, and then thought, since there, used to do tutorials, I'll dig this set of cms vulnerabilities, I did not dig deep end, also failed to adhere to the code to see finished. It has been found that a lot of problems. Can actually get a shell on it. !...

0.4AI score
Exploits0
myhack58
myhack58
added 2011/05/03 12:0 a.m.13 views

BeeSns Twitter V0. 2 0day-vulnerability warning-the black bar safety net

BeeSns Twitter V0. 2 0day Document classification: script Defense/web apps Published time: 2011-4-27 1 0:5 6:1 8 Vulnerability added: sub-meter|attention1 2 0 Station search: BeeSns Twitter V0. 2 0day BeeSns Twitter V0. 2 0day full Publishing author: sub-meter Affected versions: BeeSns V0. 2...

8.6AI score
Exploits0
Tenable Nessus
Tenable Nessus
added 2011/01/14 12:0 a.m.17 views

Piwik < 1.1.0 Multiple Vulnerabilities

Binary data 5743.prm...

6.4CVSS7.3AI score0.0119EPSS
Exploits0References11
NVD
NVD
added 2011/01/10 8:0 p.m.12 views

CVE-2011-0398

The PiwikCommon::getIP function in Piwik before 1.1 does not properly determine the client IP address, which allows remote attackers to bypass intended geolocation and logging functionality via 1 use of a private aka RFC 1918 address behind a proxy server or 2 spoofing of the X-Forwarded-For HTTP...

6.4CVSS6.7AI score0.00262EPSS
Exploits0References5
myhack58
myhack58
added 2010/09/15 12:0 a.m.11 views

BlueCMS getip()injection vulnerability-vulnerability warning-the black bar safety net

, Description,BlueCMS is a place to classified information portal dedicated CMS system. Procedures in using the getipfunction to get the Client ip when not strictly filter the data, resulting in sql injection vulnerability. Second, the analysis //comment.php $sql = "INSERT INTO ". table'comment'....

0.3AI score
Exploits0
Rows per page
Query Builder