Lucene search
+L
SeebugMost viewed

56796 matches found

seebug.org
seebug.org
added 2012/06/03 12:00 a.m.242 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 2015/09/18 12:00 a.m.241 views

NindonCMS /plug/comment/commentList.asp sql注入漏洞

漏洞描述:NindonCMS系统对访问者提交的数据参数过滤不严,导致攻击者可以随时提交构造好的SQL语句查询数据库获取敏感信息。同时,系统默认后台地址也相当容易暴露。漏洞详情:由于NindonCMS系统是基于开源ASPCMS开发,所以如果开发人员在开发过程中不注意,则会导致很多现在已经补上的ASPCMS漏洞在二次开发的CMS系统上重现。这个漏洞源于ASPCMS系统,但是既然是做二次开发,就应该尽力去弥补安全上的不足。其原理很明确:NindonCMS在处理浏览器提交的数据时使用filterPara函数过滤,这个函数接着调用了PreventSqlin和Checkxss两个函数进行字符过滤,P...

7AI score
SaveExploits0
seebug.org
seebug.org
added 2014/06/17 12:00 a.m.241 views

Discuz CSRF删除群组分类

简要描述: 详细说明: admingroup.php elseif$operation == 'deletetype' //没有验证fromhash导致可以csrf删除 $fid = $GET'fid'; $ajax = $GET'ajax'; $confirmed = $GET'confirmed'; $finished = $GET'finished'; $total = intval$GET'total'; $pp = intval$GET'pp'; $currow = intval$GET'currow'; if$ajax obendclean; requireonce...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2006/12/11 12:00 a.m.241 views

Mambo CropImage mosConfig_absolute_path远程文件包含漏洞

Mambo CropImage是一款基于PHP的WEB应用程序。 Mambo CropImage不正确过滤用户提交的URI数据,远程攻击者可以利用漏洞以WEB进程权限执行任意命令。 问题是'admin.cropcanvas.php'脚本对用户提交的'cropimagedir'参数缺少过滤,提交恶意的远程服务器作为包含对象,可导致以WEB进程权限执行任意PHP代码。 CropImage CropImage 1.0 beta [email protected]...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2016/04/18 12:00 a.m.240 views

TRS WCM 文件路径处理不当导致任意文件上传

No description provided by source...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2006/11/28 12:00 a.m.240 views

GNU Radius远程格式串处理漏洞

GNU Radius是一款开放源代码远程用户验证和审计服务器。 GNU Radius在处理用户请求时存在漏洞,远程攻击者可能利用此漏洞在服务器上以radius守护程序权限执行任意指令。 GNU Radius的SQL计费代码中使用用户提供的数据构建格式串,然后不安全地传送给了变量参数函数sqllog。这可能允许未经认证的远程攻击者以radius守护程序(radiusd)的权限通常为root用户执行任意指令。 GNU RADIUS 1.3 GNU RADIUS 1.2 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载:...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2006/11/26 12:00 a.m.240 views

MyAlbum Language.Inc.PHP远程文件包含漏洞

MyAlbum是一款基于php的WEB应用程序。 MyAlbum不正确过滤用户提交的URI数据,远程攻击者可以利用漏洞以WEB进程权限执行任意命令。 问题是由于'Language.Inc.php'脚本对用户提交的'langsdir'参数缺少过滤,提交恶意的远程服务器作为包含对象,可导致以WEB进程权限执行任意PHP代码。 远程攻击者可以利用漏洞以WEB进程权限执行任意命令。 攻击所需条件 攻击者必须访问MyAlbum。 MyAlbum MyAlbum 3.02 http://www.comscripts.com/scripts/php.myalbum.1731.html...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2017/11/28 12:00 a.m.239 views

Exim Use-After-Free(CVE-2017-16943)

