Lucene search
+L

3448 matches found

OSV
OSV
added 2023/10/10 9:29 p.m.97 views

GHSA-MQ6F-5XH5-HGCF Harbor timing attack risk

In the Harbor jobservice container, the comparison of secrets in the authenticator type is prone to timing attacks. The vulnerability occurs due to the following code: https://github.com/goharbor/harbor/blob/aaea068cceb4063ab89313d9785f2b40f35b0d63/src/jobservice/api/authenticator.goL69-L69 To...

5.9CVSS6AI score0.00373EPSS
SaveExploits1References7
Veracode
Veracode
added 2023/10/10 8:26 a.m.441 views

Timing Attack

python is vulnerable to Timing Attack. The vulnerability is caused by a loophole in hmac.comparedigest function making it deviate from constant time operation. An attacker can mount a timing attack by exploiting the accumulator variable result in the hmac.comparedigest function...

5.9CVSS5.8AI score0.01148EPSS
SaveExploits1References7Affected Software1
Positive Technologies
Positive Technologies
added 2023/10/10 12:00 a.m.13 views

PT-2023-17692 · Harbor · Harbor

Name of the Vulnerable Software and Affected Versions: Harbor versions 2.6.x and earlier Harbor versions 2.7.2 and earlier Harbor versions 2.8.2 and earlier Harbor versions 1.10.17 and earlier Description: A timing condition in Harbor allows an attacker with network access to create jobs, stop jo...

6.5CVSS6.8AI score0.00373EPSS
SaveExploits1References13
Ubuntu
Ubuntu
added 2023/09/27 12:49 p.m.385 views

USN-6400-1: Python vulnerability

It was discovered that Python did not properly provide constant-time processing for a crypto operation. An attacker could possibly use this issue to perform a timing attack and recover sensitive information...

5.9CVSS7.1AI score0.01148EPSS
SaveExploits1
OSV
OSV
added 2023/09/27 12:49 p.m.12 views

USN-6400-1 python2.7, python3.5 vulnerability

It was discovered that Python did not properly provide constant-time processing for a crypto operation. An attacker could possibly use this issue to perform a timing attack and recover sensitive information...

5.9CVSS6.7AI score0.01148EPSS
SaveExploits1References2
OpenVAS
OpenVAS
added 2023/09/27 12:00 a.m.19 views

