Lucene search
+L
SeebugMost viewed

56796 matches found

seebug.org
seebug.org
added 2015/07/07 12:0 a.m.69 views

用友优普U8系统三处SQL注射漏洞

简要描述: 用友某系统两处SQL注射漏洞 详细说明: 前面有人提交这系统的漏洞 WooYun: 用友优普U8某系统两处SQL注入无需登录DBA权限83案例 搜索了好久终于找到了案例,于是乎漏洞来了。。。 总共三处漏洞, 0x01 SQL注入一 /Server/CmxUserGroup.php?pgid=GroupDelUserOK UserID=1&OrgID=1 POST /Server/CmxUserGroup.php?pgid=GroupDelUserOK HTTP/1.1 Referer: http://218.27.137.242:8080/ Cookie:...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2015/06/20 12:0 a.m.69 views

ThinkPHP设计缺陷导致逻辑漏洞造成密码找回绕过等问题

简要描述: 在不正确使用 ThinkPHP 时,可能会造成参数处理流程导致的逻辑漏洞。 详细说明: ThinkPHP 处理传入的参数的时候,如果直接带入一个数组,接着数组带入 SQL 语句,会产生之前 phithon 大牛爆的 0day: WooYun: ThinkPHP框架架构上存在SQL注入 利用方式很简单: data0=exp&data1=SQLI 然而,thinkphp 支持的不仅仅是 exp,像 like、in,都会支持。 也就是说,我们可以在很多地方精心构造一个参数,导致造成逻辑漏洞。比如找回密码、权限验证等。 我们传入: data0=like&data1=x%25...

7.6AI score
SaveExploits0
seebug.org
seebug.org
added 2015/05/14 12:0 a.m.69 views

用友内部论坛数据备份信息泄露一万多员工已经内部交流信息泄露

简要描述: 看到这有个正在维护的系统,写着"系统正在升级中...将于2011年10月27日正常访问,敬请谅解!" 于是果断扫了目录,果然有数据备份、 涉及一万多的内部人员数据、大量的用友邮箱、还有部分的内部交流信息、 能再上首页吗? 详细说明: 涉及的IP:http://219.141.185.30/wk.htm 备份数据下载地址:http://219.141.185.30/webroot.rar 果断的解压、 数据挺多的,看了下下面这两个比较有意思、 搜了下,涉及用友邮箱一共1500多、 账户总数是一万七千多、 下面这个比较有意思、...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2015/03/24 12:0 a.m.69 views

TurboMail 6.0.0 /nicknamelogin.jsp 登录绕过漏洞

No description provided by source...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2015/03/20 12:0 a.m.69 views

某学生综合管理系统通用SQL注入漏洞

简要描述: 某学生综合管理系统通用SQL注入漏洞 详细说明: 系统名称:学校综合管理平台 厂商:上海安脉计算机科技有限公司 关键字:版权所有:上海安脉计算机科技有限公司 系统架构:ASPX+MSSQL 漏洞文件:STManage/SystemManage/MaterialSetting.aspx 注入参数:hidmaterid 枚举部分案例: http://anmai.net:81/ http://jwxx.am.jsedu.sh.cn/ANMAI/ http://bssyxxgl.eicbs.com/ http://cjzx.am.jsedu.sh.cn/...

7.5AI score
SaveExploits0
seebug.org
seebug.org
added 2014/10/10 12:0 a.m.69 views

方维团购最新版通杀注入(附大量案例)

简要描述: RT $$$$$$$$$$$$$$$$$$$$$$$ 详细说明: 官网没成功。但是基本通杀。 存在问题的地方是这个登录接口:m.php?m=User&a=doLogin post:origURL=ghost&password=ghost&email=ghost(email参数没有过滤) 报错注入 http://www.qianrengou.com/m.php?m=User&a=doLogin post:post:origURL=ghost&password=ghost&email=ghost 默认后台:admin.php...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/09/25 12:0 a.m.69 views

大汉版通系统SQL注入漏洞

简要描述: 大汉版通系统SQL注入漏洞 详细说明: 貌似,Prize 奖励方案改了 SO...又来一发,JCMS最新注入漏洞 该连接存在SQL注入 /jcms/m5e/module/voting/oprvotingmodal.jsp?iID=11&fnbillstatus=B sqlmap.py -u "http://www.wugang.gov.cn/jcms/m5e/module/voting/oprvotingmodal.jsp?iID=11&fnbillstatus=B" sqlmap.py -u...

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

