Lucene search
+L

27 matches found

Github Security Blog
Github Security Blog
added 2023/03/01 6:05 p.m.39 views

Lemur subject to insecure random generation

Overview Lemur was using insecure random generation for its example configuration file, as well as for some utilities. Impact The potentially affected generated items include: | Configuration item | Config option name if applicable | Documentation link if applicable | Rotation option | Code...

7.5CVSS1.6AI score0.00791EPSS
SaveExploits0References8Affected Software1
Code423n4
Code423n4
added 2021/04/30 12:00 a.m.10 views

randomIndex is not truly random - possibility of predictably minting a specific token Id

Handle @GalloDaSballo Vulnerability details Impact Detailed description of the impact of this finding. randomIndex: Is not random Any miner has access to these values uint index = uintkeccak256abi.encodePackednonce, msg.sender, block.difficulty, block.timestamp % totalSize; Non miner attackers...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/04/30 12:00 a.m.15 views

nonce always remains 0

Handle paulius.eth Vulnerability details Impact a nonce is not actually incremented: nonce.add1; the new value is not assigned to the variable so nonce always remains 0 and has no impact on random generation. Recommended Mitigation Steps Should be: nonce = nonce.add1; --- The text was updated...

7AI score
SaveExploits0
Veracode
Veracode
added 2018/07/10 7:42 a.m.28 views

Insecure Random Number Generation

cryptiles is vulnerable to insecure random number generation. The application uses the randomDigits method which does not have sufficient entropy to be securely random, allowing an attacker to gain access through a brute-force attack...

9.8CVSS9.3AI score0.01681EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2017/12/22 11:00 p.m.80 views

CVE-2017-17845

CVE-2017-17845 affects Enigmail (Thunderbird extension) before 1.9.9. The issue is improper random secret generation because Math.Random() is used by pretty Easy privacy (pEp). Impact: potential confidentiality/integrity/availability concerns as per CVSS metrics (base score 7.3–7.5, HIGH). Affect...

7.5CVSS7.2AI score0.01608EPSS
SaveExploits0References5Affected Software1
Veracode
Veracode
added 2017/05/03 8:15 a.m.14 views

Insecure Random Number Generation

github.com/vmware/harbor uses math/rand to generate salt values. This is not cryptographically secure and makes it easier for attackers to brute force the value...

6.7AI score
SaveExploits0
OSV
OSV
added 2013/10/11 10:55 p.m.34 views

DEBIAN-CVE-2007-6755

The NIST SP 800-90A default statement of the Dual Elliptic Curve Deterministic Random Bit Generation DualECDRBG algorithm contains point Q constants with a possible relationship to certain "skeleton key" values, which might allow context-dependent attackers to defeat cryptographic protection...

5.8CVSS8.2AI score0.01632EPSS
SaveExploits0References1
Rows per page
Query Builder