Ubuntu: Security Advisory (USN-6400-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG 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-only ifdescription...

5.9CVSS7.7AI score0.01148EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2023/09/14 2:09 a.m.2 views

SUSE CVE-2023-4421

The NSS code used for checking PKCS1 v1.5 was leaking information useful in mounting Bleichenbacher-like attacks. Both the overall correctness of the padding as well as the length of the encrypted message was leaking through timing side-channel. By sending large number of attacker-selected...

6.5CVSS8.4AI score0.00628EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2023/09/07 12:00 a.m.28 views

Oracle Linux 7 : ovmf (ELSA-2019-2125)

The remote Oracle Linux 7 host has a package installed that is affected by multiple vulnerabilities as referenced in the ELSA-2019-2125 advisory. - Simultaneous Multi-threading SMT in processors can enable local users to exploit software vulnerable to timing attacks via a side-channel timing atta...

9.8CVSS7.2AI score0.03418EPSS
SaveExploits4References11
Tenable Nessus
Tenable Nessus
added 2023/09/07 12:00 a.m.38 views

Oracle Linux 7 : openssl (ELSA-2019-2304)

The remote Oracle Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2019-2304 advisory. - fix CVE-2018-0734 - DSA signature local timing side channel - fix CVE-2019-1559 - 0-byte record padding oracle Tenable has extracted the preceding...

5.9CVSS6.6AI score0.17139EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2023/09/05 6:37 p.m.11 views

wildfly-elytron: possible timing attacks via use of unsafe comparator

A flaw was found in Wildfly-elytron. Wildfly-elytron uses java.util.Arrays.equals in several places, which is unsafe and vulnerable to timing attacks. To compare values securely, use java.security.MessageDigest.isEqual instead. This flaw allows an attacker to access secure information or...

7.4CVSS5.8AI score0.00584EPSS
SaveExploits0References4
Veracode
Veracode
added 2023/08/30 10:30 p.m.42 views

Timing Attack

python3.9 is vulnerable to Improper Access Control. The vulnerability exists due to a flaw in the way the hmac.comparedigest function in the Lib/hmac.py module compares two message digests. An attacker can exploit this vulnerability to distinguish between different message digests, which could be...

5.9CVSS6.5AI score0.01148EPSS
SaveExploits1References5Affected Software4
CNNVD
CNNVD
added 2023/08/22 12:00 a.m.7 views

Python 竞争条件问题漏洞

Python is an open source, object-oriented programming language from the Python Foundation. The language is extensible, supports modules and packages, and supports multiple platforms. A security vulnerability exists in Python 3.9.1, which stems from the fact that the Comparedigest accumulator...

5.9CVSS6.9AI score0.01148EPSS
SaveExploits1References8
NVD
NVD
added 2023/08/16 9:15 p.m.56 views

CVE-2023-40021

Oppia is an online learning platform. When comparing a received CSRF token against the expected token, Oppia uses the string equality operator ==, which is not safe against timing attacks. By repeatedly submitting invalid tokens, an attacker can brute-force the expected CSRF token character by...

5.3CVSS5.3AI score0.00774EPSS
SaveExploits1References4
CVE
CVE
added 2023/08/16 8:25 p.m.70 views

CVE-2023-40021

CVE-2023-40021 affects Oppia: timing-attack CSRF token validation using string equality in CsrfTokenManager.is_csrf_token_valid allows an attacker to brute-force the token character-by-character via lure-and-traud site, enabling forged actions in a logged-in user’s session. Impact includes profil...

5.3CVSS5.3AI score0.00774EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2023/08/16 8:25 p.m.52 views

CVE-2023-40021 Timing Attack Reveals CSRF Tokens in oppia

Oppia is an online learning platform. When comparing a received CSRF token against the expected token, Oppia uses the string equality operator ==, which is not safe against timing attacks. By repeatedly submitting invalid tokens, an attacker can brute-force the expected CSRF token character by...

5.3CVSS5.5AI score0.00774EPSS
SaveExploits1References4
OSV
OSV
added 2023/08/16 8:25 p.m.39 views

CVE-2023-40021 Timing Attack Reveals CSRF Tokens in oppia

Oppia is an online learning platform. When comparing a received CSRF token against the expected token, Oppia uses the string equality operator ==, which is not safe against timing attacks. By repeatedly submitting invalid tokens, an attacker can brute-force the expected CSRF token character by...

5.3CVSS5.7AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2023/08/16 8:25 p.m.21 views

CVE-2023-40021 Timing Attack Reveals CSRF Tokens in oppia

Oppia is an online learning platform. When comparing a received CSRF token against the expected token, Oppia uses the string equality operator ==, which is not safe against timing attacks. By repeatedly submitting invalid tokens, an attacker can brute-force the expected CSRF token character by...

5.3CVSS5.3AI score0.00774EPSS
SaveExploits1References4
OSV
OSV
added 2023/08/16 3:15 p.m.10 views

CVE-2023-40343

Jenkins Tuleap Authentication Plugin 1.1.20 and earlier uses a non-constant time comparison function when validating an authentication token allowing attackers to use statistical methods to obtain a valid authentication token...

5.9CVSS5.8AI score0.00591EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2023/08/16 12:00 a.m.9 views

PT-2023-27216 · Oppia · Oppia

Name of the Vulnerable Software and Affected Versions: Oppia versions prior to 3.3.2-hotfix-2 Description: Oppia is an online learning platform. When comparing a received CSRF token against the expected token, Oppia uses the string equality operator ==, which is not safe against timing attacks. B...

5.3CVSS5.3AI score0.00774EPSS
SaveExploits1References9
Kitploit
Kitploit
added 2023/08/14 12:30 p.m.117 views

Chimera - Automated DLL Sideloading Tool With EDR Evasion Capabilities

While DLL sideloading can be used for legitimate purposes, such as loading necessary libraries for a program to function, it can also be used for malicious purposes. Attackers can use DLL sideloading to execute arbitrary code on a target system, often by exploiting vulnerabilities in legitimate...

8.1AI score
SaveExploits0References4
Rows per page
Query Builder