Lucene search
+L
SeebugMost viewed

56796 matches found

seebug.org
seebug.org
added 2008/10/25 12:0 a.m.125 views

动力文章(Powereasy)存在严重上传漏洞

动力文章采用无惧上传方式,对于上传文件的判断,只过滤了asp,aspx,asa等扩展上,忽略了cer,cdx等经过asp.dll映射过的其它扩展,以及,动力文章其upfileclass.asp对扩展的判断不严,导致asp 后面有空格,被当作合法的扩展,恶意用户可以通过构造表单,上传asp,asa等恶意扩展。 Access&SQL www.asp163.net下载最新的补丁,用最新的动力文章的upfileclass.asp和upfile.asp替换有漏洞的文件。...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2008/08/06 12:0 a.m.125 views

Sun xVM VirtualBox 'VBoxDrv.sys'本地特权提升漏洞

BUGTRAQ ID: 30481 CVE ID:CVE-2008-3431 CNCVE ID:CNCVE-20083431 Sun xVM VirtualBox是一款功能强大的虚拟机程序。 Sun xVM VirtualBox存在设计错误,本地攻击者可以利用漏洞提升特权。 当处理部分IOCTLs时VBoxDrv.sys驱动中存在错误,可导致在受影响宿主上以内核进程权限执行任意指令。...

7.2CVSS7.4AI score0.06932EPSS
SaveExploits8
seebug.org
seebug.org
added 2007/09/17 12:0 a.m.125 views

Joomla Component joom12Pic 1.0 Remote File Inclusion Vulnerability

No description provided by source. Joom!12Pic Component RFI Bug in : /administrator/components/comjoom12pic/admin.joom12pic.php?mosConfiglivesite= Variable : $mosConfiglivesite Dork: "comjoom12pic" Example:...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2021/06/15 12:0 a.m.124 views

QNAP Roon Server未授权RCE漏洞(CVE-2021-28810、CVE-2021-28811)

...

6.5CVSS1AI score0.0145EPSS
SaveExploits1
seebug.org
seebug.org
added 2018/05/04 12:0 a.m.124 views

NagiosXI <= 5.4.12 logbook.php SQL injection(CVE-2018-10737)

NagiosXI = 5.4.12 logbook.php SQL injectionCVE-2018-10737 Description A SQL injection issue was discovered in Nagios XI via the admin/logbook.php txtSearch parameter. Affected Version Nagios XI 5.2.x Nagios XI 5.4.x before 5.4.13 Proof of concept http://xxxx/nagiosql/admin/logbook.php postdata:...

1AI score0.42556EPSS
SaveExploits2
seebug.org
seebug.org
added 2017/11/16 12:0 a.m.124 views

Xen: unbounded recursion in pagetable de-typing(CVE-2017-15595)

Xen allows pagetables of the same level to map each other as readonly in PV domains. This is useful if a guest wants to use the self-referential pagetable trick for easy access to pagetables by mapped virtual address. When cleaning up a pagetable after the last typed reference to it has been...

7.2CVSS8.4AI score0.01547EPSS
SaveExploits2
seebug.org
seebug.org
added 2017/10/26 12:0 a.m.124 views

Network Time Protocol Crypto-NAK Preemptible Association Denial of Service Vulnerability(CVE-2016-1547)

SUMMARY An off-path attacker can cause a preemptible client association to be demobilized by sending a crypto NAK packet to a victim client with a spoofed source address of an existing associated peer. This is true even if authentication is enabled. Furthermore, if the attacker keeps sending cryp...

5CVSS7.6AI score0.0511EPSS
SaveExploits2
seebug.org
seebug.org
added 2017/10/18 12:0 a.m.124 views

Adobe ColdFusion Deserialization RCE (CVE-2017-11283, CVE-2017-11238)

During my research into the Java Remote Method Invocation RMI protocol, the most common RMI service that I came across was Adobe ColdFusion’s Flex integration service which is used to support integration between Flash applications and ColdFusion components. A quick look at this service led to the...

4.3CVSS8.8AI score0.42721EPSS
SaveExploits3
seebug.org
seebug.org
added 2017/06/12 12:0 a.m.124 views

Pivotal Spring Web Flow Security Bypass Vulnerability(CVE-2017-4971)

