Lucene search
+L

1615 matches found

Veracode
Veracode
added 2021/06/03 7:27 a.m.22 views

Insecure Random Number Generator

github.com/satori/go.uuid uses an insecure random number generator. Predictable UUID identifiers are generated due to the limited number of bytes read when using the g.rand.Read function...

9.8CVSS2.7AI score0.02307EPSS
SaveExploits0References2Affected Software1
Veracode
Veracode
added 2021/05/24 7:47 a.m.26 views

Insecure Random Number Generator

github.com/masterminds/goutils uses an insecure random number generator. The functions RandomAlphaNumericint and CryptoRandomAlphaNumericint does not produce secure random numbers. This allows an increased risk of brute force-style password guessing as well as a higher probability of collision...

7.2CVSS2.9AI score0.01276EPSS
SaveExploits0
Prion
Prion
added 2021/05/21 8:15 p.m.40 views

Design/Logic Flaw

It was found that various OpenID Providers OPs had TLS Server Certificates that used weak keys, as a result of the Debian Predictable Random Number Generator CVE-2008-0166. In combination with the DNS Cache Poisoning issue CVE-2008-1447 and the fact that almost all SSL/TLS implementations do not...

4.3CVSS6.5AI score0.95182EPSS
SaveExploits32References2
Cvelist
Cvelist
added 2021/05/21 7:23 p.m.52 views

CVE-2008-3280

It was found that various OpenID Providers OPs had TLS Server Certificates that used weak keys, as a result of the Debian Predictable Random Number Generator CVE-2008-0166. In combination with the DNS Cache Poisoning issue CVE-2008-1447 and the fact that almost all SSL/TLS implementations do not...

6.8AI score0.03951EPSS
SaveExploits2References2
OSV
OSV
added 2021/04/14 8:04 p.m.33 views

GO-2020-0045 Cryptographically weak random number generation in github.com/dinever/golf

CSRF tokens are generated using math/rand, which is not a cryptographically secure random number generator, allowing an attacker to predict values and bypass CSRF protections with relatively few requests...

8.8CVSS8.6AI score0.00382EPSS
SaveExploits0References3
OSV
OSV
added 2021/04/06 5:22 p.m.73 views

GHSA-W3HJ-WR2Q-X83G Discovery uses the same AES/GCM Nonce throughout the session

Discovery uses the same AES/GCM Nonce throughout the session though it should be generated on per message basis which can lead to the leaking of the session key. As the actual ENR record is signed with a different key it is not possible for an attacker to alter the ENR record. Note that the node...

5.3CVSS5.2AI score0.00493EPSS
SaveExploits0References4
Veracode
Veracode
added 2021/03/29 3:56 a.m.24 views

Insecure Random Number Generator

yapi-vendor uses an insecure random number generator. The JSON Web Token JWT signing secret generation allows recreation of other users' JWT tokens due to the usage of an insecure random number generator Math.random...

5.1CVSS2.9AI score0.00338EPSS
SaveExploits0References4Affected Software1
Ubuntu
Ubuntu
added 2021/03/15 10:25 p.m.29 views

USN-4842-1: ntopng vulnerability

It was discovered that ntopng did not properly seed its random number generator, leading to predictable session tokens. An attacker could use this vulnerability to hijack a user's session...

8.1CVSS7.8AI score0.10542EPSS
SaveExploits5
OSV
OSV
added 2021/02/18 4:15 a.m.20 views

CVE-2021-27378

An issue was discovered in the randcore crate before 0.6.2 for Rust. Because readu32into and readu64into mishandle certain buffer-length checks, a random number generator may be seeded with too little data...

9.8CVSS9.4AI score
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2021/02/18 4:15 a.m.25 views

CVE-2021-27378

An issue was discovered in the randcore crate before 0.6.2 for Rust. Because readu32into and readu64into mishandle certain buffer-length checks, a random number generator may be seeded with too little data...

9.8CVSS7.2AI score0.01238EPSS
SaveExploits0References2
CVE
CVE
added 2021/02/18 3:35 a.m.125 views

CVE-2021-27378

The CVE-2021-27378 issue affects the rand_core crate prior to 0.6.2 for Rust. The root cause is mishandling in read_u32_into and read_u64_into that can lead to a random number generator being seeded with insufficient data, enabling an improper seed condition. Public references in the connected do...

9.8CVSS9.3AI score0.01238EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/02/18 3:35 a.m.41 views

CVE-2021-27378

An issue was discovered in the randcore crate before 0.6.2 for Rust. Because readu32into and readu64into mishandle certain buffer-length checks, a random number generator may be seeded with too little data...

9.7AI score0.01238EPSS
SaveExploits0References1
The Coalfire Blog
The Coalfire Blog
added 2021/02/16 10:35 p.m.14 views

AppSec concerns: UUID generation

During static analysis, one of the things the application security team checks for is strong random number generation for security sensitive contexts. We see weaknesses in this space quite often for temporary passwords and session identifiers, but an increasingly common variant is for universally...

4.1AI score
SaveExploits0
OSV
OSV
added 2020/12/31 9:15 a.m.14 views

CVE-2020-35926

An issue was discovered in the nanorand crate before 0.5.1 for Rust. It caused any random number generator even ChaCha to return all zeroes because integer truncation was mishandled...

9.8CVSS7.3AI score0.01515EPSS
SaveExploits0References1
Prion
Prion
added 2020/12/31 9:15 a.m.27 views

Integer overflow

An issue was discovered in the nanorand crate before 0.5.1 for Rust. It caused any random number generator even ChaCha to return all zeroes because integer truncation was mishandled...

7.5CVSS9.4AI score0.01515EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2020/12/31 8:16 a.m.62 views

CVE-2020-35926

An issue was discovered in the nanorand crate before 0.5.1 for Rust. It caused any random number generator even ChaCha to return all zeroes because integer truncation was mishandled...

9.5AI score0.01515EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2020/12/31 12:00 a.m.18 views

Rust Security Feature Issue Vulnerabilities

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in nanorand crate before 0.5.1 for Rust that stems from any random number generator even ChaCha returning all zeros due to improper handling of integer truncation...

9.8CVSS5.8AI score0.01515EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2020/12/15 5:11 p.m.9 views

kernel: information exposure in drivers/char/random.c and kernel/time/timer.c

A flaw was found in the Linux kernel. The generation of the device ID from the network RNG internal state is predictable. The highest threat from this vulnerability is to data confidentiality...

4.3CVSS7.1AI score0.05271EPSS
SaveExploits0References4
NVD
NVD
added 2020/12/14 9:15 p.m.28 views

CVE-2020-25232

A vulnerability has been identified in LOGO! 8 BM incl. SIPLUS variants All versions V8.3. Due to the usage of an insecure random number generation function and a deprecated cryptographic function, an attacker could extract the key that is used when communicating with an affected device on port...

7.5CVSS7.8AI score0.00667EPSS
SaveExploits0References1
Prion
Prion
added 2020/12/14 9:15 p.m.22 views

Design/Logic Flaw

A vulnerability has been identified in LOGO! 8 BM incl. SIPLUS variants All versions V8.3. Due to the usage of an insecure random number generation function and a deprecated cryptographic function, an attacker could extract the key that is used when communicating with an affected device on port...

5CVSS7.8AI score0.00667EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder