Lucene search
+L

1943 matches found

Github Security Blog
Github Security Blog
added 2024/08/21 6:32 a.m.18 views

Openshift Console insufficient entropy vulnerability

An insufficient entropy vulnerability was found in the Openshift Console. In the authorization code type and implicit grant type, the OAuth2 protocol is vulnerable to a Cross-Site Request Forgery CSRF attack if the state parameter is used inefficiently. This flaw allows logging into the victim’s...

8CVSS7AI score0.00592EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2024/08/21 5:45 a.m.175 views

CVE-2024-6508

The CVE-2024-6508 issue affects OpenShift Console (OAuth2) where insufficient entropy in the state parameter enables CSRF, potentially allowing login with a third-party account. Connected Red Hat advisories (RHSA) for OpenShift 4.x note this CVE is addressed by security updates in multiple releas...

8CVSS7.9AI score0.00592EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/08/19 1:44 p.m.23 views

CVE-2024-6508

An insufficient entropy vulnerability was found in the Openshift Console. In the authorization code type and implicit grant type, the OAuth2 protocol is vulnerable to a Cross-Site Request Forgery CSRF attack if the state parameter is used inefficiently. This flaw allows logging into the victim’s...

8CVSS7.3AI score0.00592EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/08/19 12:0 a.m.13 views

PT-2024-37678 · Red Hat · Openshift Console

Name of the Vulnerable Software and Affected Versions: Openshift Console affected versions not specified Description: An insufficient entropy vulnerability was found in the Openshift Console, affecting the authorization code type and implicit grant type of the OAuth2 protocol. This vulnerability...

8CVSS7.9AI score0.00592EPSS
SaveExploits0References22
CVE
CVE
added 2024/08/15 6:40 p.m.109 views

CVE-2024-42475

The CVE describes the nim OAuth library prior to 0.11 having insecure generateState entropy in the state values, enabling potential CSRF with a user. The root cause is that generateState did not use a cryptographically secure generator, producing insufficient entropy (less than 128 bits). Version...

6.5CVSS6.5AI score0.0025EPSS
SaveExploits0References2
OSV
OSV
added 2024/08/15 6:40 p.m.25 views

CVE-2024-42475 OAuth library for nim allows insecure generation of state values by generateState - entropy too low and uses regular PRNG instead of CSPRNG

In the OAuth library for nim prior to version 0.11, the state values generated by the generateState function do not have sufficient entropy. These can be successfully guessed by an attacker allowing them to perform a CSRF vs a user, associating the user's session with the attacker's protected...

6.5CVSS6.9AI score
SaveExploits0References4
CNNVD
CNNVD
added 2024/08/15 12:0 a.m.11 views

oauth 安全漏洞

oauth is an oauth library for nim from the individual developer Yoshihiro Tanaka. A security vulnerability exists in versions of oauth prior to 0.11, which stems from the state values generated by the generateState function not having sufficient entropy for an attacker to successfully guess these...

6.5CVSS6.7AI score0.0025EPSS
SaveExploits0References3
Veracode
Veracode
added 2024/07/10 7:37 a.m.6 views

Insufficient Entropy In Random Number Generation

zendframework/zendframework1 is vulnerable to insufficient entropy in random number generation. The vulnerability is due to the use of rand or mtrand, which cannot generate cryptographically secure values, leading to potential information disclosure should an attacker be able to brute force the...

6.6AI score
SaveExploits0
Kitploit
Kitploit
added 2024/06/24 12:30 p.m.101 views

Hfinger - Fingerprinting HTTP Requests

Tool for Fingerprinting HTTP requests of malware. Based on Tshark and written in Python3. Working prototype stage :- Its main objective is to provide unique representations fingerprints of malware requests, which help in their identification. Unique means here that each fingerprint should be seen...

7AI score
SaveExploits0References5
Veracode
Veracode
added 2024/06/19 10:6 a.m.8 views

Use Of Insufficiently Random Values

zendframework/zendframework is vulnerable to insufficient entropy. The vulnerability is due to using PHP's mtrand function as a fallback for generating random bytes, which is predictable and susceptible to brute force attacks on the seed...

7.1AI score
SaveExploits0
Veracode
Veracode
added 2024/06/17 8:50 a.m.13 views

Insufficient Entropy

