Lucene search
K

34 matches found

EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2020-28852

Malware in sbrugna...

5.3CVSS5.2AI score0.00179EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/05/07 4:22 a.m.17 views

CVE-2025-3766 Login Lockdown & Protection <= 2.11 - Missing Authorization to Authenticated (Subscriber+) Arbitrary IP Whitelisting

The Login Lockdown & Protection plugin for WordPress is vulnerable to unauthorized nonce access due to a missing capability check on the ajaxruntool function in all versions up to, and including, 2.11. This makes it possible for authenticated attackers, with Subscriber-level access and above, to...

5.4CVSS0.00159EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 10:59 a.m.15 views

BIT-MONGODB-2020-7921 Administrative action may disable enforcement of per-user IP whitelisting

Improper serialization of internal state in the authorization subsystem in MongoDB Server's authorization subsystem permits a user with valid credentials to bypass IP whitelisting protection mechanisms following administrative action. This issue affects MongoDB Server v4.2 versions prior to 4.2.3...

5.3CVSS5AI score0.00179EPSS
Exploits0References2
Huntr
Huntr
added 2023/09/19 2:49 p.m.18 views

No rate limiting on creating access token

Description: Access token creation is a critical security component in many applications, especially when it comes to user authentication and authorization. Without proper rate limiting controls, attackers may exploit this process to launch various types of attacks, such as brute force attacks,...

6.5CVSS6.9AI score0.00076EPSS
Exploits1
OpenVAS
OpenVAS
added 2022/07/18 12:0 a.m.18 views

Fedora: Security Advisory for golang-github-googlecloudplatform-cloudsql-proxy (FEDORA-2022-3969b64d4b)

The remote host is missing an update for the Copyright C 2022 Greenbone Networks GmbH 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-or-later This program is free software; you can...

9.3CVSS8.9AI score0.00963EPSS
Exploits4References2
Fedora
Fedora
added 2022/07/17 1:15 a.m.12 views

[SECURITY] Fedora 35 Update: golang-github-googlecloudplatform-cloudsql-proxy-1.19.1-6.fc35

The Cloud SQL Proxy allows a user with the appropriate permissions to connect to a Second Generation Cloud SQL database without having to deal with IP whitelisting or SSL certificates manually. It works by opening unix/tcp sockets on the local machine and proxying connections to the associated...

9.3CVSS8.8AI score0.00963EPSS
Exploits4
Fedora
Fedora
added 2022/07/04 1:35 a.m.13 views

[SECURITY] Fedora 36 Update: golang-github-googlecloudplatform-cloudsql-proxy-1.19.1-6.fc36

The Cloud SQL Proxy allows a user with the appropriate permissions to connect to a Second Generation Cloud SQL database without having to deal with IP whitelisting or SSL certificates manually. It works by opening unix/tcp sockets on the local machine and proxying connections to the associated...

9.3CVSS8.8AI score0.00963EPSS
Exploits4
Fedora
Fedora
added 2022/04/28 5:53 a.m.26 views

[SECURITY] Fedora 35 Update: golang-github-googlecloudplatform-cloudsql-proxy-1.19.1-5.fc35

The Cloud SQL Proxy allows a user with the appropriate permissions to connect to a Second Generation Cloud SQL database without having to deal with IP whitelisting or SSL certificates manually. It works by opening unix/tcp sockets on the local machine and proxying connections to the associated...

7.5CVSS9.9AI score0.00089EPSS
Exploits0
Kitploit
Kitploit
added 2022/01/10 8:30 p.m.222 views

PasteMonitor - Scrape Pastebin API To Collect Daily Pastes, Setup A Wordlist And Be Alerted By Email When You Have A Match

Scrape Pastebin API to collect daily pastes, setup a wordlist and be alerted by email when you have a match. Description The PasteMonitor tool allows you to perform two main actions for educational purposes only: Download daily new public pastes Average number of pastes per day: 1000-3000 filetyp...

7.5AI score
Exploits0References5
Kitploit
Kitploit
added 2021/08/11 9:30 p.m.249 views

Wsh - Web Shell Generator And Command Line Interface

wsh pronounced woosh is a web shell generator and command line interface. This started off as just an http client since interacting with webshells is a pain. There's a form, to send a command you have to type in an input box and press a button. I wanted something that fits into my workflow better...

7.6AI score
Exploits0References1
OSV
OSV
added 2020/06/24 1:15 p.m.15 views

