Lucene search
+L

437 matches found

CNVD
CNVD
added 2018/11/18 12:00 a.m.4 views

Multiple loopholes in the cadre online learning platform of Hangzhou Elite Online Education Technology Co.

Hangzhou Elite Online Education Technology Co., Ltd. is a brand of cadre online learning, and has successfully built large-scale cadre education platforms for leading cadres of many organization ministries and other organs in China, providing solutions for all-round intelligent learning. There is...

7.2AI score
SaveExploits0
CNVD
CNVD
added 2018/11/08 12:00 a.m.4 views

Arbitrary Password Reset Vulnerability in EBCMS (Newsfeed Edition)

EBCMS is a modular plug-in website management system based on PHP+Mysql. EBCMS News and Information Version has an arbitrary password reset vulnerability that can be exploited by an attacker to change any user's password...

7.1AI score
SaveExploits0
CNVD
CNVD
added 2018/10/31 12:00 a.m.7 views

Arbitrary Password Reset Vulnerability in Ruoyi Management System

Ruoyi management system is a SpringBoot2.0 based on the use of Spring, MyBatis, Shiro rights management system . Ruoyi Management System has an arbitrary password reset vulnerability that can be exploited by an attacker to reset any user's password...

7.2AI score
SaveExploits0
NVD
NVD
added 2018/10/16 1:29 a.m.29 views

CVE-2018-18377

goform/setReset on Orange AirBox Y858FL01.1604 devices allows attackers to reset a router to factory settings, which can be used to login using the default admin:admin credentials...

7.5CVSS7.5AI score0.00919EPSS
SaveExploits1References1
CVE
CVE
added 2018/10/16 1:00 a.m.51 views

CVE-2018-18377

CVE-2018-18377 affects Orange AirBox Y858_FL_01.16_04 devices. The flaw allows an attacker to trigger the goform/setReset endpoint to reset the router to factory settings. This reset enables login with default credentials (admin:admin), as described in the Red Hat entry and NVD description. The a...

7.5CVSS7.5AI score0.00919EPSS
SaveExploits1References1Affected Software1
CNVD
CNVD
added 2018/08/17 12:00 a.m.1 views

Niushop open source system mall arbitrary user password reset vulnerability

Niushop open source mall system is by Shanxi Niu Cool Information Technology Co., Ltd. completely independent design, research and development of a PHP open source e-commerce system . Niushop open source system mall there is an arbitrary user password reset vulnerability , attackers can modify th...

7.5AI score
SaveExploits0
CNVD
CNVD
added 2018/07/27 12:00 a.m.7 views

Logical Design Vulnerabilities in Jiangsu Jinzhi Education Unified Identity Authentication System

Jiangsu Jinzhi Education Information Co., Ltd. is a well-known provider of informatization services for colleges and universities in China. There is a logical design vulnerability in the Jiangsu Jinzhi Education Unified Identity Authentication System, which can be exploited by an attacker to rese...

6.8AI score
SaveExploits0
Cvelist
Cvelist
added 2018/06/08 1:00 p.m.32 views

CVE-2018-8916

Unverified password change vulnerability in Change Password in Synology DiskStation Manager DSM before 6.2-23739 allows remote authenticated users to reset password without verification...

6.3CVSS8.5AI score0.00977EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2018/06/08 12:00 a.m.7 views

PT-2018-18714 · Synology · Synology Diskstation Manager

Name of the Vulnerable Software and Affected Versions: Synology DiskStation Manager DSM versions prior to 6.2-23739 Description: The issue concerns an unverified password change vulnerability in the Change Password feature. This allows remote authenticated users to reset passwords without proper...

8.8CVSS7.1AI score0.00977EPSS
SaveExploits0References3
Prion
Prion
added 2018/06/07 12:29 p.m.23 views

Input validation

A vulnerability in the password reset function of Cisco Prime Collaboration Provisioning PCP could allow an unauthenticated, remote attacker to gain unauthorized access to an affected device. The vulnerability is due to insufficient validation of a password reset request. An attacker could exploi...

