Lucene search
+L

10763 matches found

seebug.org
seebug.org
added 2014/07/01 12:00 a.m.30 views

ImpressCMS 1.3.5 - Multiple Vulnerabilities

No description provided by source. I have discovered two vulnerabilities in ImpressCMS. These have been fixed in the new 1.3.6 version, which you can get at https://sourceforge.net/projects/impresscms/files/ImpressCMS%20Official%20Releases/ImpressCMS%201.3%20Branch/ImpressCMS%201.3.6/. One is an...

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

realnetworks realarcade 1.2 .0.994 Multiple Vulnerabilities

No description provided by source. source: http://www.securityfocus.com/bid/12494/info Multiple remote vulnerabilities reportedly affect RealNetworks RealArcade. The first issue allows for arbitrary file deletion due to an input validation issue. The second issue is an integer overflow issue...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/06/24 12:00 a.m.28 views

DouPHP轻量级企业建站系统后台任意文件删除缺陷

简要描述: 某处未验证删除的文件路径,导致可以删除任意文件。 官网演示站测试通过 详细说明: 漏洞文件: /admin/backup.php 第161行 / +---------------------------------------------------------- 备份删除 +---------------------------------------------------------- / if $REQUEST'rec' == 'del' $sqlfilename = $GET'sqlfilename'; if $POST'confirm' if...

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

Zoomla x1.5 /ftb.imagegallery.aspx 任意文件删除漏洞

No description provided by source...

7.1AI score
SaveExploits0
Cisco
Cisco
added 2014/06/10 4:42 p.m.51 views

Cisco Unified Communications Manager Real-Time Monitoring Tool Multiple Vulnerabilities

A vulnerability in the Real-Time Monitoring Tool RTMT of Cisco Unified Communications Manager could allow an authenticated, remote attacker to download or delete files from arbitrary locations on the filesystem. The vulnerability is due to insufficient input validation. An attacker could exploit...

6.8CVSS6.6AI score0.01542EPSS
SaveExploits0References1
Prion
Prion
added 2014/06/10 11:19 a.m.31 views

Design/Logic Flaw

The Real Time Monitoring Tool RTMT implementation in Cisco Unified Communications Manager Unified CM allows remote authenticated users to 1 read or 2 delete arbitrary files via a crafted URL, aka Bug IDs CSCuo17302 and CSCuo17199...

5.5CVSS6.7AI score0.01542EPSS
SaveExploits0References4
seebug.org
seebug.org
added 2014/06/09 12:00 a.m.23 views

大汉版通JCMS某处越权+任意文件文件上传漏洞(反删除)

简要描述: 有删除文件的操作,可“反”之。 详细说明: 漏洞点: jcms/m57/replace/oprimportinfo.jsp 部分系统还存在越权。fnbillstatus为1时可以直接访问该页面无需验证: http://www.shanting.gov.cn/jcms/m57/replace/oprimportinfo.jsp?fnbillstatus=1 http://tuoshan.yzwh.gov.cn/jcms/m57/replace/oprimportinfo.jsp?fnbillstatus=1 漏洞证明: 扯下代码 // 基本变量初始化 String...

7.2AI score
SaveExploits0
seebug.org
seebug.org
added 2014/05/27 12:00 a.m.33 views

Maccms V8 XSS可打后台 #3

简要描述: 刚发了个后台getshell,但是屌丝的攻城狮要怎么进入后台呢?XSS呀 本应该两个洞一起发的,xss+后台getshell=getshell,手快发早了,只好再找个其它的接口来充数了 详细说明: 在留言板本处 插入即可 打后台 漏洞证明: 结合后台漏洞攻击: 1. 后台任意文件删除,可删除install.lock导致重装 接口 http://localhost/maccms8/admin/?m=extend-picdel post参数: fname%5B%5D=..%2Fupload%2Fart%2F..%5C%5C..%5C%5C\inc\install.lock 2...

7.1AI score
SaveExploits0
OwnCloud
OwnCloud
added 2014/05/24 6:29 p.m.43 views

Deserialization of Untrusted Data in core - ownCloud

Due to the deserialization of unstrusted data in core an attacker might be able to delete arbitrary files from the filesystem or executing arbitrary SQL queries. This issue has been found in a widely used third-party library, we have removed the component due to general quality concerns from the...

6.8AI score
SaveExploits0Affected Software1
UbuntuCve
UbuntuCve
added 2014/05/22 11:55 p.m.43 views

CVE-2012-6648

gdm/guest-session-cleanup.sh in gdm-guest-session 0.24 and earlier, as used in Ubuntu Linux 10.04 LTS, 10.10, and 11.04, allows local users to delete arbitrary files via a space in the name of a file in /tmp. NOTE: this identifier was SPLIT from CVE-2012-0943 per ADT1/ADT2 due to different...

2.1CVSS5.9AI score0.00376EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2014/05/22 11:00 p.m.38 views

