Lucene search
+L

3110 matches found

exploitpack
exploitpack
added 2013/07/27 12:00 a.m.16 views

Broadkam PJ871 - Authentication Bypass

Broadkam PJ871 - Authentication Bypass !/usr/bin/perl d3c0der use HTTP::Request; use LWP::UserAgent; print "= Target : "; $ip=; chomp $ip; print "= new password : "; $npass=; chomp $npass; if $ip ! /^http:/ $ip = 'http://' . $ip; if $ip ! //$/ $ip = $ip . '/'; print "\n"; print "-attacking , plz...

0.8AI score
SaveExploits0
seebug.org
seebug.org
added 2013/07/17 12:00 a.m.15 views

struts 2.3.15 命令执行漏洞

No description provided by source...

7.1AI score
SaveExploits0
Circl
Circl
added 2013/07/03 12:00 a.m.31 views

CVE-2013-4787

creationtimestamp| type| source ---|---|--- 2013-07-03 00:00:00+00:00| exploited| https://www.exploit-db.com/exploits/38627 2025-08-31 03:01:11+00:00| seen| MISP/ab0b745f-bbd5-338e-8b92-97dd0c757e9d 2025-08-31 03:12:49+00:00| seen| MISP/d17bd6ef-d68b-317b-ac33-cdbc44c5fc57...

9.3CVSS5.8AI score0.5892EPSS
SaveExploits1References1
seebug.org
seebug.org
added 2013/06/26 12:00 a.m.25 views

shopex最新版前台一处想不到的SQL注入

简要描述: shopex代码核心的地方都做了加密处理,找漏洞就需要一点想象空间了,比如这个SQL注入... 详细说明: 存在于用户注册想不到的位置吧? 1. /core/shop/controller/ctl.passport.php 267行 if !$info = $account-create$POST,$message ... 2.看到1,想到有没有可能$account-create是foreach $POST构造sql语句的呐? 3.看数据表结构: 果断提交时$POST里加入memberid测试其实测试时我还试了mobile等,嘿,只捡有用的字段说,然后就有了下图: 漏洞证明:...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2013/06/24 12:00 a.m.28 views

phpEventCalendar 0.2.3 - Multiple Vulnerabilities

phpEventCalendar v.0.2.3 Multiple Vulnerabilities ==================================================================== .:. Author : AtT4CKxT3rR0r1ST .:. Contact : [email protected] , [email protected] .:. Home : http://www.iphobos.com/blog/ .:. Script : http://www.phpcodeworks.com/pec/download...

7.5CVSS5.2AI score0.01228EPSS
SaveExploits2
Positive Technologies
Positive Technologies
added 2013/06/20 12:00 a.m.12 views

PT-2013-41: Arbitrary Code Execution in Ajax File and Image Manager

The specialists of the Positive Research center have detected "Arbitrary Code Execution" vulnerability in Ajax File and Image Manager. Due to incorrect application architecture, validation of file extension is implemented after uploading file. Uploaded file will subsequently be removed if its...

10CVSS7.8AI score
SaveExploits0References3
Amazon
Amazon
added 2013/06/11 12:00 a.m.61 views

Medium: kernel

Issue Overview: Heap-based buffer overflow in the tg3readvpd function in drivers/net/ethernet/broadcom/tg3.c in the Linux kernel before 3.8.6 allows physically proximate attackers to cause a denial of service system crash or possibly execute arbitrary code via crafted firmware that specifies a lo...

6.2CVSS6.7AI score0.01039EPSS
SaveExploits4
myhack58
myhack58
added 2013/06/05 12:00 a.m.23 views

phpcms 2 0 0 7 onunload. inc. php page to an update-type implant is attached using the EXP-bug warning-the black bar safety net

Download a set of phpcms 2 0 0 7 analysis, in the module\movie\onunload. inc. php found a update type of injection. query"UPDATE ". TABLEMOVIESERVER." SET num = num-1 WHERE serverid = $serverid AND num 0 "; ? $serverid is not any filtering and also not enclosed in single quotation marks, so ignor...

7.2AI score
SaveExploits0
zdt
zdt
added 2013/05/30 12:00 a.m.25 views

Intrasrv Simple Web Server 1.0 SEH based Remote Code Execution BOF

Exploit for windows platform in category remote exploits !/usr/bin/python import socket import os import sys target="192.168.1.16" W00T egghunter="\x66\x81\xca\xff\x0f\x42\x52\x6a\x02\x58\xcd\x2e\x3c\x05\x5a\x74\xef\xb8\x54\x30\x30\x57\x89\xd7\xaf\x75\xea\xaf\x75\xe7\xff\xe7" + "\x90"94...

7.1AI score
SaveExploits0
zdt
zdt
added 2013/05/13 12:00 a.m.27 views

Kloxo 6.1.6 - Local Privilege Escalation

Exploit for linux platform in category local exploits LXLABS=cat /etc/passwd | grep lxlabs | cut -d: -f3 export MUID=$LXLABS export GID=$LXLABS export TARGET=/bin/sh export CHECKGID=0 export NONRESIDENT=1 echo "unset HISTFILE HISTSAVE PROMPTCOMMAND TMOUT" /tmp/w00trc echo "/usr/sbin/lxrestart...

6.8AI score
SaveExploits0
Exploit DB
Exploit DB
added 2013/05/02 12:00 a.m.50 views