On 23 November, 2017, we reported two vulnerabilities to Exim. These bugs exist in the SMTP daemon and attackers do not need to be authenticated, including CVE-2017-16943 for a use-after-free UAF vulnerability, which leads to Remote Code Execution RCE; and CVE-2017-16944 for a Denial-of-Service D...

7.5CVSS8.4AI score0.6332EPSS
SaveExploits10
seebug.org
seebug.org
added 2016/05/10 12:00 a.m.239 views

Linux 内核通过 BPF 系统调用提权漏洞

漏洞概要 4 月 27 日有安全研究人员在 bugs.chromium.org 站点提交了本地提权高 危漏洞。 Linux 内核版本大于等于 4.4 时,当内核编译了 CONFIGBPFSYSCALL 并 且 sysctl 中的 kernel.unprivilegedbpfdisabled 没有明确设置为 1 时,无特 权的代码可以使用 bpf 系统调用加载 eBPF socket 过滤程序,从而达到系统提 权的⺫的,而前面的两个条件在最新的 Linux 发行版 Ubuntu 16.04 桌面版和 服务器版本均满足,经过测试 Kali Rolling 发行版 内核 4.4.0...

7AI score
SaveExploits0
seebug.org
seebug.org
added 2021/07/05 12:00 a.m.238 views

Node-RED-Dashboard 任意文件读取漏洞 (CVE-2021-3223)

...

5CVSS0.3AI score0.18512EPSS
SaveExploits1
seebug.org
seebug.org
added 2018/05/16 12:00 a.m.238 views

DHCP Client Script Code Execution Vulnerability(CVE-2018-1111)

Red Hat has been made aware of a command injection flaw found in a script included in the DHCP client dhclient packages in Red Hat Enterprise Linux 6 and 7. A malicious DHCP server, or an attacker on the local network able to spoof DHCP responses, could use this flaw to execute arbitrary commands...

0.6AI score0.97862EPSS
SaveExploits14
seebug.org
seebug.org
added 2016/01/27 12:00 a.m.238 views

Rails Dynamic Render 远程命令执行漏洞 (CVE-2016-0752)

如果你的应用程序使用的动态模版路径 例如: render params:id 那么你的程序将会存在远程代码执行和本地文件包含漏洞. 请把你的 Rails 升级到最新版本, 或者重构你的 controllers。 我们将展示如何在特定环境下使用代码执行和本地包含漏洞去攻击 Ruby on Rails 。 Rails的控制器有包含指定渲染文件的功能,举个例子, 当我们调用 show 方法的时候,如果没有定义其他渲染方法,该框架将会隐藏渲染 show.html.erb 文件。 在绝大多数情况下,开发者会输出不同的格式,例如:文本, JSON, XML 或者其他任何格式,或者查看一个文件,...

5CVSS6.7AI score0.95537EPSS
SaveExploits12
seebug.org
seebug.org
added 2014/03/13 12:00 a.m.238 views

深澜软件鸡肋漏洞可被getshell

简要描述: 深澜软件鸡肋漏洞造成getshell 详细说明: 有好几个鸡肋漏洞,就造成了getshell。 本例以中枪的陕西科技大学为例。 1.爆路径问题http://xxxx.xx:8080/global.php,所有均存在路径泄露 不过实际路径是/srun3/srun/services/ (1)80端口路径/srun3/web/ (2)8800端口路径/srun3/srun/services/ (3)8080/8081端口路径/srun3/srun/web/ 2.管理后台(8080/8081端口),默认口令 support...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2008/08/07 12:00 a.m.238 views

Discuz! 6.0.1 (searchid) Remote SQL Injection Exploit

No description provided by source. ?php errorreportingEALL&ENOTICE; printr" +------------------------------------------------------------------+ Exploit discuz6.0.1 Just work as php=5 & mysql=4.1 BY james +------------------------------------------------------------------+ "; if$argc4 $host=$argv...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2006/09/02 12:00 a.m.238 views

TikiWiki <= 1.9 Sirius (jhot.php) Remote Command Execution Exploit

