Lucene search
+L

1620 matches found

Fedora
Fedora
added 2022/11/10 10:57 p.m.22 views

[SECURITY] Fedora 37 Update: php-wikimedia-cdb-2.0.0-8.fc37

CDB, short for "constant database", refers to a very fast and highly reliable database system which uses a simple file with key value pairs. This library wraps the CDB functionality exposed in PHP via the dba functions. In cases where dba functions are not present or are not compiled with CDB...

7.3AI score
SaveExploits0
Code423n4
Code423n4
added 2022/10/23 12:00 a.m.7 views

JoeLibrary.sol#L19 : quote does not follow the constant sum formula to get the reserve value

Lines of code Vulnerability details Impact The quoted reserve value is not based on the constant sum approach. It is based on constant product method. The quoted values are not correct for constant sum based approach. Proof of Concept As per the Joe documentation, it says that joe is based on...

6.8AI score
SaveExploits0
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
ATTACKERKB
ATTACKERKB
added 2022/10/06 10:15 p.m.18 views

CVE-2022-40494

NPS before v0.26.10 was discovered to contain an authentication bypass vulnerability via constantly generating and sending the Auth key and Timestamp parameters...

9.8CVSS7.4AI score0.01671EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2022/08/19 5:39 a.m.65 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.24 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.30 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.5 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