Lucene search
+L

991 matches found

OSV
OSV
added 2020/12/31 9:15 a.m.9 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.24 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.52 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:0 a.m.13 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.5 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
OSV
OSV
added 2020/12/09 12:0 p.m.57 views

RUSTSEC-2020-0089 nanorand 0.5.0 - RNGs failed to generate properly for non-64-bit numbers

In versions of nanorand prior to 0.5.1, RandomGen implementations for standard unsigned integers could fail to properly generate numbers, due to using bit-shifting to truncate a 64-bit number, rather than just an as conversion. This often manifested as RNGs returning nothing but 0, including the...

5.1CVSS9.4AI score0.01515EPSS
SaveExploits0References3
Veracode
Veracode
added 2020/12/06 3:48 a.m.29 views

Insecure Cryptography

rclone is vulnerable to insecure cryptography. The vulnerability exists due to the use of an insecure random number generator which produces insecure passwords with much less entropy than advertised...

7.5CVSS1.5AI score0.01336EPSS
SaveExploits1References6Affected Software1
UbuntuCve
UbuntuCve
added 2020/11/19 8:15 p.m.36 views

CVE-2020-28924

An issue was discovered in Rclone before 1.53.3. Due to the use of a weak random number generator, the password generator has been producing weak passwords with much less entropy than advertised. The suggested passwords depend deterministically on the time the second rclone was started. This limi...

7.5CVSS6.9AI score0.01336EPSS
SaveExploits1References2
Prion
Prion
added 2020/11/19 8:15 p.m.27 views

Design/Logic Flaw

An issue was discovered in Rclone before 1.53.3. Due to the use of a weak random number generator, the password generator has been producing weak passwords with much less entropy than advertised. The suggested passwords depend deterministically on the time the second rclone was started. This limi...

5CVSS7.4AI score0.01336EPSS
SaveExploits1References4Affected Software2
Debian CVE
Debian CVE
added 2020/11/19 7:32 p.m.89 views

CVE-2020-28924

An issue was discovered in Rclone before 1.53.3. Due to the use of a weak random number generator, the password generator has been producing weak passwords with much less entropy than advertised. The suggested passwords depend deterministically on the time the second rclone was started. This limi...

7.5CVSS7.5AI score0.01336EPSS
SaveExploits1
CVE
CVE
added 2020/11/19 7:32 p.m.219 views

CVE-2020-28924

CVE-2020-28924 affects rclone prior to 1.53.3. The issue stems from using a weak random number generator in the password generator, producing low-entropy passwords deterministically tied to the startup time. Attack surface includes encryption in the crypt backend, enabling potential password gues...

7.5CVSS7.3AI score0.01336EPSS
SaveExploits1References4Affected Software1
Prion
Prion
added 2020/10/29 4:15 a.m.21 views

Information disclosure

NVIDIA DGX servers, all BMC firmware versions prior to 3.38.30, contain a vulnerability in the AMI BMC firmware in which the Pseudo-Random Number Generator PRNG algorithm used in the JSOL package that implements the IPMI protocol is not cryptographically strong, which may lead to information...

5CVSS7.6AI score0.01332EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2020/10/27 2:15 p.m.21 views

CVE-2020-10256

An issue was discovered in beta versions of the 1Password command-line tool prior to 0.5.5 and in beta versions of the 1Password SCIM bridge prior to 0.7.3. An insecure random number generator was used to generate various keys. An attacker with access to the user's encrypted data may be able to...

9.8CVSS9.3AI score0.00869EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2020/10/27 1:28 p.m.41 views

CVE-2020-10256

An issue was discovered in beta versions of the 1Password command-line tool prior to 0.5.5 and in beta versions of the 1Password SCIM bridge prior to 0.7.3. An insecure random number generator was used to generate various keys. An attacker with access to the user's encrypted data may be able to...

9.3AI score0.00869EPSS
SaveExploits0References3
CVE
CVE
added 2020/10/27 1:28 p.m.77 views

CVE-2020-10256

CVE-2020-10256 affects the 1Password command-line tool (versions prior to 0.5.5) and the 1Password SCIM bridge (versions prior to 0.7.3). The root cause is an insecure random number generator used to generate keys, enabling an attacker with access to encrypted data to perform brute-force calculat...

9.8CVSS9.1AI score0.00869EPSS
SaveExploits0References3Affected Software2
RedHat Linux
RedHat Linux
added 2020/10/19 5:2 p.m.7 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
Tenable Nessus
Tenable Nessus
added 2020/09/29 12:0 a.m.65 views

Debian DLA-2385-1 : linux-4.19 security update

Several vulnerabilities have been discovered in the Linux kernel that may lead to a privilege escalation, denial of service, or information leak. CVE-2019-3874 Kernel buffers allocated by the SCTP network protocol were not limited by the memory cgroup controller. A local user could potentially us...

9.3CVSS7.7AI score0.05271EPSS
SaveExploits6References21
Veracode
Veracode
added 2020/09/21 6:17 a.m.26 views

Information Disclosure

OpenSSL is vulnerable to information disclosure. A rewritten random number generator RNG that was intended to include protection in the event of a fork system call in order to ensure that the parent and child processes did not share the same RNG state and was not being used in the default case...

5.3CVSS1.4AI score0.06232EPSS
SaveExploits0References19Affected Software2
Schneier on Security
Schneier on Security
added 2020/09/18 11:9 a.m.30 views

Matt Blaze on OTP Radio Stations

Matt Blaze discusses also here an interesting mystery about a Cuban one-time-pad radio station, and a random number generator error that probably helped arrest a pair of Russian spies in the US...

0.9AI score
SaveExploits0
CNVD
CNVD
added 2020/07/31 12:0 a.m.2 views

Linux kernel information disclosure vulnerability (CNVD-2020-44611)

Linux kernel is the kernel used by Linux, the open source operating system released by the Linux Foundation in the United States. A security vulnerability exists in Linux kernel 5.7.11 and earlier versions. A remote attacker could exploit the vulnerability to obtain sensitive information about th...

4.3CVSS6AI score0.05271EPSS
SaveExploits0References1
Rows per page
Query Builder