No description provided by source. !/usr/bin/php -q -d shortopentag=on ? printr' -------------------------------------------------------------------------------- TikiWiki = 1.9 Sirius "jhot.php" remote commands execution exploit by rgod [email protected] site: http://retrogod.altervista.org dork...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2012/08/18 12:00 a.m.237 views

Microsoft Windows通用控件ActiveX控件远程代码执行漏洞

Bugtraq ID:54948 CVE ID:CVE-2012-1856 Microsoft Windows是一款流行的操作系统。 Microsoft Windows多个产品使用的MSCOMCTL.OCX中的通用控件TabStrip ActiveX控件存在漏洞,允许攻击者构建特制的文档或WEB页面,诱使用户解析,可破坏内存,可以应用程序上下文执行任意代码。目前此漏洞已经在网络上积极利用。 0 Microsoft Commerce Server 2002 Microsoft Commerce Server 2007 Microsoft Commerce Server 2009...

9.3CVSS6.9AI score0.72032EPSS
SaveExploits1
seebug.org
seebug.org
added 2008/11/11 12:00 a.m.237 views

VMware VirtualCenter目录遍历漏洞

BUGTRAQ ID: 32172 CVECAN ID: CVE-2008-4281 VirtualCenter是VMware的虚拟服务器管理系统。 VirtualCenter中的目录遍历漏洞可能允许拥有Datastore.FileManagement权限的管理员获得提升的权限。 VMWare ESX 3.5 VMWare ESXi 3.5 VMWare ------ 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: http://download3.vmware.com/software/vi/ESXe350-200810401-O-UG.zip...

9.3CVSS6.4AI score0.0187EPSS
SaveExploits1
seebug.org
seebug.org
added 2006/12/05 12:00 a.m.237 views

deV!Lz Clanportal Show参数SQL注入漏洞

deV!Lz Clanportal是一款基于Invision的一个图库模块。 deV!Lz Clanportal不充分过滤用户提交的URI输入,远程攻击者可以利用漏洞进行SQL注入攻击,获得敏感信息。 问题是'Index.PHP'脚本对用户提交的'show'参数缺少过滤,提交恶意SQL查询作为参数数据,可更改原来的SQL逻辑,获得敏感信息。 deV!Lz Clanportal deV!Lz Clanportal 1.3.6 目前没有解决方案提供: http://www.dzcp.de/news/index.php...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2017/09/20 12:00 a.m.236 views

Tomcat code execution vulnerability(CVE-2017-12615)

Vulnerability tidbits 2017 9 November 19, Apache Tomcat official confirmation and fixes two high-risk vulnerabilities, the vulnerability CVE number:CVE-2017-12615 and CVE-2017-12616,wherein the remote code execution vulnerability, CVE-2017-12615 impact: Apache Tomcat 7.0.0 - 7.0.79(7.0.81 repair...

6.8CVSS8.5AI score0.99607EPSS
SaveExploits22
seebug.org
seebug.org
added 2014/07/01 12:00 a.m.237 views

Joomla Template BizWeb com_community Persistent XSS Vulnerability

No description provided by source. 1 1 0 I'm Sid3^effects member from Inj3ct0r Team 1 1 0 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1 Name : Joomla comcommunity Persistent Xss Vulnerability Date : june, 21 2010 Critical Level : HIGH Vendor Url : http://styleware.eu/...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2007/04/20 12:00 a.m.236 views

PHP-Nuke绕过SQL注入保护及多个SQL注入漏洞

PHP-Nuke是一个广为流行的网站创建和管理工具,它可以使用很多数据库软件作为后端,比如MySQL、PostgreSQL、mSQL、Interbase、Sybase等。 PHP-Nuke实现上存在多个SQL注入漏洞,远程攻击者可能利用这些漏洞非授权操作数据库。 在mainfile.php文件中435行: //Union Tap //Copyright Zhen-Xjell 2004 http://nukecops.com //Beta 3 Code to prevent UNION SQL Injections unset$matches; unset$loc;...

7.7AI score
SaveExploits0
seebug.org
seebug.org
added 2021/04/20 12:00 a.m.235 views

ubuntu特权提升漏洞(CVE-2021-3493)

...

7.2CVSS0.8AI score0.49166EPSS
SaveExploits29
seebug.org
seebug.org
added 2017/02/13 12:00 a.m.235 views

Apache Tomcat information disclosure Vulnerability, CVE-2016-6816)

