Lucene search
+L

41 matches found

seebug.org
seebug.org
added 2014/03/06 12:0 a.m.50 views

aspcms投票站后台登录漏洞

简要描述: aspcms开源投票系统的后台管理登录页面对输入字符过滤不完善,可构造特定字符登录管理页面 详细说明: /admin/check.asp中仅对用户输入的小写or and进行了过滤,当用户构造admin' OR ''='的大写用户名时,可直接以管理员身份登录后台。 漏洞证明: check.asp 17. If Instrusername,"or"0...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2013/08/15 12:0 a.m.93 views

ASPCMS存在SQL注入漏洞可获取敏感信息

简要描述: ASPCMS系统对用户提交的参数过滤不严,导致攻击者可以提交SQL语句查询数据库获取敏感信息。 详细说明: 漏洞存在于/adminaspcms/content/Content/AspCmsContentFun.asp,这个文件未验证管理员权限,因此如何人都可以访问,同时该文件对获取的参数没有使用自定义的filterPara函数过滤,导致多处注入,代码入下: % 'die debugmode dim action : action=getForm"action","get" dim ContentID, LanguageID, SortID, GroupID, Exclusiv...

7.1AI score
SaveExploits0
myhack58
myhack58
added 2013/07/26 12:0 a.m.21 views

Old ASPCMS version of the Spike to get SHELL vulnerability-vulnerability warning-the black bar safety net

Find a background that... Then /admin/system/AspCmsSiteSetting. asp? action=saves Direct POST runMode=1&siteMode=1&siteHelp=%B1%BE%CD%F8%D5%BE%D2%F2%B3%CC%D0%F2%C9%FD%BC%B6%B9%D8%B1%D5%D6%D0&SwitchComments=1&SwitchCommentsStatus=1&switchFaq=0:Y=requestchr3...

2.6AI score
SaveExploits0
seebug.org
seebug.org
added 2013/06/08 12:0 a.m.18 views

Aspcms静态生成Getshell

简要描述: 由于没有对引发解析的后缀进行过滤 导致可以自定义后缀生成静态解析. 详细说明: 在发表文章中写入shell代码 会解析执行. 针对低版本Apache容器和iis6 均引发该问题 漏洞证明: 自定义生成. GetShell...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2013/04/25 12:0 a.m.275 views

ASPCMS 2.2.9 /inc/AspCms_Visits.asp SQL注入漏洞

ASPCMS是国内一款非常流行的CMS 建站系统,其2.2.9版本/inc/AspCmsVisits.asp文件中在该文件的行 6 将ContentID直接拼接到了注入语句,从而导致sql注入漏洞。 ASPCMS 2.2.9...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2013/04/24 12:0 a.m.133 views

AspCms 2.2.9 /inc/AspCms_CommonFun.asp 登录绕过漏洞

ASPCMS是国内一款非常流行的CMS 建站系统,其2.2.9版本inc/AspCmsCommonFun.asp文件,在问题函数checkLogin中, line 1152:只检测了从cookie取出的adminName是否为空,只要adminName不为空即可绕过第一个检测逻辑,然后在line 1157又检测了Permissions是否等于all,所以当构造cookie中Permissions的值为all即可绕过第二个检测逻辑,然后程序又在line 1162检测了从cookie中取出的adminrand值是否为空,只要adminrand不为空即可绕过第三个检测逻辑,接着在line...

7.1AI score
SaveExploits0
myhack58
myhack58
added 2013/02/02 12:0 a.m.893 views

ASPCMS old version spike get SHELL-vulnerability warning-the black bar safety net

Old ASPCMS version of the Spike to get SHELL vulnerability Find a background that... Then /admin/system/AspCmsSiteSetting. asp? action=saves Direct POST...

2.7AI score
SaveExploits0
myhack58
myhack58
added 2012/12/25 12:0 a.m.14 views

AspCms_v1. 5_20110517 SQL injection vulnerability and fix-vulnerability warning-the black bar safety net

I haven't on the toast, up to a look found in deletion No. list..... Also do not have what good sent, the other day passing a small station, with AspCms this system, the search for the next, productbuy. asp this file is the presence of the injection, but the target has been patched.... Download t...

SaveExploits0
myhack58
myhack58
added 2012/11/09 12:0 a.m.342 views

aspcms background holding shell vulnerability(non-add module)and repair method-vulnerability warning-the black bar safety net

aspcms in the old version, you can add a template directly to add the asp. But the new aspcms has been restricted to add the template format is html,js,css,and of course if you are experiencing iis6 words or by iis6 parsing vulnerability put the file name into 1. asp;. html this format to get to...

0.6AI score
SaveExploits0
myhack58
myhack58
added 2012/10/09 12:0 a.m.23 views

