Lucene search
+L

2088 matches found

Prion
Prion
added 2017/05/19 6:29 p.m.19 views

Design/Logic Flaw

reg.php in Allen Disk 1.6 doesn't check if isset$SESSION'captcha''code'==1, which makes it possible to bypass the CAPTCHA via an empty $POST'captcha'...

5CVSS7.5AI score0.01306EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2017/05/19 6:29 p.m.26 views

CVE-2017-9091

/admin/loginc.php in Allen Disk 1.6 doesn't check if isset$SESSION'captcha''code' == 1, which leads to CAPTCHA bypass by emptying $POST'captcha'...

7.5CVSS7.5AI score0.01306EPSS
SaveExploits0References1
NVD
NVD
added 2017/05/19 6:29 p.m.20 views

CVE-2017-9090

reg.php in Allen Disk 1.6 doesn't check if isset$SESSION'captcha''code'==1, which makes it possible to bypass the CAPTCHA via an empty $POST'captcha'...

7.5CVSS7.5AI score0.01306EPSS
SaveExploits0References1
OSV
OSV
added 2017/05/19 6:29 p.m.9 views

CVE-2017-9091

/admin/loginc.php in Allen Disk 1.6 doesn't check if isset$SESSION'captcha''code' == 1, which leads to CAPTCHA bypass by emptying $POST'captcha'...

7.5CVSS5.8AI score0.01306EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2017/05/19 6:0 p.m.32 views

CVE-2017-9090

reg.php in Allen Disk 1.6 doesn't check if isset$SESSION'captcha''code'==1, which makes it possible to bypass the CAPTCHA via an empty $POST'captcha'...

7.5AI score0.01306EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2017/05/19 6:0 p.m.35 views

CVE-2017-9091

/admin/loginc.php in Allen Disk 1.6 doesn't check if isset$SESSION'captcha''code' == 1, which leads to CAPTCHA bypass by emptying $POST'captcha'...

7.5AI score0.01306EPSS
SaveExploits0References1
CVE
CVE
added 2017/05/19 6:0 p.m.50 views

CVE-2017-9091

The CVE-2017-9091 entry concerns Allen Disk 1.6: /admin/loginc.php does not verify isset($_SESSION['captcha']['code']) before processing, enabling CAPTCHA bypass by clearing $_POST['captcha']. The Red Hat and NVD records confirm the same issue; no public exploit details or patches are described i...

7.5CVSS7.5AI score0.01306EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2017/05/19 6:0 p.m.47 views

CVE-2017-9090

The CVE-2017-9090 issue affects Allen Disk 1.6’s reg.php, where there is no proper check of isset($_SESSION['captcha']['code']), enabling bypass of CAPTCHA via an empty $_POST['captcha']. The vulnerability is documented across multiple feeds (NVD entry with CVSSv2/3 scores indicating low–high imp...

7.5CVSS7.4AI score0.01306EPSS
SaveExploits0References1Affected Software1
Hacker One
Hacker One
added 2017/05/18 10:26 a.m.24 views

Weblate: Captcha bypass at registration

Affected URL: https://demo.weblate.org/accounts/register/ Issue: The captchas are implement so that the site can differentiate between the legitimate user and the bot. The captcha challenge should be something that a bot cannot solve easily and a human could easily solve. However, in the above UR...

0.5AI score
SaveExploits0
Hacker One
Hacker One
added 2017/05/18 7:42 a.m.23 views

Weblate: Captcha Bypass at Email Reset can lead to Spamming users.

Because of 223525 you've implemented captcha on Reset Email functionality. But it can be bypassed and any attacker can flood/spam victim with reset emails in his Email Inbox...

3.1AI score
SaveExploits0
CNVD
CNVD
added 2017/05/18 12:0 a.m.7 views

WordPress BestWebSoft Captcha Cross-Site Scripting Vulnerability

WordPress is the WordPress Software Foundation a set of blogging platform developed using the PHP language, the platform supports in PHP and MySQL servers to set up a personal blog site.BestWebSoft Captcha is one of the website back-end CAPTCHA plugin. A cross-site scripting vulnerability exists ...

6.1CVSS6.5AI score0.00886EPSS
SaveExploits0References1
OSV
OSV
added 2017/04/28 4:59 p.m.9 views

CVE-2017-2150

Directory traversal vulnerability in Booking Calendar version 7.0 and earlier allows remote attackers to read arbitrary files via specially crafted captchachalange parameter...

5.3CVSS5.9AI score0.02397EPSS
SaveExploits0References2
Prion
Prion
added 2017/04/28 4:59 p.m.20 views

Directory traversal

Directory traversal vulnerability in Booking Calendar version 7.0 and earlier allows remote attackers to read arbitrary files via specially crafted captchachalange parameter...

5CVSS5.3AI score0.02397EPSS
SaveExploits0References2Affected Software1
Hacker One
Hacker One
added 2017/04/27 7:4 p.m.53 views

Weblate: Rate Limit Bypass on login Page

Hi, Your web authentication endpoint, https://demo.weblate.org/accounts/login/ POST, currently protects against credentials brute-force attacks only by requests rate-limiting based on IP. It was found that if an attacker sends login requests faster than every 4 seconds from the same IP address, i...

SaveExploits0
Hacker One
Hacker One
added 2017/04/27 2:5 p.m.46 views

Weblate: Bypassing captcha in registration on Hosted site

Hello again, I believe the captcha on the user registration form is very simple and can be easily bypassed to automatically register any number of accounts. A program can read the math captcha, solve it and submit the form with the answer and the other required parameters & headers. Note: I read...

0.1AI score
SaveExploits0
Hacker One
Hacker One
added 2017/04/24 6:23 p.m.19 views

Weblate: User Enumeration when adding email to account

It is possible to find all the Register emails which can be use for spam or other purposes csrfmiddlewaretoken token can be used more than one. All Register Email can be found by just brute force attack. Your web endpoint https://demo.weblate.org/accounts/email/ when changing email after login...

SaveExploits0
Hacker One
Hacker One
added 2017/04/24 5:59 p.m.22 views

Weblate: Spamming any user from Reset Password Function

It is possible to spam any user whose email-id is known. csrfmiddlewaretoken token can be used more than one. Users can be spammed heavily by just Brute force attack on password reset page. Implementtion: Implement a Captcha...

2.2AI score
SaveExploits0
Hacker One
Hacker One
added 2017/04/24 8:57 a.m.25 views

Weblate: Registration captcha bypass

Hello, I've found that it is possible to bypass captcha during registration. Attacker can automatize registration process and create multiple accounts. Here are steps to reproduce: 1. Go to registration page. Type information and catch request in proxy. 2. Get correct answer for captcha and captc...

0.7AI score
SaveExploits0
CNVD
CNVD
added 2017/04/21 12:0 a.m.5 views

BAIC's Android app has a CAPTCHA design flaw

BAIC Android app is an online mobile service software. A CAPTCHA design vulnerability exists in the BAIC Android app. The vulnerability is caused due to the captcha being transmitted in clear text and without conditional restrictions. With the password recovery feature, an attacker can continuous...

7AI score
SaveExploits0
CNVD
CNVD
added 2017/04/02 12:0 a.m.5 views

Unauthorized Access Vulnerability in Rigel Psychoeducation Information Management System of Beijing Otay Rigel Technology Co.

Rigel Psychoeducational Information Management System is a content management system for information collection and analysis. An unauthorized access vulnerability exists in the Riggs Psychoeducational Information Management System. The vulnerability occurs because the '/sysManage/Excel/' director...

6.7AI score
SaveExploits0
Rows per page
Query Builder