Lucene search
+L

992 matches found

Veracode
Veracode
added 2023/01/10 4:17 a.m.28 views

Timing Attacks

github.com/openshift/osin is vulnerable to timing attacks. The vulnerability exists because the ClientSecretMatches function in client.go and CheckClientSecret function in util.go does not compare hashes in constant time, allowing an attacker to progressively use the timing of the request to...

5.9CVSS2.9AI score0.00676EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2022/12/09 12:00 a.m.6 views

PT-2022-6537 · Heimdal +4 · Heimdal +4

Name of the Vulnerable Software and Affected Versions: heimdal versions 7.7.1 through 7.8.0 Description: The issue is related to the implementation of the Kerberos5 protocol in heimdal, specifically concerning incorrect validation of message integrity codes. This can allow a remote attacker to...

7.8CVSS6.2AI score0.0369EPSS
SaveExploits0References33
Veracode
Veracode
added 2022/11/17 9:19 p.m.32 views

Timing Attack

mailman3 is vulnerable to timing attacks. The vulnerability exists due to lack of constant time password checks which allows an attacker to perform timing attacks...

6.3CVSS6.3AI score0.00302EPSS
SaveExploits0References4Affected Software2
OSV
OSV
added 2022/10/21 11:05 a.m.6 views

OESA-2022-2005 mailman security update

This is GNU Mailman, a mailing list management system distributed under the terms of the GNU General Public License GPL version 3 or later. The name of this software is spelled 'Mailman' with a leading capital 'M' but with a lower case second m'. Any other spelling is incorrect. Security Fixes:...

7.4CVSS7AI score0.00302EPSS
SaveExploits0References2
Prion
Prion
added 2022/10/19 4:15 p.m.30 views

Code injection

Jenkins GitLab Plugin 1.5.35 and earlier uses a non-constant time comparison function when checking whether the provided and expected webhook token are equal, potentially allowing attackers to use statistical methods to obtain a valid webhook token...

5CVSS5AI score0.00698EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2022/10/19 12:00 a.m.10 views

Jenkins Plugin Generic Webhook Trigger 安全漏洞

Jenkins and Jenkins Plugin are both Jenkins open source products.Jenkins is a software application . An open source automation server Jenkins provides hundreds of plugins to support building, deploying, and automating any project.Jenkins Plugin is a software application. A security vulnerability...

5.3CVSS5.8AI score0.00534EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2022/10/19 12:00 a.m.11 views

Jenkins Plugin GitLab 安全漏洞

Jenkins and Jenkins Plugin are both Jenkins open source products.Jenkins is a software application . An open source automation server Jenkins provides hundreds of plugins to support building, deploying, and automating any project.Jenkins Plugin is a software application. A security vulnerability...

5.3CVSS5.8AI score0.00698EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2022/10/19 12:00 a.m.9 views

PT-2022-26896 · Jenkins · Jenkins Git Plugin +1

Name of the Vulnerable Software and Affected Versions: Jenkins GitLab Plugin versions 1.5.35 and earlier Description: The issue is related to a non-constant time comparison function used when checking the equality of provided and expected webhook tokens. This potentially allows attackers to use...

5.3CVSS4.8AI score0.00698EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2022/10/19 12:00 a.m.15 views

PT-2022-26897 · Jenkins · Jenkins Generic Webhook Trigger Plugin +1

Name of the Vulnerable Software and Affected Versions: Jenkins Generic Webhook Trigger Plugin versions 1.84.1 and earlier Description: The issue concerns a non-constant time comparison function used when checking the equality of provided and expected webhook tokens. This potentially allows...

5.3CVSS5.1AI score0.00534EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2022/10/14 12:00 a.m.8 views

GoCD 安全漏洞

GoCD is a continuous delivery server. A security vulnerability exists in GoCD versions 19.2.0 through 19.11.0 that stems from the use of regular string comparisons to validate tokens instead of the constant time algorithm, which can be exploited by an attacker to brute-force GoCD server API calls...