Severity: Important Vendor: The Apache Software Foundation Versions Affected: Apache Tomcat 9.0.0.M1 to 9.0.0.M11 Apache Tomcat 8.5.0 to 8.5.6 Apache Tomcat 8.0.0.RC1 to 8.0.38 Apache Tomcat 7.0.0 to 7.0.72 Apache Tomcat 6.0.0 to 6.0.47 Earlier, unsupported versions may also be affected...

6.8CVSS8.5AI score0.39633EPSS
SaveExploits6
seebug.org
seebug.org
added 2015/12/28 12:00 a.m.235 views

ThinkSAAS最新版2.4 Xss漏洞 指谁打谁

简要描述: thinksaas2.4+php2.6+apache2 未过滤 感谢@xfkxfk 详细说明: 先看消息写入代码: /var/www/html/thinksaas/app/user/action/message.php case "do": $msguserid = $userid; $msgtouserid = intval$POST'touserid'; $msgcontent = tsFilter$POST'content'; //用tsFilter过滤 aac'system'-antiWord$msgcontent; //过滤垃圾词...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2015/10/17 12:00 a.m.235 views

live800客服系统任意文件下载漏洞

简要描述: 偷闲发个漏洞,许多大厂商在,用危害挺大的。 详细说明: 在live800客服站点上fuzz出一个downlog.jsp文件 这里以 华为 为例: http://robotim.vmall.com/live800/downlog.jsp 根据提示猜测有可能是downlog.jsp没有接收到下载路径,于是继续fuzz参数: downlog.jsp?path=/&file=etc/passwd downlog.jsp?filepath=/&file=etc/passwd downlog.jsp?filepath=/&filename=etc/passwd ……...

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

HP-UX <= 10.20 newgrp Vulnerability

No description provided by source. source: http://www.securityfocus.com/bid/683/info Due to insufficient bounds checking on user supplied arguments, it is possible to overflow an internal buffer and execute arbitrary code as root. !/usr/bin/perl use FileHandle; sub h2cs local$stuff=@; local$rv;...

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

CUPS < 1.3.8-4 - (pstopdf filter) Privilege Escalation Exploit

No description provided by source. / cve-2008-5377.c CUPS 1.3.8-4 pstopdf filter exploit Jon Oberheide [email protected] http://jon.oberheide.org Usage: $ gcc cve-2008-5377.c -o cve-2008-5377.c $ ./cve-2008-5377 $ id uid=0root gid=1000vm ... Information:...

6.9CVSS0.3AI score0.0066EPSS
SaveExploits7
seebug.org
seebug.org
added 2014/03/14 12:00 a.m.235 views

Kentico CMS用户名泄漏漏洞

Kentico CMS是一款内容管理系统。 由于应用程序没有限制访问CMSModules/Messaging/CMSPages/PublicMessageUserSelector.aspx,可以泄漏有效的用户名。 0 Kentico CMS 7.x Kentico CMS 7.0.78版本以修复此漏洞,建议用户下载使用: http://www.kentico.com/...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/03/03 12:00 a.m.235 views

phpmpsSQL注入漏洞之2

简要描述: 过滤不严。 详细说明: 在member.php中 case 'delcom': $comid = trim$REQUEST'id'; $sql = "select userid from $tablecom where comid='$comid' "; $comuserid = $db-getOne$sql; if$comuserid!=$useridshowmsg'此信息不是您发布的,您不能修改'; $sql = "SELECT thumb FROM $tablecom WHERE comid IN $comid"; $image = $db-getOne$sql;...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2013/06/03 12:00 a.m.235 views