D-Link DNS-323 - Multiple Vulnerabilities

Exploit Title: D-Link DNS-323 Multiple Vulnerabilities Author: sghctoma E-mail: [email protected] Category: Hardware Vendor: http://www.dlink.com/ Firmware Version: 1.09 Product:...

5.3AI score
SaveExploits0
seebug.org
seebug.org
added 2013/04/28 12:00 a.m.69 views

phpMyAdmin preg_replace()远程PHP代码执行

BUGTRAQ ID: 59460 CVECAN ID: CVE-2013-3238 phpmyadmin是MySQL数据库的在线管理工具,主要功能包括在线创建数据表、运行SQL语句、搜索查询数据以及导入导出数据等。 phpMyAdmin 3.5.8、4.0.0-rc2及其他版本的pregreplace函数可被利用在服务器端执行任意PHP代码,攻击者用特制参数作为常规表达式,在此表达式内包含空字节,当phpMyAdmin使用"Replace table prefix"功能时,会错误地过滤传递到pregreplace的特制参数。导致在Web服务器上下文中执行任意PHP代码。 0...

6CVSS6.2AI score0.28851EPSS
SaveExploits14
seebug.org
seebug.org
added 2013/04/26 12:00 a.m.99 views

JBoss 4.2.0 BSHDeployer 代码执行漏洞

JBoss是基于J2EE的开放源代码的应用服务器,其4.2.0版本默认会开启BSHDeployer服务, 当攻击者绕过JMX-console拦截里, 可以利用BSHDeployer服务方便地(将war信息直接写在bsh文件里)部署一个war,从而成功地远程部署了恶意代码。 JBoss 4.2.0...

7.1AI score
SaveExploits0
Mozilla
Mozilla
added 2013/04/02 12:00 a.m.50 views

Out-of-bounds write in Cairo library — Mozilla

Security researcher Abhishek Arya Inferno of the Google Chrome Security Team used the Address Sanitizer tool to discover an out-of-bounds write in Cairo graphics library. When certain values are passed to it during rendering, Cairo attempts to use negative boundaries or sizes for boxes, leading t...

6.8CVSS2.4AI score0.03941EPSS
SaveExploits0References2Affected Software5
seebug.org
seebug.org
added 2013/03/27 12:00 a.m.33 views

ThinkSNS V3缺陷-02

简要描述: ThinkSNS V3正式放出,特表示祝贺。 不带刷的,友情检测(因为我们公司要用!真的要用!!) 详细说明: 关键词:任意用户微博(动态)删除! 删除个人微博(动态)请求如下 POST /t3/index.php?app=public&mod=Feed&act=removeFeed HTTP/1.1 Host: demo.thinksns.com User-Agent: Mozilla/5.0 Windows NT 6.1; rv:19.0 Gecko/20100101 Firefox/19.0 Accept: application/json,...

7.1AI score
SaveExploits0
myhack58
myhack58
added 2013/03/19 12:00 a.m.33 views

The GNU/Linux kernel new features initiator to mention the right vulnerability-vulnerability warning-the black bar safety net

SUSE security research members of the Sebastian Krahmer has published the GNU/Linux kernel to mention the right vulnerability, recent GNU/Linux kernel3.8+have introduced a In order to facilitate the container to achieve the new features: user-namespacesuser-ns, CLONENEWUSER flag, this feature...

1.4AI score
SaveExploits0
Saint
Saint
added 2013/03/11 12:00 a.m.34 views

Cool PDF Reader Image Stream Stack Overflow

Added: 03/11/2013 CVE: CVE-2012-4914 BID: 57461 OSVDB: 89349 Background Cool PDF Reader is a small viewer/reader that can view, print, and convert PDF files to TXT, BMP, JPG, GIF, PNG, WMF, EMF, EPS. Problem Cool PDF Reader versions 3.0.2.256 and prior do not perform proper bounds checking on ima...

9.3CVSS7.3AI score0.28391EPSS
SaveExploits11
Zero Science Lab
Zero Science Lab
added 2013/03/06 12:00 a.m.35 views

Qool CMS v2.0 RC2 XSRF Add Root Exploit

Summary Qool CMS is a content management system that helps web masters be more productive. Qool has been built with both worlds web master, web developer in mind. It is easy to create addons extensions for the system but you can really do without them too. Description Qool CMS allows users to...

6.9CVSS5.7AI score0.00232EPSS
SaveExploits1
Exploit DB
Exploit DB
added 2013/03/01 12:00 a.m.20 views

Question2Answer - Cross-Site Request Forgery

source: https://www.securityfocus.com/bid/58414/info Question2Answer is prone to a cross-site request-forgery vulnerability. Exploiting this issue may allow a remote attacker to perform certain unauthorized actions and gain access to the affected application. Other attacks are also possible...

5.3AI score
SaveExploits0
Packet Storm
Packet Storm
added 2013/02/14 12:00 a.m.19 views

Ultra Light Forum Cross Site Scripting

Ultra Light Forum Persistant XSS Vulnerability By cr4wl3r http://bastardlabs.info http://bastardlabs.info/advisories/?id=86 Script: http://sourceforge.net/projects/ultralightforum/files/ Tested: Win 7 Description : Ultra Light Forum developed in PHP and MySQL as a standalone forum with high speed...

0.1AI score
SaveExploits0
Rows per page
Query Builder