Author: iswin@ThreatHunter A. Vulnerability description This vulnerability is in year 6 at the beginning has just been submittedtransfer Gate, the official and there is no detailed information, by the official Description and a patch of the contrast, we can roughly infer should be the Spring Web...

4.3CVSS6.8AI score0.15858EPSS
SaveExploits1
seebug.org
seebug.org
added 2016/05/09 12:0 a.m.124 views

THEOL网络教学平台 /common/script/search.jsp 参数keyword SQL注入漏洞

No description provided by source...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2016/01/19 12:0 a.m.124 views

node.js的ws模块存在远程内存泄露漏洞

近日,在允许用户通过简单地发送ping数据帧,来分配内存的ws模块中发现存在着漏洞。该漏洞会拒绝用户发送数据的请求,使用户发送ping数据帧功能失效,在此之前,还会加大数据帧的负载。 实际上,这就是漏洞的具体表现。但在模块中,ws通常将我们所要传入内存的所有数据进行相应的转换,这就是漏洞之所在。我们对所要发送数据的类型都没做任何检查。当你在node.js中需要存储一个数字时,该漏洞就会自动给数字分配一个存储大量字节的字符串空间,从而加大内存的负载。 var x = new Buffer100; // vs var x = new Buffer'100';...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/12/15 12:0 a.m.124 views

金蝶某重要系统sql注入漏洞(多参数配合)

简要描述: 最近很喜欢从已公开的漏洞中找漏洞,看看哪些厂商修复的时候不够仔细认真。。。 详细说明: 缘起这个漏洞 WooYun: 金蝶网重要分站sql注射漏洞 ,之前报的是显错注入,乍一看厂商好像已经修复了,实际测试之后发现还是可以盲注的,但是需要多参数配合进行注入。 漏洞所在分站:http://reg.kingdee.com/getpass.asp 产品注册页面,表单提交的数据如下:...

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

DCP-Portal 5.0.1 editor.php root Parameter Remote File Inclusion

No description provided by source. source: http://www.securityfocus.com/bid/6525/info DCP-Portal is prone to an issue which may allow remote attackers to include arbitrary files located on remote servers. An attacker may exploit this by supplying a path to a maliciously created file, located on a...

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

Multiple Vendor ICMP Implementation Spoofed Source Quench Packet DoS

No description provided by source. source: http://www.securityfocus.com/bid/13124/info Multiple vendor implementations of TCP/IP Internet Control Message Protocol ICMP are reported prone to several denial-of-service attacks. ICMP is employed by network nodes to determine certain automatic actions...

5CVSS7.5AI score0.80101EPSS
SaveExploits15
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.124 views

OpenSSL 1.0.1f TLS Heartbeat Extension - Memory Disclosure (Multiple SSL/TLS versions)

No description provided by source. Exploit Title: OpenSSL TLS Heartbeat Extension - Memory Disclosure - Multiple SSL/TLS versions Date: 2014-04-09 Exploit Author: Csaba Fitzl Vendor Homepage: http://www.openssl.org/ Software Link: http://www.openssl.org/source/openssl-1.0.1f.tar.gz Version: 1.0.1...

5CVSS8.2AI score0.99999EPSS
SaveExploits91
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.124 views

1WebCalendar 4.0 /news/newsView.cfm NewsID Parameter SQL Injection

No description provided by source. source: http://www.securityfocus.com/bid/17193/info 1WebCalendar is prone to multiple SQL-injection vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input before using it in SQL queries. A successful exploi...

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

PHPNuke-Clan <= 4.2.0 - (mvcw_conver.php) RFI Vulnerability

No description provided by source. '/ -.- --------------------------oOO------OOo------------------------- | PHPNuke-Clan = v4.2.0 mvcwconver.php Remote File Inclusion | | coded by DNX | ------------------------------------------------------------------ ! Discovered: DNX ! Vendor:...

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

vtiger CRM <= 4.2 (calpath) Multiple Remote File Include Vulnerabilities

No description provided by source. \ /\ \ / | \ \ | / \ // / | \ | \ \ Y / | \ / / \ /| /\ / / / / / .OR.ID ECHOADV54$2006 ----------------------------------------------------------------------------------------------- ECHOADV54$2006vtiger CRM =4.2 calpath Multiple Remote File Inclusion...

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

Jasc Paint Shop Pro 8 - Local Buffer Overflow Exploit (UNIVERSAL)