用友致远A6协同管理SQL注射漏洞

简要描述: 用友致远A6协同管理SQL注射漏洞,需登录账户。 详细说明: 注入发生在searchresult.jsp文件中的docTitle参数 http://xxxxxx.com/yyoa/oaSearch/searchresult.jsp?docType=协同信息&docTitle=1'and//1=2// union//all//select//user,2,3,4,5%23&goal=1&perId=0&startTime=&endTime=&keyword=&searchArea=notArc 查询表名: http:// xxxxxx.com...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2008/12/11 12:00 a.m.235 views

Microsoft Windows search-ms协议解析远程代码执行漏洞(MS08-075)

BUGTRAQ ID: 32652 CVECAN ID: CVE-2008-4269 Microsoft Windows是微软发布的非常流行的操作系统。 Windows资源管理器在解析search-ms协议时没有正确地处理参数,如果用户访问了恶意站点并通过特殊方式调用了search-ms协议处理器的话,就可能导致执行任意代码。 Microsoft Windows Vista SP1 Microsoft Windows Vista Microsoft Windows Server 2008 临时解决方法: 在Windows资源管理器中禁用search-ms协议处理程序。 使用交互方法 1...

8.5CVSS6.9AI score0.20516EPSS
SaveExploits5
seebug.org
seebug.org
added 2017/12/18 12:00 a.m.234 views

Command injection vulnerability in Net::FTP(CVE-2017-17405)

There is a command injection vulnerability in Net::FTP bundled with Ruby. This vulnerability has been assigned the CVE identifier CVE-2017-17405. Details Net::FTPget, getbinaryfile, gettextfile, put, putbinaryfile, and puttextfile use Kernelopen to open a local file. If the localfile argument...

9.4AI score0.73829EPSS
SaveExploits5
seebug.org
seebug.org
added 2017/02/03 12:00 a.m.234 views

Netgear router password disclosure Vulnerability(CVE-2017-5521)

0x01 vulnerability overview NETGEAR is a United States well-known router manufacturers, its products are used worldwide extensively. Recently, foreign security researcher Simon Kenin find NETGEAR router more series there is a password leak Vulnerability, CVE-2017-5521-in. When the router Password...

4.3CVSS8.2AI score0.89245EPSS
SaveExploits7
seebug.org
seebug.org
added 2014/07/01 12:00 a.m.234 views

SQLiteManager 1.2.4 - Remote PHP Code Injection Vulnerability

No description provided by source. Description: =============================================================== Exploit Title: SQLiteManager 0Day Remote PHP Code Injection Vulnerability Google Dork: intitle:SQLiteManager inurl:sqlite/ Date: 23/01/2013 Exploit Author: RealGame Vendor Homepage:...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/05/19 12:00 a.m.234 views

Anymacro 邮件系统最新版SQL注入漏洞

简要描述: 厂商一直回复说,不是最新版的,现在我就捅几枚最新版的菊花出来,谢谢。。。 详细说明: 0x001 anymacro是国内较流行的一家企业级邮箱系统,客户主要为教育/政府机构。 今天所发现的SQL注入影响所有Anymacro所有邮件系统。 0x002 漏洞分析 本次属于黑盒测试。。。 漏洞点在网盘处,在下载里面的附件的时候,由于参数未进行判断,导致产生SQL注入漏洞 https://mail.xxx.com/down.php?netdisk=1...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2009/11/08 12:00 a.m.234 views

Linux 2.6.x fs/pipe.c local root exploit

No description provided by source. For those who were not yet aware, there is at least 3 public exploits since 11/05/2009 for CVE-2009-3547 targeting all linux kernels from 2.6.0 to 2.6.31 included. Since spender and fotis have already release their own, there is not need for us to keep this on o...