aspcms injection+cookie trick and fix-vulnerability warning-the black bar safety net

The vulnerability appears in the /plug/productbuy. asp The received parameter id is not filtered and the resulting injection vulnerability After the injection of the pages jump so fast, it is recommended to use the shortcut copy Proof username /plug/productbuy. asp?...

SaveExploits0
seebug.org
seebug.org
added 2012/06/14 12:0 a.m.33 views

ASPCMS 2.0 member/reg.asp Remote Pass Change

No description provided by source...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2012/06/03 12:0 a.m.236 views

aspcms任意用户密码重置

简要描述: aspcms会员中心的某些页面,对用户的验证存在缺陷,修改cookie后提交即可重置任意用户的帐号信息。 详细说明: 'member/reg.asp dim action : action=getform"action","get" if action = "reg" then addUser elseif action = "editpass" then editUser else echoContent end if '第3-10行 接受一个get请求,如果action为editpass时候执行editUser过程 Sub editUser dim...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2012/05/03 12:0 a.m.173 views

ASPCMS留言板插马

简要描述: 朋友丢来一个程序,看着看着就发现了一个漏洞,ASPCMS最新版本直接拿shell,应该很多人早就发现了。 详细说明: google关键字:powered by ASPCMS 大概有几十页网站,基本上都可以拿下,aspcms主要是信息发布系统,影响版本为asp。漏洞成因,在留言板处对信息处理不当,导致代码注入。可直接将一句话木马插入数据库。 数据库默认配置为asp.目录在/data/data.asp下。 利用方法,保证默认数据库路径末更改及可留言,就算不能留言,可构造,经测试,九成的末更改: 在留言的标题处插入:┼攠數畣整爠煥敵瑳∨≡┩愾 这样就往数据库中插入了一句话,密码为a...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2012/02/10 12:0 a.m.23 views

aspcms 后台文件无验证注入+ cookies欺骗

简要描述: 后台文件 AspCmsAboutEdit.asp 未进行验证,且未过滤,导致SQL注入。而且纯在cookies欺骗! 详细说明: ————————后台注射————————...

7.1AI score
SaveExploits0
myhack58
myhack58
added 2011/12/07 12:0 a.m.20 views

Aspcms 1.5 COOKIES injection 0day and fix-vulnerability warning-the black bar safety net

Aspcms 1.5 COOKIES injection 0day, register an account. Then after landing to modify the COOKIES of USERID values In the back plus the injected statement: UNION SELECT 1,2,3,4,5,6,username,adminpassword,9,1 0,1 1,1 2,1 3,1 4,1 5,1 6,1 7,1 8,1 9,2 0,2 1,2 2 from Aspcmsadmins Then edit the account...

2.5AI score
SaveExploits0
myhack58
myhack58
added 2011/09/08 12:0 a.m.18 views

aspcms Station system injection 0day-vulnerability warning-the black bar safety net

aspcms development of the new core open source enterprise built Station system, capable of enterprise a variety of site requirements, and Support template customization, support, extensions, etc., can be completed in a short time the enterprise built Station. Vulnerability file:/plug/productbuy...

0.4AI score
SaveExploits0
myhack58
myhack58
added 2011/09/06 12:0 a.m.28 views

aspcms corporate website system 0day 2.0 or above through the kill-vulnerability warning-the black bar safety net

aspcms development of the new core open source enterprise built Station system, capable of enterprise a variety of site requirements, and support template customization, support, extensions, etc., can be completed in a short time the enterprise built Station. The vulnerability appears in the...

1.3AI score
SaveExploits0
seebug.org
seebug.org
added 2011/08/18 12:0 a.m.47 views

aspcms 2.0-2.15 productbuy.asp SQL注入漏洞

No description provided by source...

7.1AI score
SaveExploits0
myhack58
myhack58
added 2011/08/15 12:0 a.m.28 views

aspcms corporate website system 0day(2.0 or above through the kill)and fix-vulnerability warning-the black bar safety net

aspcms development of the new core open source enterprise built Station system, capable of enterprise a variety of site requirements, and support template customization, support, extensions, etc., can be completed in a short time the enterprise built Station. The vulnerability appears in the...

1.3AI score
SaveExploits0
myhack58
myhack58
added 2011/07/05 12:0 a.m.15 views

AspCms_v1. 5_2011. 0 3. 0 3 0day vulnerabilities-vulnerability warning-the black bar safety net

AspCmsv1. 52011. 0 3. 0 3 0day vulnerabilities akastN. S. T Adescription ASPCMS is composed of Wuhan on the valley network Technology Co., Ltd. based on ASP+Accesssql2000developed and fully open-source set of built Station system, mainly for enterprises to quickly build simple, efficient, easy to...

6.9AI score
SaveExploits0
Rows per page
Query Builder