Lucene search
+L

1703 matches found

Cvelist
Cvelist
added 2018/02/13 9:0 p.m.32 views

CVE-2018-6910

DedeCMS 5.7 allows remote attackers to discover the full path via a direct request for include/downmix.inc.php or inc/incarchivesfunctions.php...

7.5AI score0.18838EPSS
SaveExploits1References2
CVE
CVE
added 2018/02/13 9:0 p.m.91 views

CVE-2018-6910

DedeCMS 5.7 is affected by CVE-2018-6910, a path-disclosure vulnerability that allows remote attackers to discover the full server path by requesting include/downmix.inc.php or inc/inc_archives_functions.php. The issue enables information disclosure that can aid further attacks. The Nuclei templa...

7.5CVSS7.5AI score0.18838EPSS
SaveExploits1References2Affected Software1
CNVD
CNVD
added 2018/01/31 12:0 a.m.4 views

Code execution vulnerability in DedeCMS backend cache files

Weaving dream content management system DedeCms is a PHP open source website management system. A code execution vulnerability exists in the DedeCMS backend cache file. The vulnerability is due to the system mishandling of input information , allowing an attacker to exploit the vulnerability...

7.7AI score
SaveExploits0
CNVD
CNVD
added 2018/01/19 12:0 a.m.3 views

Reflective Cross-Site Scripting Vulnerability in DedeCMS V5.7 SP2

Weaving dream content management system DedeCms is a PHP open source website management system. A reflective cross-site scripting vulnerability exists in DedeCMS V5.7 SP2. The attacker constructs XSS statements and performs pop-up box operations to obtain user cookies and other information...

5.8AI score
SaveExploits0
seebug.org
seebug.org
added 2018/01/18 12:0 a.m.174 views

DeDecms 任意用户登录,管理员密码重置漏洞

简述 Dedecms是一款开源的PHP开源网站管理系统。 DeDecms织梦CMS V5.7.72 正式版20180109 最新版 前台会员模块是采用Cookie中的 DedeUserID+DedeUserIDckMd5字段进行身份鉴别 DedeUserID用于定位区别用户,DedeUserIDckMd5则是服务器生成散列,用于安全验证 Dedecms一处代码由于逻辑不够严谨,导致可以输入字符并获得服务器生成散列 劫持DedeUserIDckMd5字段,绕过安全校验,配合类型转换造成任意用户登录漏洞 漏洞详细原理 文件位置:dedecms/member/index.php:110行...

7.1AI score
SaveExploits0
CNVD
CNVD
added 2018/01/17 12:0 a.m.2 views

Arbitrary user login vulnerability in DeDecms cookie.helper.php file

Weaving dream content management system DedeCms is a PHP open source website management system. There is an arbitrary user login vulnerability in the DeDecms cookie.helper.php file. Attackers can use the vulnerability to bypass the security checks , login any user...

7AI score
SaveExploits0
CNVD
CNVD
added 2018/01/12 12:0 a.m.5 views

Code execution vulnerability in DedeCMS V5.7 SP2 dedesys_info.php file

Weaving dream content management system DedeCms is a PHP open source website management system. DedeCMS V5.7 SP2 dedesysinfo.php file has a code execution vulnerability. The vulnerability is due to change the system configuration , parameters are not filtered directly into the database , from the...

7.7AI score
SaveExploits0
CNVD
CNVD
added 2018/01/12 12:0 a.m.6 views

Code execution vulnerability in DedeCMS V5.7 SP2 dede/sys_sql_query.php file

Weaving dream content management system DedeCms is a PHP open source website management system. A code execution vulnerability exists in the DedeCMS V5.7 SP2 dede/syssqlquery.php file. An attacker can obtain a webshell by executing a sql statement and writing a one-sentence Trojan...

7.8AI score
SaveExploits0
CNVD
CNVD
added 2018/01/11 12:0 a.m.4 views

Code execution vulnerability in DedeCMS V5.7 SP2 (CNVD-2018-01221)

Weaving dream content management system DedeCms is a PHP open source website management system. DedeCMS V5.7 SP2 version of the tpl.php there is a code execution vulnerability, an attacker can use the vulnerability in the addition of new tags to upload a Trojan horse, get webshell...

7.7AI score
SaveExploits0
CNVD
CNVD
added 2018/01/11 12:0 a.m.5 views