6.9CVSS7.5AI score0.0489EPSS
SaveExploits11
seebug.org
seebug.org
added 2021/03/26 12:00 a.m.233 views

Microsoft Windows本地提权漏洞(CVE-2021-1732)

CVE-2021-1732: win32kfull xxxCreateWindowEx callback out-of-bounds Mar 25, 2021 • iamelli0t CVE-2021-1732 is a 0-Day vulnerability exploited by the BITTER APT organization in one operation which was disclosed in February this year123. This vulnerability exploits a user mode callback opportunity i...

4.6CVSS0.78376EPSS
SaveExploits21
seebug.org
seebug.org
added 2018/06/08 12:00 a.m.233 views

Linux ext4: out-of-bounds memcpy via non-inline system.data xattr(CVE-2018-11412)

ext4 can store data for small regular files as "inline data", meaning that the data is stored inside the corresponding inode instead of in separate blocks. Inline data is stored in two places: The first 60 bytes go in the iblock field in the inode which normally contains a list of blocks instead,...

0.2AI score0.16154EPSS
SaveExploits5
seebug.org
seebug.org
added 2014/05/14 12:00 a.m.233 views

用友协作办公平台getshell(特奇葩且通杀)

简要描述: 用友协作办公平台getshell特奇葩且通杀 详细说明: 重复: WooYun: 用友某办公平台通用漏洞getshell漫游内网第一弹 1 漏洞文件 /common/uploadFile.jsp 查看源文件,如图 重点关注这里 "?action=save&savePath=/imageshttps://images.seebug.org/upload/&fileName=14051439450001.jpg" 看见了什么?没错!保存文件的路径 文件名全在这里,是不是觉得特奇葩.. 2 漏洞测试 随便上传一个文件,同时 F12...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/02/25 12:00 a.m.233 views

PostgreSQL安全限制绕过漏洞

BUGTRAQ ID: 65723 CVECAN ID: CVE-2014-0060 PostgreSQL是一款高级对象-关系型数据库管理系统,支持扩展的SQL标准子集。 PostgreSQL 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20之前版本在实现上存在安全漏洞,“GRANT ... WITHOUT ADMIN OPTION”限制可被绕过,攻击者可利用此漏洞获取管理员权限,撤销其他用户的访问权限。 0 PostgreSQL PostgreSQL 8.x 厂商补丁: PostgreSQL ----------...

4CVSS0.2AI score0.04124EPSS
SaveExploits2
seebug.org
seebug.org
added 2010/05/13 12:00 a.m.233 views

MySQL COM_FIELD_LIST命令远程溢出漏洞

BUGTRAQ ID: 40106 CVE ID: CVE-2010-1850 MySQL是一款使用非常广泛的开放源代码关系数据库系统,拥有各种平台的运行版本。 远程攻击者可以通过向MySQL数据库提交包含有超长表格名称参数的COMFIELDLIST命令触发缓冲区溢出,导致执行任意代码。 MySQL 5.1/5.0 厂商补丁: Oracle ------ 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: http://bugs.mysql.com/bug.php?id=53237...

6CVSS9.4AI score0.21789EPSS
SaveExploits1
seebug.org
seebug.org
added 2021/07/22 12:00 a.m.232 views

D-LINK DIR-3040 服务组件使用默认密码(CVE-2021-21818)

The DIR-3040 is an AC3000-based wireless internet router. Zebra is an IP routing manager that provides kernel routing table updates, interface lookups, and redistribution of routes between different routing protocols. The DIR-3040 runs this service by default on TCP port 2601 and can be accessed ...

5CVSS7.8AI score0.01691EPSS
SaveExploits2
seebug.org
seebug.org
added 2018/07/11 12:00 a.m.232 views

VLC media player 2.2.8 Arbitrary Code Execution PoC(CVE-2018-11529)

