Lucene search
+L

282 matches found

Huntr
Huntr
added 2022/07/11 4:6 p.m.8 views

Accept weak password in reset-password function

Description Step to reproduce: 1. Go to https://book.dansmonorage.blue/password-reset. 2. Type your email and recieve reset password link. 3. Enter a as new password and success. Proof of Concept POST /password-reset/D4VUXDL5 HTTP/2 Host: book.dansmonorage.blue Cookie:...

0.4AI score
SaveExploits0References1
Code423n4
Code423n4
added 2022/06/19 12:0 a.m.12 views

Incorrect check in diamondCut allows update be executed without proposal

Lines of code Vulnerability details The current implementation of LibDiamond.diamondCut allows any diamondCut update to be executed instantly, defeating the purpose of the 7 day update delay mechanism. The issue is this check in LibDiamond.diamondCut: require...

6.6AI score
SaveExploits0
VulnCheck KEV
VulnCheck KEV
added 2022/06/15 12:0 a.m.8 views

VulnCheck KEV: CVE-2022-34478

The ms-msdt, search, and search-ms protocols deliver content to Microsoft applications, bypassing the browser, when a user accepts a prompt. These applications have had known vulnerabilities, exploited in the wild although we know of none exploited through Thunderbird, so in this release...

6.5CVSS6.9AI score0.00783EPSS
SaveExploits1References1
OSV
OSV
added 2021/12/10 11:3 a.m.7 views

OESA-2021-1461 samba security update

Samba is a suite of programs for Linux and Unix to interoperate with Windows. Security Fixes: A flaw was discovered in the way samba implements SMB1 authentication. Even if Kerberos authentication is required, an attacker can use this flaw to retrieve the clear text password sent over the...

9CVSS7AI score0.02064EPSS
SaveExploits0References7
Code423n4
Code423n4
added 2021/09/19 12:0 a.m.9 views

Reentrancy through withdrawBounty

Handle jonah1005 Vulnerability details Impact The function settleAuction Auction.solL69-L109 calls withdrawBounty. However, there's no safety checks in addBounty function.Auction.solL126-L138 The attacker can add malicious contract through addBounty and hijack the control flow of settleAuction...

7.2AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/08/25 2:44 p.m.58 views

Improper Handling of Exceptional Conditions in detect-character-encoding

Impact In detect-character-encoding v0.6.0 and earlier, data matching no charset causes the Node.js process to crash. Patches The problem has been patched in detect-character-encoding v0.7.0. CVSS score CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/RL:O/RC:C Base Score: 7.5 High Temporal Score: 7....

7.5CVSS7.2AI score0.02068EPSS
SaveExploits1References6Affected Software1
Packet Storm
Packet Storm
added 2021/08/10 12:0 a.m.305 views

Facebook For Android Friend Acceptance

Author - Sivanesh Ashok | @sivaneshashok | stazot.com Date : 2021-08-03 Vendor : https://facebook.com/ Version : Tested on : Version 329.0.0.29.120, Android 10 Last Modified : 2021-08-10 -- Bug Description Facebook for Android is vulnerable to a permission issue which allows anyone with physical...

7.4AI score
SaveExploits0
Prion
Prion
added 2021/07/21 3:15 p.m.16 views

Cross site scripting

Affected versions of this package are vulnerable to Cross-site Scripting XSS via the main functionality. It accepts input that can result in the output an anchor a tag containing undesirable Javascript code that can be executed upon user interaction...

4.3CVSS5.9AI score0.01164EPSS
SaveExploits1References3
CVE
CVE
added 2021/07/21 2:50 p.m.64 views

CVE-2021-23411

The CVE-2021-23411 entry concerns the anchorme/anchorme.js library. Affected versions expose a Cross-site Scripting (XSS) vulnerability in the main functionality that converts input URLs into anchor tags, allowing user-controlled input to inject JavaScript into the resulting HTML output. Root cau...

6.1CVSS5.7AI score0.01164EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2021/04/09 11:15 p.m.25 views

Security feature bypass

Zoom Chat through 2021-04-09 on Windows and macOS allows certain remote authenticated attackers to execute arbitrary code without user interaction. An attacker must be within the same organization, or an external party who has been accepted as a contact. NOTE: this is specific to the Zoom Chat...

9CVSS8.6AI score0.05837EPSS
SaveExploits1References9Affected Software1
Schneier on Security
Schneier on Security
added 2021/03/16 11:36 a.m.42 views

