Lucene search
K

23 matches found

Gitee
Gitee
added 2025/09/14 5:0 p.m.77 views

Exploit for CVE-2021-4483

It is an offensive tool for PHP The repository contains a collection of PHP code snippets and functions for auditing and exploiting vulnerabilities, including a proof-of-concept exploit for CVE-2021-4483, an exploit module for targeting PHP applications, and a toolkit for auditing PHP code. The...

7.9AI score
Exploits0
Huntr
Huntr
added 2022/11/20 3:54 p.m.41 views

Stored XSS - XSS in RSS link href attribute

📜 Description Cross-site scripting XSS is a type of security vulnerability that can be found in some web applications. XSS attacks enable attackers to inject client-side scripts into web pages viewed by other users. The persistent or stored XSS vulnerability is a more devastating variant of a...

0.6AI score
Exploits0References1
myhack58
myhack58
added 2017/01/27 12:0 a.m.28 views

PHP study notes and security vulnerabilities-vulnerability warning-the black bar safety net

System variables $POST // get the post data is a dictionary $GET // get get data, is a dictionary The error control operator PHP supports one error control operator:@the. When it is placed in a PHP expression, the expression may produce any error information is ignored. Variable default value Whe...

0.2AI score
Exploits0
seebug.org
seebug.org
added 2016/12/27 12:0 a.m.40 views

Mastery oa 2015 \inc\common.inc.php approve_finish function injection vulnerability

Recently made public measured when encountered on a system, The 2015 version of the latest update date: 2016-07-22 Injection the analysis \inc\common.inc.php ? php function SecureRequest&$var if isarray$var foreach $var as $k = $v $var$k = securerequest$v; else if 0 strlen$var &&...

6.9AI score
Exploits0
myhack58
myhack58
added 2016/04/13 12:0 a.m.19 views

PHP Utility Belt remote code execution vulnerability verification and analysis-vulnerability warning-the black bar safety net

! PHP Utility Belt is a tool for PHP application developers use a set of tools that can be used to test regular expressions and observed with pregmatch and pregmatchall function to match the observed pregreplate the result of the function; contains two words, two numbers with a capital letter and...

1.5AI score
Exploits0
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.9 views

phpMDJ <= 1.0.3 (id_animateur) Blind SQL Injection Exploit

No description provided by source. --+++=========================================================+++-- --+++====== phpMDJ = 1.0.3 Blind SQL Injection Exploit ======+++-- --+++=========================================================+++-- ?php function query $usr, $chr, $pos $query = x' OR...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.16 views

PHP-Nuke 7.x Block-Old_Articles.PHP SQL Injection Vulnerability

No description provided by source. source: http://www.securityfocus.com/bid/22037/info PHP-Nuke is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. Exploiting this issue could allow an attacker to compromise the...

7.1AI score
Exploits0
Packet Storm
Packet Storm
added 2012/08/05 12:0 a.m.37 views

Dir2web3 3.0 SQL Injection / Information Disclosure

Title: ====== Dir2web3 Multiple Vulnerabilities Date: ===== 05/08/2012 Author: ======= Daniel Correa http://www.sinfocol.org/ Vulnerable software: ==================== Dir2web v3.0 http://www.dir2web.it/ CVE: ==== CVE-2012-4069 CVE-2012-4070 Details: ======== There are two vulnerabilities...

7.5CVSS6.6AI score0.00617EPSS
Exploits2
securityvulns
securityvulns
added 2012/04/02 12:0 a.m.46 views

PHP 5.4/5.3 deprecated eregi&#40;&#41; memory_limit bypass

PHP 5.4/5.3 deprecated eregi memorylimit bypass Author: Maksymilian Arciemowicz Website: http://cxsecurity.com/ Date: 30.03.2012 Original link: http://cxsecurity.com/issue/WLB-2012030272 PoC's: memorylimit poc http://cxsecurity.com/issue/WLB-2012030271 openbasedir poc...

7.4AI score
Exploits0
Prion
Prion
added 2010/06/08 12:30 a.m.16 views

Memory corruption

The 1 parsestr, 2 pregmatch, 3 unpack, and 4 pack functions; the 5 ZENDFETCHRW, 6 ZENDCONCAT, and 7 ZENDASSIGNCONCAT opcodes; and the 8 ArrayObject::uasort method in PHP 5.2 through 5.2.13 and 5.3 through 5.3.2 allow context-dependent attackers to obtain sensitive information memory contents or...

6.4CVSS6.7AI score0.01257EPSS
Exploits3References11Affected Software1
Cvelist
Cvelist
added 2010/06/07 8:0 p.m.25 views

CVE-2010-2191

The 1 parsestr, 2 pregmatch, 3 unpack, and 4 pack functions; the 5 ZENDFETCHRW, 6 ZENDCONCAT, and 7 ZENDASSIGNCONCAT opcodes; and the 8 ArrayObject::uasort method in PHP 5.2 through 5.2.13 and 5.3 through 5.3.2 allow context-dependent attackers to obtain sensitive information memory contents or...