Exploit Title: VLC media player 2.2.8 Arbitrary Code Execution PoC Date: 6-6-2018 Exploit Author: Eugene Ng Vendor Homepage: https://www.videolan.org/vlc/index.html Software Link: http://download.videolan.org/pub/videolan/vlc/2.2.8/win64/vlc-2.2.8-win64.exe Version: 2.2.8 Tested on: Windows 10 x6...

0.9AI score0.36967EPSS
SaveExploits10
seebug.org
seebug.org
added 2017/09/21 12:00 a.m.232 views

Tomcat information disclosure Vulnerability(CVE-2017-12616 )analysis

Several recent Tomcat CVE CVE-2017-5664 Tomcat Security Constraint Bypass CVE-2017-12615 remote code execution vulnerability CVE-2017-12616 information disclosure vulnerability Common Is tasteless With JspServlet and DefaultServlet about the system. CVE-2017-12615 this remote code execution are...

6.8CVSS8.5AI score0.99607EPSS
SaveExploits22
seebug.org
seebug.org
added 2015/03/16 12:00 a.m.232 views

YouYaX最新版存储型XSS漏洞(demo复现)

简要描述: RT 详细说明: 在回复消息处 cookie也可以获取 漏洞证明: 在回复消息处 cookie也可以获取...

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

Jax PHP Scripts 1.0/1.34/2.14/3.31 jax_guestbook.php Multiple Parameter XSS

No description provided by source. source: http://www.securityfocus.com/bid/14481/info Jax PHP Scripts are affected by multiple cross-site scripting vulnerabilities. These issues are due to a failure in the applications to properly sanitize user-supplied input. An attacker may leverage any of the...

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

deV!L`z Clanportal Witze Addon 0.9 - SQL Injection Vulnerability

No description provided by source. ======================================================================================== | Title : deV!Lz Clanportal Witze Addon Versions 0.9 SQL Injection Vulnerability | Author : Easy Laster | Download : http://dzcp-zone.de/downloads/?action=show&id=97 | Scrip...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/02/25 12:00 a.m.232 views

PostgreSQL 'make check' 本地权限提升漏洞

BUGTRAQ ID: 65721 CVECAN ID: CVE-2014-0067 PostgreSQL是一款高级对象-关系型数据库管理系统,支持扩展的SQL标准子集。 PostgreSQL 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20之前版本通过"make check"在构造树内运行回归测试时,服务器进程允许同一台机器上的用户作为超级用户登录,另外一个本地用户也可以获取操作系统用户的权限。 0 PostgreSQL PostgreSQL 8.x 厂商补丁: PostgreSQL ----------...

4.6CVSS0.3AI score0.00484EPSS
SaveExploits1
seebug.org
seebug.org
added 2010/05/12 12:00 a.m.232 views

Apache 'mod_proxy_http' Interim Response Denial of Service Vulnerability

CVE: CVE-2008-2364 The Apache 'modproxyhttp' module is prone to a denial-of-service vulnerability that affects the processing of interim responses. Attackers may exploit this issue to cause denial-of-service conditions. Reportedly, the issue affects Apache 2.2.8 and 2.0.63; other versions may als...

5CVSS0.2AI score0.12714EPSS
SaveExploits2
seebug.org
seebug.org
added 2016/01/19 12:00 a.m.231 views

用友TurboCRM /ajax/getemaildata.php 任意文件读取漏洞

漏洞信息: 用友TurboCRM客户关系管理系统是一套基于B/S架构、互联网模式应用普及的信息化趋势,专为中小企业提供包括客户管理、销售管理、项目管理等应用的在线CRM。 用友TurboCRM /ajax/getemaildata.php 存在任意文件读取漏洞导致敏感信息泄漏。 漏洞分析: 漏洞存在于/ajax/getemaildata.php filePath参数未有效过滤,导致可以使用 ../../ 越权读取任意文件。 可使用以下URl测试读取系统文件:...

7.1AI score
SaveExploits0
Total number of security vulnerabilities5000