7654 matches found
Mavenlink: Password reset token not expiring
Old unused Password reset tokens are not expiring on mail.ru after the issuance of a new token. Explaination Suppose at 09:00 hrs I used password reset options of mavenlink and got a token on my email.Lets call it token01.But i didnot use it. And at 09:04 hrs I used again the password reset optio...
Factlink: Password reset link doesn't expire.
The password reset link sent by Factlink doesn't expire even after a long period of time. As Factlink account can be created 'without confirming' email id, so, this should be patched for the best practice...
Spotify Android Application at Issue in Breach
Users of Spotify on Android will soon be asked to update the application after a breach was reported this morning by the streaming music service’s chief technology officer. Oskar Stal wrote on the company’s website that the company is investigating unauthorized access to its systems and internal...
Factlink: Leaking of password reset token through referer
When we request a password reset link, after that before Writing a new password, Going to an External link would cause Referer leakage... Remote Address:74.125.68.95:443 Request URL:https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700 Request Method:GET Status Code:200 OK...
Some of the common password reset vulnerability analysis-vulnerability warning-the black bar safety net
0×0 0 Preface General password reset design is divided into the following four steps: 1. Enter the account name 2. To verify the identity of 3. Reset the password 4. Complete Usually vulnerability is present in 2 or 3 steps, here is a look at some common password reset vulnerability. 0×0 1 blasti...
eBay Password Database Hack Raises Questions
As is the case with most high-profile data breaches, despite an initial disclosure of information, more questions are inevitable. The eBay password database hack is a prime example. Inquiring minds still want to know more about how the stolen passwords are secured and why the online auction house...
Cloudflare: Password reset threshold not set
Your web application https://www.cloudflare.com does not have a password reset threshold set. this means that your client and users account can be flooded with password reset emails which can result in spam to the mailer's inbox. You should implement a threshold to prevent this attack...
FineCMS任意用户密码重置
简要描述: FineCMS任意用户密码重置 详细说明: finecms最新版2.3.0,官方2014年4月18号更新。 finecms在密码找回功能处存在设计缺陷,导致可重置任意用户密码。 来看看密码找回的代码: / 找回密码 / public function find $step = max1, int$this-input-get'step'; $error = ''; if ISPOST switch $step case 1: if $uid = getcookie'find' $this-membermsg lang'm-093',...
Twitter Upgrades Account Security Features
Twitter has made a couple of changes to the service’s login process to help prevent account takeovers and enable users to reset their passwords in a simpler way. A Twitter account is among the more valuable assets for an attacker who is targeting a specific person. Accounts typically are tied to ...
Popular URL Shortener 'Bitly' User Accounts Reportedly Compromised
The famous URL shortening service is facing a data breach. The very popular URL shortening service Bitly, has issued an urgent security warning saying that its users’ account credentials may have been compromised, according to a blog post published yesterday. "We have reason to believe that Bitly...
Twitter Enables Password Reset With SMS and Suspicious Login Notifications
The popular social media site Twitter is rolling out a couple of new features to its login process to help users prevent their account in a more secure way and restore access to their account if they forget their accounts’ password. For tighten up the security measures Twitter is launching two...
HP IceWall Identity Manager / HP IceWall SSO Password Reset Option DoS
DoS related to Apache Commons FileUpload...
Open-Xchange security vulnerabilities
Password is passed via URI during password reset. Crossite scripting...
[security bulletin] HPSBGN02986 rev.1 - HP IceWall Identity Manager and HP IceWall SSO Password Reset Option Running Apache Commons FileUpload, Remote Denial of Service (DoS)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Note: the current version of the following document is available here: https://h20564.www2.hp.com/portal/site/hpsc/public/kb/ docDisplay?docId=emrna-c04214298 SUPPORT COMMUNICATION - SECURITY BULLETIN Document ID: c04214298 Version: 1 HPSBGN02986 rev....
Pearson eSIS Enterprise Student Information System SQL Injection
Advisory ID: hag201478 Product: Pearson eSIS Enterprise Student Information System Vendor: PearsonVue Vulnerable Versions: Any version Advisory Publication: April 06, 2014 Vendor Notification: March 05, 2014 Public Disclosure: April 06, 2014 Vulnerability Type: Improper Neutralization of Special...
HackerOne: Flooding mailbox of user
There seems to be no prevention from sending multiple password reset links to a selected e-mail. As a result mailbox of the user can be flooded with these mails. I would recommend to add CAPTCHA in forgot password functionality...
CVE-2014-2269
modules/Users/ForgotPassword.php in vTiger 6.0 before Security Patch 2 allows remote attackers to reset the password for arbitrary users via a request containing the username, password, and confirmPassword parameters...
CVE-2014-2269
CVE-2014-2269 affects vtiger CRM v6.0 prior to Security Patch 2. The vulnerability is in modules/Users/ForgotPassword.php and allows remote attackers to reset the password for arbitrary users by submitting a request containing username, password, and confirmPassword. This is a direct consequence ...
HackerOne: Password Reset Bug
Possible account takeover using the forgot password link even after the email address and password changed. Steps to Reproduce =================================== Create an account in hackerone E.g [email protected] After account verification logout from the account Reset the password for...
PHPMyWind任意用户密码重置
简要描述: PHPMyWind任意用户密码重置 详细说明: phpmywind 4.6.6 在忘记密码,重置密码时,虽然后安全问题限制,但是在最后修改密码,update时,存在设计缺陷 导致可轻松重置任意用户密码。 文件member.php 在重置密码前有验证问题: //找回密码 else if$a == 'quesfind' if!isset$POST'uname' header'location:?c=findpwd'; exit; //验证输入数据 if$question == '-1' or $answer == '' header'location:?c=findpwd';...