php云人才系统 小漏洞一步步getshell(后台)

简要描述: php云人才系统 小漏洞一步步getshell,这里包含了php与mysql交互时候的特性(也算一个漏洞),还有phpyun自身图片的验证机制问题,等等,步骤比较艰辛,本来想在这里搞一个csrf呢,找了半天没有找到,到时找到一大堆xss,这里就不利用xss了,且看分析 详细说明: 首先我们做一个小测试: 对于mysql存储来说,建站者都会给每一个字段设置长度,然后当我们插入进去的数据长度超过了设置的长度,那么mysql是不会报错,然而会自然截断存储,这个就给我们编写程序的人留下了隐患。 利用场景分析...

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

phpok 4.0.556 /data.php SQL注入漏洞

No description provided by source...

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

Nagios history.cgi Remote Command Execution Vulnerability

No description provided by source. !/usr/bin/python CVE-2012-6096 - Nagios history.cgi Remote Command Execution =========================================================== Another year, another reincarnation of classic and trivial bugs to exploit. This time we attack Nagios.. or more specifically...

7.5CVSS0.5AI score0.6645EPSS
SaveExploits15
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.69 views

Coppermine Photo Gallery <= 1.4.22 Remote Exploit

No description provided by source. !/usr/bin/perl Coppermine Photo Gallery = 1.4.22 Remote Exploit Need registerglobals = on and magicquotesgpc = off Based on vulnerabilities discussed at http://www.milw0rm.org/exploits/8713 Coded by girex use LWP::UserAgent; ifnot defined $ARGV0 banner; print -...

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

Java Applet AverageRangeStatisticImpl Remote Code Execution

No description provided by source. This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit web site for more information on licensing and terms of use. http://metasploit.com/ require 'msf/core' require 'rex' class...

10CVSS0.2AI score0.91013EPSS
SaveExploits19
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.69 views

HyperBook Guestbook 1.3 GBConfiguration.DAT Hashed Password Information Disclosure Vulnerability

No description provided by source. source: http://www.securityfocus.com/bid/22754/info HyperBook Guestbook is prone to an information-disclosure vulnerability because the application fails to protect sensitive information. An attacker can exploit this issue to access sensitive information that ma...

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

Pandora FMS <= 3.1 - SQL Injection

No description provided by source. + Introduction Pandora FMS for Pandora Flexible Monitoring System is a software solution for monitoring computer networks. It allows monitoring in a visual way the status and performance of several parameters from different operating systems, servers, applicatio...

7.5CVSS0.4AI score0.05339EPSS
SaveExploits8
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.69 views

All Enthusiast ReviewPost PHP Pro 2.5 showcat.php SQL Injection

No description provided by source. source: http://www.securityfocus.com/bid/9574/info It has been reported that ReviewPost PHP Pro may be prone to multiple SQL injection vulnerabilities that may allow an attacker to influence SQL query logic. This issue could be exploited to disclose sensitive...

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

mygamingladder MGL Combo System <= 7.5 game.php SQL injection Exploit

No description provided by source. ----------------------------Information------------------------------------------------ +Name : mygamingladder MGL Combo System = 7.5 game.php SQL injection Exploit +Autor : Easy Laster +Date : 10.10.2010 +Script : mygamingladder MGL Combo System = 7.5 +Price :...

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

Enthrallweb eClassifieds dircat.asp cid Parameter SQL Injection

No description provided by source. source: http://www.securityfocus.com/bid/21192/info eClassifieds is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. Exploiting these issues could allow an attacker to...

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

Oracle Database Remote Listener Memory Corruption Vulnerability

No description provided by source. source: http://www.securityfocus.com/bid/37728/info Oracle Database is prone to a remote memory-corruption vulnerability in Listener. The vulnerability can be exploited over the 'Oracle Net' protocol. An attacker does not require privileges to exploit this...

10CVSS0.0983EPSS
SaveExploits4
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.69 views

Invision IP.Board <= 3.3.4 unserialize() PHP Code Execution

No description provided by source. This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit web site for more information on licensing and terms of use. http://metasploit.com/ require 'msf/core' class Metasploit3...

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

fusebox (ProductList.cfm?CatDisplay) - Remote SQL Injection Vulnerability

