Lucene search
+L

9512 matches found

OSV
OSV
added 2023/12/08 8:11 p.m.33 views

GO-2023-2386 Captcha verification bypass in github.com/mojocn/base64Captcha

When using the default implementation of Verify to check a Captcha, verification can be bypassed. For example, if the first parameter is a non-existent id, the second parameter is an empty string, and the third parameter is true, the function will always consider the Captcha to be correct...

5.3CVSS5.1AI score0.00297EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2023/12/08 12:0 a.m.4 views

PT-2023-29488 · Git +3 · Base64Captcha +1

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: The issue concerns the default implementation of a Verify function used to check a Captcha. Verification can be bypassed under certain conditions. For...

5.3CVSS4.9AI score0.00297EPSS
SaveExploits1References12
Code423n4
Code423n4
added 2023/12/08 12:0 a.m.16 views

CurveTricryptAdapter::primitiveOutputAmount & Curve2PoolAdapter::primitiveOutputAmount can swap without slippage tolerance

Lines of code Vulnerability details Impact While there is a “Slippage protection” implementation in the contract if uint256minimumOutputAmount outputAmount revert SLIPPAGELIMITEXCEEDED; There is no validation that minimumOutputAmount is not set to 0. This can result in lost of funds. Although Oce...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/12/08 12:0 a.m.12 views

Limited functionality due to Primitive's balance being decreased before it is called

Lines of code Vulnerability details Impact In the current implementation, the balance of a primitive is decreased burned before it is called. This requires the primitive to hold outputAmount of outputToken before a transaction, which severely restricts the functionality it can provide and has no...

7.1AI score
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2023/12/07 6:59 p.m.27 views

Chromium: CVE-2023-6512 Inappropriate implementation in Web Browser UI

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

6.5CVSS7.2AI score0.01279EPSS
SaveExploits0
Ubuntu
Ubuntu
added 2023/12/06 1:34 p.m.94 views

USN-6536-1: Linux kernel vulnerabilities

Lucas Leong discovered that the netfilter subsystem in the Linux kernel did not properly validate some attributes passed from userspace. A local attacker could use this to cause a denial of service system crash or possibly expose sensitive information kernel memory. CVE-2023-39189 Kyle Zeng...

8.8CVSS7.4AI score0.09141EPSS
SaveExploits3
OSV
OSV
added 2023/12/06 2:15 a.m.20 views

CVE-2023-6511

Inappropriate implementation in Autofill in Google Chrome prior to 120.0.6099.62 allowed a remote attacker to bypass Autofill restrictions via a crafted HTML page. Chromium security severity: Low...

4.3CVSS5.2AI score
SaveExploits0References6
NVD
NVD
added 2023/12/06 2:15 a.m.16 views

CVE-2023-6511

Inappropriate implementation in Autofill in Google Chrome prior to 120.0.6099.62 allowed a remote attacker to bypass Autofill restrictions via a crafted HTML page. Chromium security severity: Low...

4.3CVSS0.00864EPSS
SaveExploits0References6
Prion
Prion
added 2023/12/06 2:15 a.m.29 views

Design/Logic Flaw

Inappropriate implementation in Web Browser UI in Google Chrome prior to 120.0.6099.62 allowed a remote attacker to potentially spoof the contents of an iframe dialog context menu via a crafted HTML page. Chromium security severity: Low...

4.3CVSS6AI score0.01279EPSS
SaveExploits0References6Affected Software3
CVE
CVE
added 2023/12/06 1:19 a.m.166 views

CVE-2023-6512

The CVE-2023-6512 issue affects Google Chrome’s Web Browser UI, where an inappropriate implementation in the UI could allow a remote attacker to spoof the contents of an iframe dialog context menu via a crafted HTML page. Affected product/versions include Chrome prior to 120.0.6099.62. The underl...

6.5CVSS6.2AI score0.01279EPSS
SaveExploits0References6Affected Software2
OSV
OSV
added 2023/12/05 4:16 p.m.32 views

GO-2023-2375 Before Go 1.20, the RSA based key exchange methods in crypto/tls may exhibit a timing side channel

Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS1 padding may leak timing...

7.5CVSS6.5AI score0.0125EPSS
SaveExploits0References4
Fedora
Fedora
added 2023/12/01 1:30 a.m.21 views

[SECURITY] Fedora 38 Update: golang-github-google-dap-0.11.0-1.fc38

Go implementation of the Debug Adapter Protocol...

7.5CVSS7.8AI score0.03796EPSS
SaveExploits0
Fedora
Fedora
added 2023/12/01 1:9 a.m.45 views

[SECURITY] Fedora 37 Update: golang-github-google-dap-0.11.0-1.fc37

Go implementation of the Debug Adapter Protocol...

7.5CVSS7.8AI score0.03796EPSS
SaveExploits0
Veracode
Veracode
added 2023/11/30 9:30 p.m.36 views

Path Traversal

nodejs-current is vulnerable to Path Traversal. The vulnerability occurs due to the implementation not adequately protecting itself against applications overwriting built-in utility functions with user-defined implementations resulting in malicious attackers to gain unauthorized access to sensiti...

7.5CVSS6.9AI score0.01325EPSS
SaveExploits0References4Affected Software1
Ubuntu
Ubuntu
added 2023/11/29 3:51 p.m.80 views

USN-6525-1: pysha3 vulnerability

Nicky Mouha discovered that pysha incorrectly handled certain SHA-3 operations. An attacker could possibly use this issue to cause pysha3 to crash, resulting in a denial of service, or possibly execute arbitrary code...

9.8CVSS7.4AI score0.05414EPSS
SaveExploits1
Veracode
Veracode
added 2023/11/29 5:49 a.m.61 views

Inconsistency Between Implementation And Documented Design

nodejs is vulnerable to Inconsistency Between Implementation and Documented Design. The vulnerability is due to generateKeys API function returned from crypto.createDiffieHellman only generates missing or outdated keys.This discrepancy between the documented and actual behavior of the API allows ...

7.5CVSS6.6AI score0.01462EPSS
SaveExploits0References3Affected Software1
Code423n4
Code423n4
added 2023/11/29 12:0 a.m.17 views

Return values of approve() not checked

Lines of code 321, 215, 184, 450, 761, 217, 157, 234, 339, 386https://github.com/Tapioca-DAO/t...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2023/11/29 12:0 a.m.27 views

Interface improperly implemented

Lines of code 34, 34, 34, 34, 30, 31, 32, 34, 35, 38https://github.com/Tapioca-DAO/tapioca-yieldbox-strategies-audi...

7.1AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2023/11/28 11:28 p.m.403 views

Marvin Attack: potential key recovery through timing sidechannels

Impact Due to a non-constant-time implementation, information about the private key is leaked through timing information which is observable over the network. An attacker may be able to use that information to recover the key. Patches No patch is yet available, however work is underway to migrate...

5.9CVSS6.3AI score0.0061EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2023/11/28 11:28 p.m.485 views

GHSA-C38W-74PG-36HR Marvin Attack: potential key recovery through timing sidechannels

Impact Due to a non-constant-time implementation, information about the private key is leaked through timing information which is observable over the network. An attacker may be able to use that information to recover the key. Patches No patch is yet available, however work is underway to migrate...

5.9CVSS5.2AI score0.0061EPSS
SaveExploits0References6
Rows per page
Query Builder