zendframework/zend-captcha is vulnerable to Insufficient Entropy. The vulnerability is due to the use of PHP's arrayrand function, which does not generate sufficient entropy, leading to predictable CAPTCHA words. The attacker can potentially brute force the CAPTCHA words by exploiting the weak...

7AI score
SaveExploits0
Hacker One
Hacker One
added 2024/06/11 1:30 p.m.20 views

Rocket.Chat: The initial E2EE password generated by Rocket.Chat mobile can be recovered in a practical timescale.

The initial E2EE password generated by Rocket.Chat mobile prior to version 4.5.1 was found to have insufficient entropy, allowing it to be recovered in a practical timescale by an attacker...

6.7CVSS6.9AI score0.00549EPSS
SaveExploits0
OSV
OSV
added 2024/06/07 10:27 p.m.21 views

GHSA-848F-MPH5-9PM9 Zendframework Potential Information Disclosure and Insufficient Entropy vulnerability

In Zend Framework, ZendCaptchaWord v1 and Zend\Captcha\Word v2 generate a "word" for a CAPTCHA challenge by selecting a sequence of random letters from a character set. Prior to this advisory, the selection was performed using PHP's internal arrayrand function. This function does not generate...

7.5CVSS6.6AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2024/06/07 10:27 p.m.37 views

Zendframework Potential Information Disclosure and Insufficient Entropy vulnerability

In Zend Framework, ZendCaptchaWord v1 and Zend\Captcha\Word v2 generate a "word" for a CAPTCHA challenge by selecting a sequence of random letters from a character set. Prior to this advisory, the selection was performed using PHP's internal arrayrand function. This function does not generate...

6.6AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/07 10:26 p.m.22 views

ZendFramework1 Potential Insufficient Entropy Vulnerability

We discovered several methods used to generate random numbers in ZF1 that potentially used insufficient entropy. These random number generators are used in the following method calls: ZendLdapAttribute::createPassword ZendFormElementHash::generateHash ZendGdataHttpClient::filterHttpRequest...

6.8AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/06/07 10:26 p.m.18 views

GHSA-8XHV-GQM4-3W99 ZendFramework1 Potential Insufficient Entropy Vulnerability

We discovered several methods used to generate random numbers in ZF1 that potentially used insufficient entropy. These random number generators are used in the following method calls: ZendLdapAttribute::createPassword ZendFormElementHash::generateHash ZendGdataHttpClient::filterHttpRequest...

7.5CVSS6.8AI score
SaveExploits0References3
OSV
OSV
added 2024/06/07 10:25 p.m.18 views

GHSA-MG4X-PRH7-G4MX Zend-Captcha Information Disclosure and Insufficient Entropy vulnerability

In Zend Framework, ZendCaptchaWord v1 and Zend\Captcha\Word v2 generate a "word" for a CAPTCHA challenge by selecting a sequence of random letters from a character set. Prior to this advisory, the selection was performed using PHP's internal arrayrand function. This function does not generate...

7.5CVSS6.6AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2024/06/07 10:25 p.m.17 views

Zend-Captcha Information Disclosure and Insufficient Entropy vulnerability

In Zend Framework, ZendCaptchaWord v1 and Zend\Captcha\Word v2 generate a "word" for a CAPTCHA challenge by selecting a sequence of random letters from a character set. Prior to this advisory, the selection was performed using PHP's internal arrayrand function. This function does not generate...

6.6AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/07 8:37 p.m.13 views

ZendFramework Information Disclosure and Insufficient Entropy vulnerability

In Zend Framework, ZendCaptchaWord v1 and Zend\Captcha\Word v2 generate a "word" for a CAPTCHA challenge by selecting a sequence of random letters from a character set. Prior to this advisory, the selection was performed using PHP's internal arrayrand function. This function does not generate...

6.6AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/06/07 8:37 p.m.11 views

GHSA-2FHR-8R8R-QP56 ZendFramework Information Disclosure and Insufficient Entropy vulnerability

In Zend Framework, ZendCaptchaWord v1 and Zend\Captcha\Word v2 generate a "word" for a CAPTCHA challenge by selecting a sequence of random letters from a character set. Prior to this advisory, the selection was performed using PHP's internal arrayrand function. This function does not generate...

5.3CVSS6.6AI score
SaveExploits0References4
Rows per page
Query Builder