No description provided by source. ----------------------------------------------------------------------------------------- AJSADVISORIES01&2010 fusebox ProductList.cfm?CatDisplay Remote SQL Injection Vulnerability...

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

ACE Stream Media 2.1 - (acestream://) Format String Exploit PoC

No description provided by source. ? ACE Stream Media 2.1 acestream:// Format String Exploit PoC Vendor: ACE Stream Product web page: http://www.acestream.org Affected version: Ace Player HD 2.1.9 VLC 2.0.5 Summary: Ace Stream is an innovative multimedia platform of a new generation, which includ...

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

KnowledgeBuilder 2.0/2.1/3.0 - Remote File Include Vulnerability

No description provided by source. source: http://www.securityfocus.com/bid/9292/info KnowledgeBuilder is prone to a remote file include vulnerability. An attacker could exploit this to cause hostile PHP scripts to be included and executed from a remote server. This would occur in the security...

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

Coppermine Photo Gallery 1.x modules.php startdir Parameter Traversal Arbitrary File Access

No description provided by source. source: http://www.securityfocus.com/bid/10253/info Coppermine Photo Gallery is reported prone to multiple input-validation vulnerabilities, some of which may lead to arbitrary command execution. These issues occur because the application fails to properly...

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

DLink DIR-645 / DIR-815 diagnostic.php Command Execution

No description provided by source. This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit web site for more information on licensing and terms of use. http://metasploit.com/ require 'msf/core' class Metasploit3...

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

Linux Kernel 2.0.x/2.2.x/2.4.x,FreeBSD 4.x Network Device Driver Frame Padding Information Disclosure

No description provided by source. source: http://www.securityfocus.com/bid/6535/info Network device drivers for several vendors have been reported to disclose potentially sensitive information to attackers. Frames that are smaller than the minimum frame size should have the unused portion of the...

5CVSS0.2AI score0.70235EPSS
SaveExploits15
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.69 views

Kaillera Multiple Clients Buffer Overflow Vulnerabilities

No description provided by source. !/usr/bin/perl Exploit Title: Remote Buffer Overflows in Kaillera clients Date: 6/30/11 Author: sil3ntdre4m Software Link: Multiple: 1. Kaillera original client: An emulator to download with this client bundled with it is Project64K 0.13:...

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

mIRC 6.1 DCC SEND Buffer Overflow Vulnerability (1)

No description provided by source. source: http://www.securityfocus.com/bid/8818/info A vulnerability has been reported to exist in the mIRC client that may allow a remote attacker to crash a vulnerable mIRC client. The condition is most likely present due to insufficient boundary checking...

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

sap netweaver dispatcher 7.0 ehp1/2 - Multiple Vulnerabilities

No description provided by source. 1. Advisory Information Title: SAP Netweaver Dispatcher Multiple Vulnerabilities Advisory ID: CORE-2012-0123 Advisory URL: http://www.coresecurity.com/content/sap-netweaver-dispatcher-multiple-vulnerabilities Date published: 2012-05-08 Date of last update:...

9.3CVSS9.6AI score0.41919EPSS
SaveExploits26
seebug.org
seebug.org
added 2014/06/20 12:0 a.m.69 views

Discuz3.2后台文件包含漏洞可后台拿shell

简要描述: 最新版本:Discuz! X3.2 Release 20140618 包括以前版本 详细说明: 由于创建专题时未对 静态化名称 做任何限制引发此漏洞 1.全局-站点信息 网站 URL: http://www.comsenz.com/ 2.工具-更新缓存 3.门户-HTML管理 静态文件扩展名: htm 专题HTML存放目录:data/cache 4.创建专题 静态化名称此处未做任何限制:../../template/default/portal/portaltopictest 5.专题管理 对刚添加的专题 开启 并生成 img...

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

Anymacro Mail System 6 /share.php SQL注入漏洞

No description provided by source...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/03/20 12:0 a.m.69 views

Google Chrome OS crosh命令注入漏洞

CVE ID:CVE-2014-1706 Chrome OS是一款Google开发的基于PC的操作系统。 Chrome OS crosh存在安全漏洞,允许攻击者利用漏洞注入命令。 0 Google Chrome OS Google Chrome OS 33.0.1750.152已经修复该漏洞,建议用户下载更新: http://www.google.com/...

7.5CVSS6.5AI score0.0062EPSS
SaveExploits1
seebug.org
seebug.org
added 2014/03/19 12:0 a.m.69 views

MantisBT 'mc_issue_attachment_get' SOAP API SQL注入漏洞

BUGTRAQ ID: 65445 CVE ID: CVE-2014-1608 MantisBT是基于Web的bug跟踪系统。 MantisBT 1.2.16之前版本,api/soap/mcfileapi.php内的mcifileget函数存在SQL注入漏洞,这可使远程攻击者通过mcissueattachmentget SOAP请求内的特制envelope标签,利用此漏洞执行任意SQL命令。 0 mantisbt mantisbt 1.2.16 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: http://www.mantisbt.org/...

7.5CVSS6.2AI score0.03141EPSS
SaveExploits2
seebug.org
seebug.org
added 2014/03/18 12:0 a.m.69 views

Proxmox Mail Gateway跨站脚本和HTML注入漏洞

Bugtraq ID:66169 CVE ID:CVE-2014-2325 Proxmox Mail Gateway是一个邮件网关。 Proxmox Mail Gateway存在反射型跨站脚本和存储型跨站脚本漏洞,允许攻击者利用漏洞提交恶意数据,可获取敏感信息或劫持用户会话。 0 Proxmox Mail Gateway 3.1 Proxmox Mail Gateway 3.2已经修复该漏洞,建议用户下载更新: http://proxmox.com https://IP/objects/who/index.htm?itemid=1&gid=2&state=...

4.3CVSS6.7AI score0.01221EPSS
SaveExploits2
seebug.org
seebug.org
added 2014/03/13 12:0 a.m.69 views

Squid SSL-Bump HTTPS请求处理拒绝服务漏洞

CVE ID:CVE-2014-0128 Squid Cache简称为Squid是一个流行的代理服务器和Web缓存服务器软件。 Squid SSL-Bump中相关状态管理处理存在错误,允许攻击者提交特制的HTTP请求触发断言错误,造成拒绝服务攻击。 0 Squid 3.x 厂商补丁: Squid ----- Squid 3.3.12或3.4.4已经修复该漏洞,建议用户下载更新: http://www.squid-cache.org...

5CVSS8.8AI score0.32862EPSS
SaveExploits1
seebug.org
seebug.org
added 2014/03/03 12:0 a.m.69 views

Schneider Electric Floating License Manager权限提升漏洞

BUGTRAQ ID: 65873 CVECAN ID: CVE-2014-0759 Schneider Electric Floating License Manager是许可证管理器。 Schneider Electric Floating License Manager在实现上存在“未引用搜索路径或元素”漏洞,如果服务的可执行路径包含空格,攻击者可利用此漏洞执行恶意程序。 0 Schneider Electric Floating License Manager 1.0.0 - 1.4.0 厂商补丁: Schneider Electric ------------------...

6.9CVSS6.4AI score0.00446EPSS
SaveExploits1
seebug.org
seebug.org
added 2014/02/20 12:0 a.m.69 views

ThinkSAAS 设计缺陷导致严重漏洞

简要描述: ThinkSAAS 设计缺陷导致严重漏洞 详细说明: ThinkSAAS 的管理后台是system目录。 但是在每一个功能的目录下有一个amdin目录,这下面的功能和system管理后台功能一样。 如\app\article\action\admin\post.php findAll'article',null,'addtime desc',null,$lstart.',20'; $articleNum = $new'article'-findCount'article'; $pageUrl = pagination$articleNum, 20, $page, $url;...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/02/18 12:0 a.m.69 views

Sitecore CMS‘xmlcontrol’参数跨站脚本漏洞

BUGTRAQ ID: 65254 Sitecore CMS是丹麦Sitecore公司的一套在线营销内容管理系统(CMS)。该系统支持内容编辑、多种语言、多网站部署、数字资产管理等。 Sitecore CMS中存在跨站脚本漏洞,该漏洞源于程序没有正确过滤用户提交的输入。当用户浏览被影响的网站时,其浏览器将执行攻击者提供的任意脚本代码,这可能导致攻击者窃取基于cookie的身份认证并发起其它攻击。 0 Sitecore CMS 厂商补丁: Sitecore ----- 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载:...

6.9AI score
SaveExploits0
seebug.org
seebug.org
added 2014/02/12 12:0 a.m.69 views

SIEMENS SIMATIC WinCC Open Architecture不安全密码哈希漏洞

BUGTRAQ ID: 65339 CVECAN ID: CVE-2014-1696 Siemens SIMATIC WinCC 是监测控制和数据采集SCADA及人机界面HMI系统。 SIEMENS SIMATIC WinCC OA 3.12 P002之前版本使用了弱密码哈希算法,存在安全漏洞,远程攻击者通过暴力攻击,即可获取访问权限。 0 Siemens SIMATIC WinCC Open Architecture 3.12 P002 January 厂商补丁: Siemens ------- 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载:...

5CVSS6.4AI score0.01691EPSS
SaveExploits1
seebug.org
seebug.org
added 2013/05/29 12:0 a.m.69 views

Ecshop后台getshell漏洞

简要描述: 非模板 详细说明: 爆路径+sql命令执行=getshell 0x01.爆路径,得到物理路径 http://127.0.0.1/ecshop/languages/enus/common.php 0x02.后台sql语句执行处,into outfile写文件,配合上步得到的物理路径拿shell 在sql语句处输入: select "" into outfile '物理路径//test.php'; 0x03.提交执行,接下来,mysql报错了 0x04.再去看看,可爱的shell已经在那里了 漏洞证明: https://i...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2013/02/28 12:0 a.m.69 views

VMware vCenter, ESXi, ESX NFC协议内存破坏漏洞

BUGTRAQ ID: 58115 CVECAN ID: CVE-2013-1659 VMware vCenter是VMware vSphere套件中一个强大的主机和虚拟机集中管理组件。VMware ESX Server是为适用于任何系统环境的企业级虚拟计算机软件。 VMware vCenter, ESXi, ESX NFC在处理NFC协议时存在安全漏洞,要利用此漏洞攻击者必须截获并修改vCenter Server与客户端或ESXi/ESX与客户端之间的NFC通讯。成功利用此漏洞可导致代码执行。 0 VMWare ESX 4.1 VMWare ESX 4.0 VMWare ESX 3.5...

7.6CVSS6.6AI score0.01816EPSS
SaveExploits1
seebug.org
seebug.org
added 2012/12/03 12:0 a.m.69 views

shopex官方演示后台得到shell与任意文件遍历突破

简要描述: shopex演示后台模板编辑功能未限制上传导致可利用解析漏洞建立php.php形式的文件夹获得shell 详细说明: 漏洞地址:http://demo.shopex.com.cn/485 官方提供了后台账号密码,登陆后发现似乎是被大家测试的多了,官方非常小心,权限限制的很严格,模板不允许编辑,并且上传后自动重新命名更换文件夹。js,php代码更是全部限制。。。 中间复杂的测试过程不多说。。直接说漏洞利用过程好了 ps:模板上传后立即点应用,回到首页随便看一张自带图片可以得到上传后的地址。 1.本地搭建shopex...

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

Apache CXF Failed Element Verification(CVE-2012-2379)

No description provided by source. CVE-2012-2379: Apache CXF does not verify that elements were signed or encrypted by a particular Supporting Token. Severity: Important Vendor: The Apache Software Foundation Versions Affected: This vulnerability affects all released versions of Apache CXF...

10CVSS0.04112EPSS
SaveExploits1
seebug.org
seebug.org
added 2012/06/05 12:0 a.m.69 views

Pidgin &lt;2.10.4 XMPP协议文件传输请求处理远程拒绝服务漏洞

BUGTRAQ ID: 53706 CVE ID: CVE-2012-2214 Pidgin是一款多合一世界主流即时通讯软件集成工具。 Pidgin 2.10.4之前版本在处理一系列特制的文件传输请求时刻造成客户端引用无效内存,用户接受了其中一个文件传输请求后,可造成受影响应用崩溃。 0 Pidgin 2.10.4 厂商补丁: Pidgin ------ Pidgin已经为此发布了一个安全公告(CVE-2012-2214)以及相应补丁: CVE-2012-2214:XMPP remote crash 链接:http://www.pidgin.im/news/security/?id=62...

3.5CVSS1.1AI score0.02195EPSS
SaveExploits1
seebug.org
seebug.org
added 2012/05/25 12:0 a.m.69 views

Apache Commons Compress和Apache Ant拒绝服务漏洞

BUGTRAQ ID: 53676 CVE ID: CVE-2012-2098 Apache Commons Compress库定义了一个API,可处理ar、cpio、Unix dump、tar、zip、gzip、XZ、Pack200、bzip2文件。Apache Ant,是一个将软件编译、测试、部署等步骤联系在一起加以自动化的一个工具,大多用于Java环境中的软件开发。 Apache Commons Compress 1.4.1之前版本在使用bzip2压缩文件时存在安全漏洞,可通过发送到BZip2CompressorOutputStream类的特制文件利用此漏洞消耗系统资源,造成拒绝服...

5CVSS2.1AI score0.12608EPSS
SaveExploits1
seebug.org
seebug.org
added 2012/01/18 12:0 a.m.69 views

Apache Tomcat Request Information Disclosure

No description provided by source. CVE-2011-3375 Apache Tomcat Information disclosure Severity: Important Vendor: The Apache Software Foundation Versions Affected: - Tomcat 7.0.0 to 7.0.21 - Tomcat 6.0.30 to 6.0.33 - Earlier versions are not affected Description: For performance reasons,...

5CVSS4.7AI score0.06694EPSS
SaveExploits2
seebug.org
seebug.org
added 2011/12/01 12:0 a.m.69 views

Oracle Java Applet剪贴板注入远程代码执行漏洞

CVE ID:CVE-2010-4465 Oracle Java Runtime Environment是一款为JAVA应用程序提供可靠的运行环境的解决方案。 由于不充分防御系统剪贴板劫持攻击。当in focus时,恶意组件可无需用户交互获取系统剪贴板的句柄。然后可从剪贴板中读取数据或写入。通过把TransferableProxy对象写入到系统剪贴板,并强制粘贴操作,可调用JRE用户上下文执行任意代码 Oracle Java Runtime 厂商解决方案 用户可参考如下供应商提供的安全公告获得补丁信息:...

10CVSS0.3AI score0.04132EPSS
SaveExploits1
seebug.org
seebug.org
added 2011/11/09 12:0 a.m.69 views

Linux Kernel '/mm/oom_kill.c'整数溢出漏洞

Bugtraq ID: 50549 CVE ID:CVE-2011-4097 Linux是一款开放源代码的操作系统。 Linux Kernel在/mm/oomkill.c的实现上存在一个整数溢出漏洞,本地攻击者可利用此漏洞提升特权。此漏洞仅影响64位架构。 Linux kernel 3.0.4 Linux kernel 3.0.1 Linux kernel 2.6.x 厂商解决方案 用户可参考如下供应商提供的安全公告获得补丁信息: https://www.lkml.org/lkml/2011/10/31/138...

4.9CVSS0.1AI score0.00453EPSS
SaveExploits2
seebug.org
seebug.org
added 2011/09/09 12:0 a.m.69 views

Linux Kernel &lt; 2.6.36.2 Econet Privilege Escalation Exploit

No description provided by source. / half-nelson.c Linux Kernel 2.6.36.2 Econet Privilege Escalation Exploit Jon Oberheide [email protected] http://jon.oberheide.org Information: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3848 Stack-based buffer overflow in the econetsendmsg function ...

6.9CVSS0.3AI score0.01542EPSS
SaveExploits13
seebug.org
seebug.org
added 2011/05/01 12:0 a.m.69 views

Microsoft Excel Axis属性远程代码执行漏洞

微软Excel中很容易出现一个远程代码执行漏洞,因为没有足够的应用程序验证用户提供的输入。 攻击者可以利用通过诱使不知情的用户打开特制的Excel文件这个问题。 成功的攻击可以让攻击者执行与正在运行的应用程序用户的权限执行任意代码。无法利用企图将导致拒绝服务条件。 Microsoft Excel 2010 0 Microsoft Excel 2007 SP2 Microsoft Excel 2007 SP1 Microsoft Excel 2007 0 Microsoft Excel 2003 SP3 Microsoft Excel 2003 SP2 Microsoft Excel 20...

9.3CVSS6.4AI score0.42562EPSS
SaveExploits5
seebug.org
seebug.org
added 2010/04/26 12:0 a.m.69 views

MacOS X 10.6 HFS File System Attack (Denial of Service)

No description provided by source. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 / Proof of Concept for CVE-2010-0105 MacOS X 10.6 hfs file system attack Denial of Service by Maksymilian Arciemowicz from SecurityReason.com http://securityreason.com/achievementexploitalert/15 NOTE: This DoS will b...

4.9CVSS0.0084EPSS
SaveExploits16
Total number of security vulnerabilities5000