DedeCMS V5.7 SP2 suffers from file upload vulnerability (CNVD-2018-01222)

Weaving dream content management system DedeCms is a PHP open source website management system. DedeCMS V5.7 SP2 version of the dede/tpl.php file file upload vulnerability, an attacker can use the vulnerability to upload script files, can get webshell...

7AI score
SaveExploits0
CNVD
CNVD
added 2018/01/11 12:0 a.m.7 views

DedeCMS V5.7 SP2 Has Arbitrary File Read Vulnerability

Weaving dream content management system DedeCms is a PHP open source website management system. DedeCMS V5.7 SP2 version of the filemanageview.php file there are arbitrary file reading vulnerability, attackers can use the vulnerability to obtain the site source code...

6.9AI score
SaveExploits0
CNVD
CNVD
added 2018/01/11 12:0 a.m.8 views

Code Execution Vulnerability in DedeCMS V5.7 SP2

Weaving dream content management system DedeCms is a PHP open source website management system. A code execution vulnerability exists in the filemanagecontrol.php file in DedeCMS V5.7 SP2, which can be exploited by an attacker to upload a file and obtain a webshell...

7.7AI score
SaveExploits0
CNVD
CNVD
added 2018/01/11 12:0 a.m.3 views

DeDeCMS v5.7 SP2 official version of the foreground any user password change vulnerability

DedeCms woven dream content management system is a PHP open source website management system. DeDeCMS v5.7 SP2 official version of the foreground there are arbitrary user password change vulnerability. The vulnerability is due to the foreground resetpassword.php on the acceptance of the parameter...

7.1AI score
SaveExploits0References1
seebug.org
seebug.org
added 2018/01/10 12:0 a.m.55 views

织梦前台任意用户密码修改

常见的弱类型问题 类型转换问题 类型转换是无法避免的问题。例如需要将GET或者是POST的参数转换为int类型,或者是两个变量不匹配的时候,PHP会自动地进行变量转换。但是PHP是一个弱类型的语言,导致在进行类型转换的时候会存在很多意想不到的问题。 数学运算 当php进行一些数学计算的时候 因为 md5's878926199a'=0e545993274517709034328855841020就是0的n次方,所以还是等于0 但是要注意: "0e123456abc"=="0e1dddada"//false 这种返回的是为假 语句条件的松散判断 函数的松散判断...

7.1AI score
SaveExploits0
CNVD
CNVD
added 2017/12/27 12:0 a.m.7 views

Cross-site request forgery vulnerability in DedeCMS v5.7 backend administration at custom tags

DedeCMS is a PHP open source website management system. A cross-site request forgery vulnerability exists in DedeCMS v5.7 at the backend administration custom tags. An attacker can exploit the vulnerability by submitting a specially crafted request to write to WebShell...

6.9AI score
SaveExploits0
CNVD
CNVD
added 2017/12/25 12:0 a.m.3 views

Dedecms V5.7 Backend Co_add.php File Exists SQL Injection Vulnerability

DedeCMS is a PHP open source website management system. A SQL injection vulnerability exists in the Coadd.php file in the backend of Dedecms V5.7. Attackers can use the vulnerability to obtain sensitive information in the database...

7.7AI score
SaveExploits0
NVD
NVD
added 2017/12/18 5:29 a.m.25 views

CVE-2017-17731

DedeCMS through 5.7 has SQL Injection via the $FILES superglobal to plus/recommend.php...

9.8CVSS10AI score0.13194EPSS
SaveExploits1References1
NVD
NVD
added 2017/12/18 5:29 a.m.30 views

CVE-2017-17727

DedeCMS through 5.6 allows arbitrary file upload and PHP code execution by embedding the PHP code in a .jpg file, which is used in the templet parameter to member/articleedit.php...

8.8CVSS8.9AI score0.01498EPSS
SaveExploits0References1
OSV
OSV
added 2017/12/18 5:29 a.m.6 views

CVE-2017-17730

DedeCMS through 5.7 has SQL Injection via the logo parameter to plus/flinkadd.php...

9.8CVSS5.8AI score0.01097EPSS
SaveExploits1References1
Prion
Prion
added 2017/12/18 5:29 a.m.20 views

Sql injection

DedeCMS through 5.7 has SQL Injection via the $FILES superglobal to plus/recommend.php...

7.5CVSS9.8AI score0.13194EPSS
SaveExploits1References1Affected Software1
Rows per page
Query Builder