CVE-2020-4071

In django-basic-auth-ip-whitelist before 0.3.4, a potential timing attack exists on websites where the basic authentication is used or configured, i.e. BASICAUTHLOGIN and BASICAUTHPASSWORD is set. Currently the string comparison between configured credentials and the ones provided by users is...

2.4CVSS3.9AI score
Exploits0References2
OSV
OSV
added 2020/06/24 1:15 p.m.18 views

PYSEC-2020-37

In django-basic-auth-ip-whitelist before 0.3.4, a potential timing attack exists on websites where the basic authentication is used or configured, i.e. BASICAUTHLOGIN and BASICAUTHPASSWORD is set. Currently the string comparison between configured credentials and the ones provided by users is...

2.4CVSS2.3AI score0.0005EPSS
Exploits0References2
Cvelist
Cvelist
added 2020/06/24 12:15 p.m.14 views

CVE-2020-4071 Timing attack on django-basic-auth-ip-whitelist

In django-basic-auth-ip-whitelist before 0.3.4, a potential timing attack exists on websites where the basic authentication is used or configured, i.e. BASICAUTHLOGIN and BASICAUTHPASSWORD is set. Currently the string comparison between configured credentials and the ones provided by users is...

2.2CVSS3.7AI score0.0005EPSS
Exploits0References2
CVE
CVE
added 2020/06/24 12:15 p.m.87 views

CVE-2020-4071

CVE-2020-4071 applies to the django-basic-auth-ip-whitelist package prior to version 0.3.4. The issue is a timing-attack vulnerability caused by a character-by-character string comparison of configured BASIC_AUTH_LOGIN/BASIC_AUTH_PASSWORD against user input, which may allow an attacker within a l...

2.4CVSS3.5AI score0.0005EPSS
Exploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2020/06/23 7:58 p.m.43 views

Timing attack on django-basic-auth-ip-whitelist

Impact Potential timing attack exists on websites where the basic authentication is used or configured, i.e. BASICAUTHLOGIN and BASICAUTHPASSWORD is set. Currently the string comparison between configured credentials and the ones provided by users is performed through a character-by-character...

2.4CVSS0.6AI score0.0005EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2020/06/23 7:58 p.m.15 views

GHSA-M38J-PMG3-V5X5 Timing attack on django-basic-auth-ip-whitelist

Impact Potential timing attack exists on websites where the basic authentication is used or configured, i.e. BASICAUTHLOGIN and BASICAUTHPASSWORD is set. Currently the string comparison between configured credentials and the ones provided by users is performed through a character-by-character...

6.3CVSS3.5AI score0.0005EPSS
Exploits0References6
Veracode
Veracode
added 2020/05/27 5:11 a.m.21 views

IP Whitelisting Bypass

verbb/knock-knock is vulnerable to IP Whitelisting Bypass. It is due to the use of a flawed IP-Whitelisting mechanism of getting User IP , allowing bypass of IP whitelisting through X-Forwarded-For header manipulation...

9.1CVSS1.5AI score0.00307EPSS
Exploits1References5Affected Software1
CNVD
CNVD
added 2020/05/26 12:0 a.m.2 views

Knock Knock Security Restriction Bypass Vulnerability

Pixel & Tonic Craft CMS is the United States Pixel & Tonic company's set of content management system CMS.Knock Knock is one of the access rights management plugin. A security vulnerability exists in Knock Knock versions prior to 1.2.8 for Pixel & Tonic Craft CMS. The vulnerability can be exploit...

9.1CVSS6.8AI score0.00307EPSS
Exploits1References1
OSV
OSV
added 2020/05/06 3:15 p.m.22 views

CVE-2020-7921

Improper serialization of internal state in the authorization subsystem in MongoDB Server's authorization subsystem permits a user with valid credentials to bypass IP whitelisting protection mechanisms following administrative action. This issue affects MongoDB Server v4.2 versions prior to 4.2.3...

5.3CVSS5.5AI score
Exploits0References1
NVD
NVD
added 2020/05/06 3:15 p.m.11 views

CVE-2020-7921

Improper serialization of internal state in the authorization subsystem in MongoDB Server's authorization subsystem permits a user with valid credentials to bypass IP whitelisting protection mechanisms following administrative action. This issue affects MongoDB Server v4.2 versions prior to 4.2.3...

5.3CVSS5.2AI score0.00179EPSS
Exploits0References1
Rows per page
Query Builder