6.5CVSS6AI score0.00676EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2022/08/19 5:39 a.m.66 views

CVE-2022-36885

Jenkins GitHub Plugin 1.34.4 and earlier uses a non-constant time comparison function when checking whether the provided and computed webhook signatures are equal, allowing attackers to use statistical methods to obtain a valid webhook signature...

5.3CVSS4.1AI score0.00839EPSS
SaveExploits0References4
Veracode
Veracode
added 2022/08/01 3:18 a.m.19 views

Information Disclosure

github.com/runatlantis/atlantis is vulnerable to information disclosure. The vulnerability exists in the ParseAndValidate function in gitlabrequestparservalidator.go because the webhook event is not properly validated with a constant time comparison which allows an attacker to recover the secret...

7.5CVSS7AI score0.01155EPSS
SaveExploits1References4Affected Software1
NVD
NVD
added 2022/07/29 10:15 a.m.22 views

CVE-2022-24912

The package github.com/runatlantis/atlantis/server/controllers/events before 0.19.7 are vulnerable to Timing Attack in the webhook event validator code, which does not use a constant-time comparison function to validate the webhook secret. It can allow an attacker to recover this secret as an...

7.5CVSS0.01155EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2022/07/29 10:00 a.m.35 views

CVE-2022-24912 Timing Attack

The package github.com/runatlantis/atlantis/server/controllers/events before 0.19.7 are vulnerable to Timing Attack in the webhook event validator code, which does not use a constant-time comparison function to validate the webhook secret. It can allow an attacker to recover this secret as an...

7.5CVSS7.6AI score0.01155EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2022/07/29 10:00 a.m.8 views

CVE-2022-24912

The package github.com/runatlantis/atlantis/server/controllers/events before 0.19.7 are vulnerable to Timing Attack in the webhook event validator code, which does not use a constant-time comparison function to validate the webhook secret. It can allow an attacker to recover this secret as an...

7.5CVSS5.8AI score0.01155EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2022/07/29 12:00 a.m.8 views

Atlantis 安全漏洞

Atlantis is Atlantis open source a self-hosted golang application . It listens to Terraform pull request events via webhook. A security vulnerability exists in Atlantis versions prior to 0.19.7, which stems from a Timing Attack vulnerability in the package...

7.5CVSS7.2AI score0.01155EPSS
SaveExploits1References4
NVD
NVD
added 2022/07/27 3:15 p.m.25 views

CVE-2022-36885

Jenkins GitHub Plugin 1.34.4 and earlier uses a non-constant time comparison function when checking whether the provided and computed webhook signatures are equal, allowing attackers to use statistical methods to obtain a valid webhook signature...

5.3CVSS0.00839EPSS
SaveExploits0References2
OSV
OSV
added 2022/07/27 3:15 p.m.31 views

CVE-2022-36885

Jenkins GitHub Plugin 1.34.4 and earlier uses a non-constant time comparison function when checking whether the provided and computed webhook signatures are equal, allowing attackers to use statistical methods to obtain a valid webhook signature...

5.3CVSS5.1AI score
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2022/07/27 3:15 p.m.15 views

CVE-2022-36885

Jenkins GitHub Plugin 1.34.4 and earlier uses a non-constant time comparison function when checking whether the provided and computed webhook signatures are equal, allowing attackers to use statistical methods to obtain a valid webhook signature...

5.3CVSS5.8AI score0.00839EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2022/07/27 12:00 a.m.6 views

PT-2022-4030 · Jenkins · Jenkins Git Plugin +1

Name of the Vulnerable Software and Affected Versions: Jenkins GitHub Plugin versions 1.34.4 and earlier Description: The issue is related to the disclosure of information through inconsistency. It allows a remote attacker to gain unauthorized access to protected information. The problem lies in...

5.3CVSS5.5AI score0.00839EPSS
SaveExploits0References11
Rows per page
Query Builder