No description provided by source. / Software: Jasc Paint Shop Pro v8 Local Buffer Overflow Exploit UNIVERSAL Bug type: Local buffer overflow Exploitation method: SEH handler overwrite Description: When a crafted .PNG file is oppened a stack buffer overflow occurs because of DEP a SEH handler is...

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

Windows NDPROXY - 本地权限提升漏洞(MS14-002)

漏洞成因 这是一个windows内核漏洞,漏洞的触发需要开启Routing and Remote Access服务,影响 windowsxp,windows2003. 先上 poc c include include int main HANDLE hDev = CreateFile"\\.\NDProxy", GENERICREAD | GENERICWRITE, FILESHAREREAD | FILESHAREWRITE, NULL, OPENEXISTING , 0, NULL; ifhDev==INVALIDHANDLEVALUE printf"CreateFile...

7.2CVSS8.1AI score0.34893EPSS
SaveExploits16
seebug.org
seebug.org
added 2014/02/27 12:0 a.m.124 views

Apache Tomcat 不完整修复拒绝服务漏洞

BUGTRAQ ID: 65767 CVECAN ID: CVE-2013-4322 Apache Tomcat是一个流行的开源JSP应用服务器程序。 Tomcat 8.0.0-RC1-8.0.0-RC5、Tomcat 7.0.0-7.0.47、Tomcat 6.0.0-6.0.37在实现上存在拒绝服务漏洞,攻击者可利用此漏洞造成拒绝服务。该漏洞源于CVE-2012-3544的不完整修复。所有使用Oracle Java 7 1.7, 1.7.0的系统都受到影响。Oracle Java 7 Update...

5CVSS8.5AI score0.11001EPSS
SaveExploits2
seebug.org
seebug.org
added 2013/02/03 12:0 a.m.124 views

Squid 'cachemgr.cgi'不完整修复远程拒绝服务漏洞

Bugtraq ID:57646 CVE ID: CVE-2013-0189 Squid是一款功能强大的代理服务器和Web缓存服务器。 Squid tools/cachemgr.cc存在多个内存泄露问题,允许远程攻击者通过提交非法Content-Length头,超长POST请求,和特制的验证凭据触发此漏洞,造成应用程序崩溃。此问题是由于未完整修复CVE-2012-5643引起的。 0 Squid 2.x Squid 3.x Squid 3.2.x Squid 3.3.x 厂商解决方案 用户可参考如下厂商提供的安全公告获得补丁信息:...

5CVSS8.1AI score0.23026EPSS
SaveExploits1
seebug.org
seebug.org
added 2011/05/26 12:0 a.m.124 views

Erlang/OTP SSH库随机数生成漏洞

Bugtraq ID: 47980 CVE ID:CVE-2011-0766 Erlang是一种通用的面向并发的编程语言,OTP是包装在Erlang中的一组库程序。 Erlang/OTP ssh库依靠强大的加密随机数实现多个加密操作,但是库使用的RNG加密不够强壮,而且使用了可预测种子数据而进一步削弱了加密强度。RNGWichman-Hill没有与熵源进行混合处理。 库中所有ssh连接的种子使用当前时间大约微秒分辨率,通过观察从这个库建立的连接时间,可猜测三个RNG种子中前两个组成部分,第三个可通过尝试每个可能的值1..1000000暴力破解恢复。...

7.8CVSS6.4AI score0.03046EPSS
SaveExploits1
seebug.org
seebug.org
added 2009/12/17 12:0 a.m.124 views

Ruby on Rails 'protect_from_forgery'跨站脚本请求伪造漏洞

Bugraq ID: 37322 CVE ID:CVE-2009-4136 Ruby on Rails是一款Web应用程序框架,构建在Ruby语言之上。 Ruby on Rails 'protectfromforgery'存在跨站请求伪造攻击,远程攻击者可以利用漏洞执行部分管理员操作,获得对应用程序的未授权访问或删除部分数据。 Ruby on Rails Ruby on Rails 2.3.5 Ruby on Rails Ruby on Rails 2.3.4 Ruby on Rails Ruby on Rails 2.3.3 Ruby on Rails Ruby on Rails...

6.5CVSS6.7AI score0.03644EPSS
SaveExploits3
seebug.org
seebug.org
added 2009/08/09 12:0 a.m.124 views