9.4AI score0.01257EPSS
Exploits3References11
CVE
CVE
added 2009/10/27 4:0 p.m.46 views

CVE-2009-3815

CVE-2009-3815 affects RunCMS 2M1. When run with certain error_reporting levels, remote attackers can access sensitive information via the op[] parameter to modules/contact/index.php or the uid[] parameter to userinfo.php, causing an error message to leak the installation path through preg_match. ...

5CVSS6.2AI score0.0025EPSS
Exploits1References1Affected Software1
seebug.org
seebug.org
added 2009/09/30 12:0 a.m.29 views

PHP preg_match()函数信息泄露漏洞

PHP是广泛使用的通用目的脚本语言,特别适合于Web开发,可嵌入到HTML中。 PHP所使用的pregmatch函数从用户输入字符串获得参数,如果所传送的值为数组而不是字符串就会生成警告,警告消息中包含有当前运行脚本的完整路径。 PHP = 5.3 临时解决方法: ?PHP ifisset$GET'page' if isarray$page = $GET'page' $casted = string$page; else $page = htmlspecialchars$GET'page',ENTQUOTES,'UTF-8'; validatealpha$page; function...

7.1AI score
Exploits0
securityvulns
securityvulns
added 2009/09/28 12:0 a.m.194 views

[MajorSecurity Advisory #57]PHP &lt;=5.3 - preg_match&#40;&#41; full path disclosure

MajorSecurity Advisory 57PHP =5.3 - pregmatch full path disclosure Details ======= Product: PHP =5.3 Security-Risk: moderated Remote-Exploit: yes Vendor-URL: http://www.php.net/ Vendor-Status: informed Advisory-Status: published Credits ============ Discovered by: David Vieira-Kurz...

6.9AI score
Exploits0
exploitpack
exploitpack
added 2009/09/27 12:0 a.m.27 views

PHP 5.3 - preg_match() Full Path Disclosure

PHP 5.3 - pregmatch Full Path Disclosure MajorSecurity Advisory 57PHP =5.3 - pregmatch full path disclosure Details ======= Product: PHP =5.3 Security-Risk: moderated Remote-Exploit: yes Vendor-URL: http://www.php.net/ Vendor-Status: informed Advisory-Status: published Credits ============...

7.4AI score
Exploits0
seebug.org
seebug.org
added 2009/05/12 12:0 a.m.32 views

Discuz! &lt; 5.50论坛preg_match()函数未初始化$onlineipmatches变量漏洞

Discuz!是一款华人地区非常流行的Web论坛程序。 在Discuz!论坛的include/common.inc.php文件中: $magicquotesgpc = getmagicquotesgpc; @extractdaddslashes$COOKIE; @extractdaddslashes$POST; @extractdaddslashes$GET; //覆盖变量,这里我们可以覆盖$SERVER if!$magicquotesgpc $FILES = daddslashes$FILES; ..... ifgetenv'HTTPCLIENTIP' &&...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2009/01/19 12:0 a.m.19 views

Gallery Kys 1.0 Admin Password Disclosure / Permanent XSS Vulns

No description provided by source. START 0x01 Informations: Script : Gallery Kys 1.0 Download : http://www.advancescripts.com/djump.php?ID=6285 Vulnerability : Admin Password Disclosure / Permanent XSS Author : Osirys Contact : osirysatlivedotit Website : http://osirys.org 0x02 Bug: Admin Passwor...

7.1AI score
Exploits0
0day.today
0day.today
added 2009/01/15 12:0 a.m.32 views

GNUBoard 4.31.03 (08.12.29) Local File Inclusion Vulnerability

Exploit for unknown platform in category web applications ============================================================== GNUBoard 4.31.03 08.12.29 Local File Inclusion Vulnerability ============================================================== GNUBoard V4.31.03 08.12.29 Local/Remote File Include...

7.1AI score
Exploits0
Packet Storm
Packet Storm
added 2008/06/11 12:0 a.m.26 views

yuhhu-sql.txt

."; $bul=pregmatch$ara,$tuttum,$rmx; $huseyin=strreplace"class="linkbeyaz"","",$rmx; echo $site.""; echo $huseyin0; ? author : Dj Remix...

7.4AI score
Exploits0
Exploit DB
Exploit DB
added 2008/01/18 12:0 a.m.47 views

AuraCMS 1.62 - &#039;stat.php&#039; Remote Code Execution

!/usr/bin/perl Indonesian Newhack Security Advisory ------------------------------------ AuraCMS 1.62 - stat.php Remote Code Execution Exploit Waktu : Jan 16 2008 10:00PM Software : AuraCMS 1.62 AuraCMS Mod Block Statistik | http://iwan.or.id/download/lihat/1/2-1-6.html Vendor :...

7.4AI score
Exploits0
Rows per page
Query Builder