5CVSS9.6AI score0.03116EPSS
SaveExploits0References3Affected Software2
Openbugbounty
Openbugbounty
added 2018/05/13 7:41 a.m.10 views

istackr.com XSS vulnerability

Open Bug Bounty ID: OBB-616003 Description| Value ---|--- Affected Website:| istackr.com Open Bug Bounty Program:| Create your bounty program now. It's open and free. Vulnerable Application:| Custom Code Vulnerability Type:| XSS Cross Site Scripting / CWE-79 CVSSv3 Score:| 6.1...

SaveExploits0
CNVD
CNVD
added 2018/05/11 12:00 a.m.10 views

ManageEngine Desktop Central Password Reset Security Bypass Vulnerability

Zohocorp Manage Engine Desktop Central is a computer and mobile device management solution from Zoho. The solution is used to manage devices such as servers, computers, cell phones and tablets in an organization. A security vulnerability exists in Zohocorp Manage Engine Desktop Central 9 build...

9.8CVSS6.8AI score0.15209EPSS
SaveExploits3References1
NVD
NVD
added 2018/04/13 5:29 a.m.29 views

CVE-2018-10081

CMS Made Simple CMSMS through 2.2.6 contains an admin password reset vulnerability because data values are improperly compared, as demonstrated by a hash beginning with the "0e" substring...

9.8CVSS9.6AI score0.01563EPSS
SaveExploits1References1
CVE
CVE
added 2018/03/27 5:00 p.m.49 views

CVE-2018-7195

CVE-2018-7195 concerns Enhancesoft osTicket before 1.10.2. The issue allows a remote attacker to reset arbitrary passwords (when an associated e‑mail address is known) by exploiting guest access and guessing a 6‑digit number. Public sources in the connected documents consistently describe this as...

8.1CVSS8AI score0.01007EPSS
SaveExploits1References1Affected Software1
seebug.org
seebug.org
added 2018/01/10 12:00 a.m.55 views

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

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

7.1AI score
SaveExploits0
zdt
zdt
added 2018/01/06 12:00 a.m.53 views

gps-server.net GPS Tracking Software < 3.1 - Multiple Vulnerabilities

Exploit for php platform in category web applications Exploit Title: GPS-SERVER.NET SAAS CMS Unfortunately each and every POST request in the CMS is going through function mysqlrealescapestring which will add slashes behind every quote in the payload. So you have to make sure your payload doesn't...

7.5CVSS0.1AI score0.06946EPSS
SaveExploits6
CNVD
CNVD
added 2017/11/30 12:00 a.m.7 views

Multiple Dahua Products Password Reset Vulnerability

Dahua IPC-HFW and so on are all China DaHua DaHua company network camera equipment. A security vulnerability exists in several Dahua products. The vulnerability can be exploited by an attacker to reset the administrator password...

9.8CVSS6.9AI score0.01443EPSS
SaveExploits0References1
CNVD
CNVD
added 2017/11/22 12:00 a.m.6 views

Arbitrary Account Password Reset Vulnerability in Netxi Smart Android APP

Netxi Smart Android APP is a water purifier monitoring software. Netxi Smart Android APP has a reset any account password vulnerability, the attacker only need the other party's cell phone number to change their passwords, leak the user's sensitive information or loss of funds...

6.8AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2017/10/19 12:00 a.m.38 views

NPM-V < 2.4.2 Password Leak and Reset Vulnerability - Active Check

NPM-V is prone to password leak and password reset vulnerabilities. SPDX-FileCopyrightText: 2017 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE =...

7.5AI score
SaveExploits0References1
CNVD
CNVD
added 2017/10/12 12:00 a.m.6 views

Trade Test Grabber App Has Arbitrary User Registration and Arbitrary Password Reset Vulnerabilities

Trade Test Grab App is a third-party service platform integrating trade, testing and inspection. Trade test to grab a single App there are any user registration and any password reset vulnerability, the attacker can register any user and reset any user password by grabbing packets and modifying t...

7AI score
SaveExploits0
Rows per page
Query Builder