War3 Jass虚拟机执行任意机器码严重漏洞

Jass正确地说是Jass2是魔兽3的脚本语言, 用于控制地图的进程和行为, 是魔兽游戏和地图的基础. 正常的地图编辑中摆放的单位Unit, 设置的触发Trigger等最终都会被翻译成Jass语言存在地图文件里在游戏时被调用. Jass属于War3为地图开发者提供的一套脚本语言,方便开发者开发或建立修改属于自己的地图。 经过推断,CS cstrike可能也存在此类问题。 War3 Jass 暂无 登陆浩方或者VS对战平台,修改某张地图例如DOTA的地图,开启游戏,等待其他玩家进入,开始游戏,即可执行任意机器码,控制玩家计算机。 set bjmeleeTwinkedHeroes1024 =...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2008/07/23 12:0 a.m.124 views

OpenSSH 'X11UseLocalhost' X11转发会话劫持漏洞

BUGTRAQ ID: 30339 CNCAN ID:CNCAN-2008072308 OpenSSH是一种开放源码的SSH协议的实现。 部分操作系统下的OpenSSH存在安全问题,本地攻击者可以利用漏洞劫持转发X连接。 当尝试bind2到之前已经使用SOREUSEADDR设置绑定的端口,多数操作系统会检查是否有效user-id匹配之前的绑定一般BSD衍生系统或绑定地址没有交迭Linux和Solaris。...

6.9AI score
SaveExploits0
seebug.org
seebug.org
added 2008/01/26 12:0 a.m.124 views

Tiger PHP News System 1.0b build 39 Remote SQL Injection Vulnerability

No description provided by source. / Tiger PHP News System SQL Injection Bug found bY 0in from DaRk-Coders Group! Homepage: http://dark-coders.4rh.eu or http://dark-coders.prv.pl IRC:dark-coders at irc.freenode.org Email: 0indotemailatgmaildotcom / Script home: http://tpns.k-na.se/ Exploit:...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2008/01/04 12:0 a.m.124 views

MySQL <=6.0 yaSSL <= 1.7.5 Hello Message Buffer Overflow

MySQL yaSSL SSL Hello Message Buffer Overflow 1. 漏洞介绍和分析 yaSSL是用于实现SSL的开源软件包。 yaSSL实现上存在多个远程溢出及无效内存访问问题,远程攻击者可能利用此漏洞控制服务器。 向堆栈缓冲区溢出的yaSSL1.7.5和更早的版本实现与MySQL捆绑 = 6.0。通过发送一个专门制作的HEllo 包 ,攻击者可以执行任意代码。 代码分析: 用于包含客户端所接收的Hello报文中的数据的缓冲区结构如下源自yasslimp.hpp: class ClientHello : public HandShakeBase...

6.6AI score0.91602EPSS
SaveExploits13
seebug.org
seebug.org
added 2007/05/06 12:0 a.m.124 views

Archangel Weblog 0.90.02 Local File Inclusion / Admin Bypass Vulns

No description provided by source. \|/// \ - - // @ @ ----oOOo---oOOo-------------------------------------------------- Portal : Archangel Weblog version 0.90.02 Home : http://www.archangelmgt.com/weblog.shtml Download : http://www.archangelmgt.com/ArchangelWeblogv09002.zip Author : Dj7xpl /...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2018/04/04 12:0 a.m.123 views

D-Link DSL-3782 Code execution(CVE-2018-8941)

CVE-2018-8941: D-Link DSL-3782 Code execution Proof of Concept Adam Simuntis :: https://twitter.com/adamsimuntis Mindaugas Slusnys :: https://twitter.com/mislusnys The buffer overflow vulnerability was found in the "/userfs/bin/tcapi" binary which is used as a wrapper for the "Diagnostics"...

9.3AI score0.0686EPSS
SaveExploits2
seebug.org
seebug.org
added 2017/10/20 12:0 a.m.123 views

Google Chrome PDFium jpeg2000 SIZ Code Execution Vulnerability(CVE-2016-1681)

SUMMARY An exploitable heap buffer overflow vulnerability exists in the Pdfium PDF reader included in the Google Chrome web browser. A specially crafted PDF document with embedded jpeg2000 image can cause a heap buffer overflow potentially resulting in an arbitrary code execution. An attacker can...