CVE-2012-6648

gdm/guest-session-cleanup.sh in gdm-guest-session 0.24 and earlier, as used in Ubuntu Linux 10.04 LTS, 10.10, and 11.04, allows local users to delete arbitrary files via a space in the name of a file in /tmp. NOTE: this identifier was SPLIT from CVE-2012-0943 per ADT1/ADT2 due to different...

6AI score0.00376EPSS
SaveExploits0References3
seebug.org
seebug.org
added 2014/05/15 12:00 a.m.22 views

ThinkSAAS可CSRF删除任意文件 (后台)

简要描述: RT 详细说明: POC : http://localhost/thinksaas/index.php?app=system&ac=sql&ts=delete&sql=../../CHANGELOG.TXT case "delete": $sql = tsFilter$GET'sql'; rmrf'data/baksql/'.$sql; qiMsg'删除成功!如果有其他卷文件请一同删除!'; break; 没有做任何的检查 而且tsFilter貌似是防止SQL注入的吧..... / 删除目录下所有文件 @param unknown $dir / function rmrf$d...

7.1AI score
SaveExploits0
Prion
Prion
added 2014/05/14 11:13 a.m.32 views

Arbitrary file deletion

Multiple use-after-free vulnerabilities in net/websockets/websocketjob.cc in the WebSockets implementation in Google Chrome before 34.0.1847.137 allow remote attackers to cause a denial of service or possibly have unspecified other impact via vectors related to WebSocketJob deletion...

7.5CVSS7.9AI score0.01648EPSS
SaveExploits0References10Affected Software1
Prion
Prion
added 2014/05/14 11:13 a.m.34 views

Arbitrary file deletion

The ShellExecute API in Windows Shell in Microsoft Windows Server 2003 SP2, Windows Vista SP2, Windows Server 2008 SP2 and R2 SP1, Windows 7 SP1, Windows 8, Windows 8.1, Windows Server 2012 Gold and R2, and Windows RT Gold and 8.1 does not properly implement file associations, which allows local...

7.2CVSS6.8AI score0.01767EPSS
SaveExploits0References2Affected Software5
Prion
Prion
added 2014/05/08 2:29 p.m.20 views

Arbitrary file deletion

tag.py in eyeD3 aka python-eyed3 7.0.3, 0.6.18, and earlier for Python allows local users to modify arbitrary files via a symlink attack on a temporary file...

3.3CVSS6.6AI score0.00343EPSS
SaveExploits0References4Affected Software2
Prion
Prion
added 2014/05/08 10:55 a.m.23 views

Arbitrary file deletion

lisp/net/tramp-sh.el in GNU Emacs 24.3 and earlier allows local users to overwrite arbitrary files via a symlink attack on a /tmp/tramp. temporary file...

3.3CVSS6.6AI score0.00344EPSS
SaveExploits0References5Affected Software2
Prion
Prion
added 2014/05/08 10:55 a.m.26 views

Arbitrary file deletion

lisp/net/browse-url.el in GNU Emacs 24.3 and earlier allows local users to overwrite arbitrary files via a symlink attack on a /tmp/Mosaic. temporary file...

3.3CVSS6.6AI score0.00341EPSS
SaveExploits0References5Affected Software2
seebug.org
seebug.org
added 2014/05/08 12:00 a.m.29 views

74CMS多处任意文件删除(后台)

简要描述: 详细说明: 74CMS后台存在多处任意文件删除漏洞 第一,二处: 文件admin/adminarticle.php elseif$act == 'delimg' checktoken; $id=intval$GET'id'; $img=$GET'img'; $sql="update ".table'article'." set Smallimg='' where id=".$id." LIMIT 1"; $db-query$sql; @unlink$upfilesdir.$img; @unlink$thumbdir.$img; adminmsg"删除缩略图成功!",2;...

7.1AI score
SaveExploits0
zdt
zdt
added 2014/04/29 12:00 a.m.34 views

NULL NUKE CMS 2.2 - Multiple Vulnerabilities

NULL NUKE CMS version 2.2 suffers from cross site request forgery, cross site scripting, arbitrary file deletion, remote command execution, arbitrary file access, directory traversal, open redirection, and remote shell upload vulnerabilities NULL NUKE CMS v2.2 Multiple Vulnerabilities Vendor:...

7.5AI score
SaveExploits0
Exploit DB
Exploit DB
added 2014/04/29 12:00 a.m.21 views

NULL NUKE CMS 2.2 - Multiple Vulnerabilities

NULL NUKE CMS v2.2 Multiple Vulnerabilities Vendor: nullwanton Product web page: http://sourceforge.net/projects/nullnuke/ Affected version: 2.2 and 2.1 rc3 Summary: NULL-8x3-NUKE is a fast, powerful and secure cross platform CMS for windows and Linux using base or full drive paths. Desc: NULL...

5.3AI score
SaveExploits0
Rows per page
Query Builder