On the Insecurity of ES&S Voting Machines’ Hash Code

Andrew Appel and Susan Greenhalgh have a blog post on the insecurity of ES&Ss software authentication system: It turns out that ES&S has bugs in their hash-code checker: if the "reference hashcode" is completely missing, then itll say "yes, boss, everything is fine" instead of reporting an error...

7.5AI score
SaveExploits0
CNNVD
CNNVD
added 2021/03/15 12:0 a.m.7 views

urllib3 信任管理问题漏洞

urllib3 is a Python HTTP library. It features thread-safe connection pooling, file publishing support, and more. A trust management issue vulnerability exists in urllib3 library 1.26.x before 1.26.4, which stems from the fact that certificates from other servers that are correctly validated by...

6.5CVSS7.5AI score0.02109EPSS
SaveExploits0References18
OSV
OSV
added 2021/02/27 9:33 p.m.8 views

OPENSUSE-SU-2021:0358-1 Security update for glibc

This update for glibc fixes the following issues: - Fix buffer overrun in EUC-KR conversion module CVE-2019-25013, bsc1182117, BZ 24973 - x86: Harden printf against non-normal long double values CVE-2020-29573, bsc1179721, BZ 26649 - gconv: Fix assertion failure in ISO-2022-JP-3 module...

7.5CVSS6.5AI score0.03522EPSS
SaveExploits2References12
NVD
NVD
added 2021/02/02 10:15 p.m.28 views

CVE-2021-21293

blaze is a Scala library for building asynchronous pipelines, with a focus on network IO. All servers running blaze-core before version 0.14.15 are affected by a vulnerability in which unbounded connection acceptance leads to file handle exhaustion. Blaze, accepts connections unconditionally on a...

7.5CVSS0.02117EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2021/02/02 9:42 p.m.91 views

Unbounded connection acceptance leads to file handle exhaustion

Impact All servers running blaze-core = 0.14.14, including blaze-http and http4s-blaze-server users, are affected. Blaze, accepts connections unconditionally on a dedicated thread pool. This has the net effect of amplifying degradation in services that are unable to handle their current request...

7.5CVSS1.1AI score0.02117EPSS
SaveExploits0References5Affected Software3
Cvelist
Cvelist
added 2021/02/02 9:35 p.m.44 views

CVE-2021-21293 Unbounded connection acceptance leads to file handle exhaustion

blaze is a Scala library for building asynchronous pipelines, with a focus on network IO. All servers running blaze-core before version 0.14.15 are affected by a vulnerability in which unbounded connection acceptance leads to file handle exhaustion. Blaze, accepts connections unconditionally on a...

7.5CVSS7.5AI score0.02117EPSS
SaveExploits0References3
Exploit DB
Exploit DB
added 2020/12/02 12:0 a.m.513 views

WebDamn User Registration & Login System with User Panel - SQLi Auth Bypass

Exploit Title: WebDamn User Registration & Login System with User Panel - SQLi Auth Bypass Date: 18-11-2020 Exploit Author: Aakash Madaan Vendor Homepage: https://webdamn.com/ Software Link : https://webdamn.com/user-management-system-with-php-mysql/ Version: N/A Default Tested on: Windows 10...

5.3AI score
SaveExploits0
Prion
Prion
added 2020/10/27 8:15 p.m.22 views

Design/Logic Flaw

Source-routed IPv4 packets were disabled by default. This issue is fixed in AirPort Base Station Firmware Update 7.8.1, AirPort Base Station Firmware Update 7.9.1. Source-routed IPv4 packets may be unexpectedly accepted...

5CVSS7.3AI score0.01051EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2020/09/14 6:45 p.m.26 views

CVE-2020-13289

A vulnerability was discovered in GitLab versions before 13.1.10, 13.2.8 and 13.3.4. In certain cases an invalid username could be accepted when 2FA is activated...

5.4CVSS5.5AI score0.00687EPSS
SaveExploits0References2
OSV
OSV
added 2020/05/28 12:15 p.m.9 views

AZL-6440 CVE-2020-13645 affecting package glib-networking for versions less than 2.59.1-8

In GNOME glib-networking through 2.64.2, the implementation of GTlsClientConnection skips hostname verification of the server's TLS certificate if the application fails to specify the expected server identity. This is in contrast to its intended documented behavior, to fail the certificate...

6.5CVSS6.8AI score0.01933EPSS
SaveExploits1References1
Rows per page
Query Builder