6.8CVSS9.1AI score0.01532EPSS
SaveExploits1
seebug.org
seebug.org
added 2016/03/28 12:0 a.m.123 views

Discuz! X2 X3多个版本无须登陆无须条件SSRF漏洞

No description provided by source...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2016/01/09 12:0 a.m.123 views

PHPMyWind 5.0后台管理界面的SQL注入漏洞

No description provided by source...

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

WINMOD 1.4 - (.lst) Universal Buffer Overflow Exploit (SEH) (2)

No description provided by source. !/usr/bin/python Exploit : WINMOD 1.4 .lst Universal Buffer Overflow Exploit SEH Tested on : Xp sp2 fr Original exploit : http://www.milw0rm.com/exploits/9221 By : DzGirl Greets to : hisok4 even if he doesn't know me & all friends win32exec - EXITFUNC=seh CMD=ca...

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

pixelpost 1.7.3 - Multiple Vulnerabilities

No description provided by source. 1 +Exploit Title: pixelpostv1.7.3 Multiple vulnerabilities 0 0 +Date: 15/09/2010 1 1 +Author: Sweet 0 0 +Contact : [email protected] 0 1 +Software Link: http://www.pixelpost.org/ 0 0 +Download: http://www.pixelpost.org/ 1 1 +Version: 1.7.3 0 0 +Tested on: WinX...

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

EasyFTP Server <= 1.7.0.11 CWD Command Stack Buffer Overflow

No description provided by source. $Id: easyftpcwdfixret.rb 9179 2010-04-30 08:40:19Z jduck $ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of...

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

CMS Openpage (index.php) SQL Injection Vulnerability

No description provided by source. ==================================================== CMS Openpage index.php SQL Injection Vulnerability ==================================================== + Discovered by: Phenom + My id: http://inj3ct0r.com/author/2157 + Original:...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/05/29 12:0 a.m.123 views

KesionCMS 9.0 /swfupload.asp 文件上传漏洞

No description provided by source...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/05/29 12:0 a.m.124 views

FineCMS v1.8任意文件下载

简要描述: 代码审计是个技术活,需要很好的耐心.. o︶︿︶o 详细说明: 出现问题的版本是FineCMS V1.8.0 最新版。 1.顺藤摸瓜 漏洞文件:controllers/ApiController.php downAction方法 public function downAction $data = fnauthcodebase64decode$this-get'file', 'DECODE'; $file = isset$data'finecms' && $data'finecms' ? $data'finecms' : ''; if empty$file...

7AI score
SaveExploits0
seebug.org
seebug.org
added 2014/01/10 12:0 a.m.123 views

PhotoStore &quot;uploadify.php&quot;任意文件上传漏洞

PhotoStore是在线的照片打样和销售平台。 PhotoStore 4.0.7及其他版本的uploadify/uploadify.php脚本没有正确验证已经上传的文件,攻击者通过上传恶意PHP脚本,利用此漏洞可执行任意PHP代码。 0 ktools PhotoStore 4.0.7 目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本: http://www.ktools.net/photostore/ This module requires Metasploit: http//metasploit.com/download Current...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2013/12/13 12:0 a.m.123 views

CMSTOP vote.php文件SQL注入漏洞

CMSTOP是一款网站内容管理系统。 CMSTOP /apps/vote/controller/vote.php文件存在SQL注入漏洞,攻击者可以利用漏洞活动数据库敏感信息。 0 cmstop 目前厂商暂无提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本: http://www.cmstop.com/...

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

IBM Rational AppScan 8.x/7.x 多个安全漏洞

CVE ID:...

10CVSS0.98113EPSS
SaveExploits56
seebug.org
seebug.org
added 2008/04/15 12:0 a.m.123 views

Libpng库未知类型块处理远程代码执行漏洞

BUGTRAQ ID: 28770 CVECAN ID: CVE-2008-1382 libpng是多种应用程序所使用的解析PNG图形格式的函数库。 libpng库在处理畸形格式的PNG文件时存在漏洞,成功利用此漏洞允许本地攻击者读取敏感信息、导致拒绝服务或执行任意指令。 libpng库没有正确地处理未知类型的PNG块,如果使用该库的应用程序在特定情况下调用了pngsetreaduserchunkfn或pngsetkeepunknownchunks函数的话,长度为0的PNG块就会导致通过free调用使用未初始化的内存。 0 libpng libpng 1.2.0 - 1.2.26...

