Lucene search
+L

315 matches found

Code423n4
Code423n4
added 2023/08/07 12:00 a.m.13 views

the check in checkExpectedBalances only allows 2% slippage, which could be insufficient in volatile markets and lock user funds.

Lines of code Vulnerability details Impact This would cause the check to fail and revert the transaction, locking the user's funds Proof of Concept In volatile markets, the price could move more than 2% between when the user sends the transactions and when it gets mined. This would cause the chec...

6.8AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2023/06/02 12:00 a.m.11 views

CVE-2023-0547

OCSP revocation status of recipient certificates was not checked when sending S/Mime encrypted email, and revoked certificates would be accepted. Thunderbird versions from 68 to 102.9.1 were affected by this bug. This vulnerability affects Thunderbird 102.10...

6.8AI score0.00372EPSS
SaveExploits0References2
Friends Of PHP
Friends Of PHP
added 2023/04/17 4:00 p.m.39 views

Improper header validation

Impact Improper header parsing. An attacker could sneak in a newline \n into both the header names and values. While the specification states that \r\n\r\n is used to terminate the header list, many servers in the wild will also accept \n\n. Patches The issue is patched in 1.9.1 and 2.4.5...

7.5CVSS5.8AI score0.01216EPSS
SaveExploits0Affected Software1
SUSE CVE
SUSE CVE
added 2023/02/15 5:43 a.m.7 views

SUSE CVE-2012-6093

The QSslSocket::sslErrors function in Qt before 4.6.5, 4.7.x before 4.7.6, 4.8.x before 4.8.5, when using certain versions of openSSL, uses an "incompatible structure layout" that can read memory from the wrong location, which causes Qt to report an incorrect error when certificate validation fai...

4.3CVSS6.8AI score0.01778EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/02/15 3:53 a.m.8 views

SUSE CVE-2020-26954

When accepting a malicious intent from other installed apps, Firefox for Android accepted manifests from arbitrary file paths and allowed declaring webapp manifests for other origins. This could be used to gain fullscreen access for UI spoofing and could also lead to cross-origin attacks on...

4.3CVSS8.6AI score0.00641EPSS
SaveExploits0References4
OSV
OSV
added 2023/02/14 6:15 p.m.6 views

DEBIAN-CVE-2023-25565

GSS-NTLMSSP is a mechglue plugin for the GSSAPI library that implements NTLM authentication. Prior to version 1.2.0, an incorrect free when decoding target information can trigger a denial of service. The error condition incorrectly assumes the cb and sh buffers contain a copy of the data that...

7.5CVSS7.3AI score0.01103EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2023/02/14 12:00 a.m.3 views

GSS-NTLMSSP 安全漏洞

GSS-NTLMSSP is gssapi open source mechglue plugin that implements NTLM authentication GSSAPI library . GSS-NTLMSSP 1.2.0 before the version of a security vulnerability , the vulnerability stems from the resolution of the user name may trigger a memory leak , thus triggering a denial of service , ...

7.5CVSS7.2AI score0.01103EPSS
SaveExploits0References5
OSV
OSV
added 2023/01/10 8:15 p.m.9 views

UBUNTU-CVE-2023-0132

Inappropriate implementation in in Permission prompts in Google Chrome on Windows prior to 109.0.5414.74 allowed a remote attacker to force acceptance of a permission prompt via a crafted HTML page. Chromium security severity: Medium...

6.5CVSS7.3AI score0.00496EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/11/21 8:38 p.m.35 views

Lack of proper validation of server UUID can be used by the server to trick the client to accept invalid proofs

Impact immudb client SDKs use server's UUID to distinguish between different server instance so that the client can connect to different immudb instances and keep the state for multiple servers. SDK does not validate this uuid and can accept any value reported by the server. A malicious server ca...

5.9CVSS5.7AI score0.00273EPSS
SaveExploits0References6Affected Software1
Huntr
Huntr
added 2022/09/16 2:49 p.m.24 views

CSRF leads to disabling notifications in users profile

Description Periodic updates of repositories were sent as notifications to the user's email and here GET request sent to the server for modifying repository notifications settings is accepted by the server, which can lead to disabling notifications through a CSRF attack. Proof of Concept Replace...

4.3CVSS0.9AI score0.00343EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/09/04 12:22 p.m.9 views

UI Discrepancy in Password

Description There is UI discrepancy in the user password section in nakama console. The UI presents the following message to the user for a short password: "Password is required, must be 8 chars or longer and consist of at least a capital letter, a small letter and a number". However, the backend...

7.2AI score
SaveExploits0
CNNVD
CNNVD
added 2022/09/02 12:00 a.m.13 views

Matrix Synapse 安全漏洞

Matrix Synapse is a Matrix Management Server implementation from the Matrix Foundation in the UK. A security vulnerability exists in Matrix Synapse version 1.61.0 and earlier, which stems from some of these rules not being applied correctly when determining whether events should be accepted into ...

7.5CVSS7.3AI score0.0115EPSS
SaveExploits0References5
OSV
OSV
added 2022/08/22 6:08 p.m.37 views

GO-2022-0952 Incorrect event parsing in github.com/matrix-org/gomatrixserverlib

Power level parsing does not parse the "eventsdefault" key of the m.room.powerlevels event, setting the event default power level to zero in all cases. This can cause events to be improperly accepted or rejected in rooms where the eventdefault power level has been changed...

8.8CVSS6.5AI score0.00816EPSS
SaveExploits0References1
Huntr
Huntr
added 2022/07/11 4:06 p.m.9 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:00 a.m.13 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:00 a.m.10 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:04 a.m.9 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...

8.8CVSS7AI score0.02064EPSS
SaveExploits0References7
Code423n4
Code423n4
added 2021/09/19 12:00 a.m.18 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.64 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:00 a.m.306 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
Rows per page
Query Builder