7.5CVSS1.1AI score0.05514EPSS
SaveExploits1
seebug.org
seebug.org
added 2007/12/26 12:0 a.m.123 views

Apache Tomcat JULI日志组件默认安全策略漏洞

BUGTRAQ ID: 27006 CVECAN ID: CVE-2007-5342 Apache Tomcat是一个流行的开放源码的JSP应用服务器程序。 Apache Tomcat的JULI日志组件允许Web应用提供自己的日志配置,默认的安全策略没有限制这种配置,允许不可信任的Web应用添加文件,或覆盖Tomcat进程拥有权限的已有文件。 Apache Group Tomcat 6.0.0 - 6.0.15 Apache Group Tomcat 5.5.9 - 5.5.25 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载:...

6.4CVSS7.5AI score0.05156EPSS
SaveExploits1
seebug.org
seebug.org
added 2007/06/04 12:0 a.m.123 views

google-php-include-bugs searcher v 0.8 ( 0day )

No description provided by source. ! /usr/bin/perl ================================================================ google-php-include-bugs searcher v 0.8 coded by drmist\STNC www.security-teams.net ...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2007/03/15 12:0 a.m.123 views

ClipShare ADODB-Connection.Inc.PHP远程文件包含漏洞

ClipShare是一款基于PHP的WEB应用程序。 ClipShare不正确过滤用户提交的输入,远程攻击者可以利用漏洞以WEB权限执行任意命令。 问题是'ADODB-Connection.Inc.PHP'脚本对用户提交的'cmd'参数缺少过滤,指定远程服务器上的文件作为包含参数,可导致以WEB权限执行任意命令。 ClipShare 1.5.3 目前没有解决方案提供: http://www.clip-share.com/ http://www.example.com/Path/include/adodb-connection.inc.php?cmd=Shell-Attack...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2006/11/29 12:0 a.m.123 views

Woltlab Burning Board WBB_UserID SQL注入漏洞

Woltlab Burning Board是一款基于PHP的WEB应用程序。 Woltlab Burning Board不充分过滤用户提交的URI输入,远程攻击者可以利用漏洞进行SQL注入攻击,获得敏感信息。 问题是脚本对用户提交的'WBBUserID'参数缺少过滤,提交恶意SQL查询作为参数数据,可更改原来的SQL逻辑,获得敏感信息。 WoltLab Burning Board Lite 1.0.2 http://www.woltlab.de/products/burningboardlite/indexen.php...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2018/03/07 12:0 a.m.122 views

Spring data rest 远程代码执行(cve-2017-8046)

漏洞描述 漏洞描述 Spring Data Rest 在处理 PATCH 请求时存在RCE高危漏洞, 可以使用手工构造的JSON数据构造恶意PATCH请求提交至spring-data-rest服务器,使得服务器运行恶意JAVA代码。Spring Data Rest项目的目标是提供一种灵活的、可配置的机制,编写出可以对外暴露出HTTP协议的简单服务。 Git地址: https://github.com/spring-projects/spring-data-rest 漏洞来源: https://pivotal.io/security/cve-2017-8046 影响版本: Spring...

7.5CVSS0.1AI score0.74355EPSS
SaveExploits8
seebug.org
seebug.org
added 2017/12/28 12:0 a.m.122 views

Eir’s D1000 Modem Is Wide Open To Being Hacked.

Background The Eir D1000 Modem has bugs that allow an attacker to gain full control of the modem from the Internet. The modem could then be used to hack into internal computers on the network, as a proxy host to hack other computers or even as a bot in a botnet. A port scan of the the modem...

10CVSS0.63748EPSS
SaveExploits11
seebug.org
seebug.org
added 2017/06/19 12:0 a.m.122 views

finecmsV5.0.8 \finecms\dayrui\controllers\member\Account.php getshell

Vulnerability in the file C:\phpStudy\WWW\finecms\dayrui\controllers\member\Account. in php upload function public function upload // Create the picture storage folder $dir = SYSUPLOADPATH.'/ member/'.$ this-uid.'/'; @drdirdelete$dir; ! isdir$dir && drmkdirs$dir; if $POST'tx' $file = strreplace' ...

7AI score
SaveExploits0
Total number of security vulnerabilities5000