Lucene search
+L

1599 matches found

Malwarebytes
Malwarebytes
added 2022/06/06 11:26 p.m.32 views

Prometheus ransomware’s flaws inspired researchers to try to build a near-universal decryption tool

This blog is part of our live coverage from RSA Conference 2022: Prometheus—a ransomware build based on Thanos that locked up victims’ computers in the summer of 2021—included a major “vulnerability” that led security researchers at IBM to try and build a one-size-fits-all ransomware decryptor th...

0.1AI score
SaveExploits0
Veracode
Veracode
added 2022/06/02 12:10 p.m.22 views

Insecure Cryptographic Function

ssh.net is vulnerable to Insecure Cryptographic Function. The vulnerability exists in Start function in KeyExchangeECCurve25519.cs due to the use of cryptographically insecure random number generator which allows an attacker to easily predict the generated pseudo-random values...

6.5CVSS5.7AI score0.01455EPSS
SaveExploits1References5Affected Software1
Prion
Prion
added 2022/05/31 5:15 p.m.16 views

Code injection

SSH.NET is a Secure Shell SSH library for .NET. In versions 2020.0.0 and 2020.0.1, during an X25519 key exchange, the client’s private key is generated with System.Random. System.Random is not a cryptographically secure random number generator, it must therefore not be used for cryptographic...

4.3CVSS5.5AI score0.01455EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2022/05/31 4:35 p.m.10 views

CVE-2022-29245 Weak private key generation in SSH.NET

SSH.NET is a Secure Shell SSH library for .NET. In versions 2020.0.0 and 2020.0.1, during an X25519 key exchange, the client’s private key is generated with System.Random. System.Random is not a cryptographically secure random number generator, it must therefore not be used for cryptographic...

6.5CVSS6.6AI score0.01455EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2022/05/30 12:0 a.m.7 views

WordPress plugin Bulk Page Creator 跨站请求伪造漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation. WordPress is a blogging platform developed using the PHP language. WordPress plugin is an application plugin. WordPress Bulk Page Creator plugin versions prior to 1.1.4 are vulnerable to cross-site request forgery, whic...

8.8CVSS5.4AI score0.00615EPSS
SaveExploits1References3
OSV
OSV
added 2022/05/24 4:45 p.m.71 views

GHSA-GWF7-VFJF-WF6X matrix-sydent and matrix-synapse Use Cryptographically Weak PRNG

An issue was discovered in Matrix Sydent before 1.0.3 and Synapse before 0.99.3.1. Random number generation is mishandled, which makes it easier for attackers to predict a Sydent authentication token or a Synapse random ID...

8.7CVSS7.5AI score0.0178EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2022/05/20 11:44 p.m.35 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.5CVSS1.2AI score0.01353EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2022/05/13 12:0 a.m.17 views

PT-2022-7279 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the qcom rng read function in the Linux kernel, which can cause an infinite loop when the max value is not a multiple of WORD SZ. This can be reproduced by...

7.8CVSS6.5AI score0.08555EPSS
SaveExploits7References1097
Schneier on Security
Schneier on Security
added 2022/04/22 12:9 p.m.11 views

Java Cryptography Implementation Mistake Allows Digital-Signature Forgeries

Interesting implementation mistake: The vulnerability, which Oracle patched on Tuesday, affects the company’s implementation of the Elliptic Curve Digital Signature Algorithm in Java versions 15 and above. ECDSA is an algorithm that uses the principles of elliptic curve cryptography to authentica...

0.5AI score
SaveExploits0
NVD
NVD
added 2022/04/08 8:15 p.m.24 views

CVE-2022-26852

Dell PowerScale OneFS, versions 8.2.x-9.3.x, contain a predictable seed in pseudo-random number generator. A remote unauthenticated attacker could potentially exploit this vulnerability, leading to an account compromise...

9.8CVSS0.01217EPSS
SaveExploits0References1
Prion
Prion
added 2022/04/08 8:15 p.m.28 views

Code injection

Dell PowerScale OneFS, versions 8.2.x-9.3.x, contain a predictable seed in pseudo-random number generator. A remote unauthenticated attacker could potentially exploit this vulnerability, leading to an account compromise...

7.5CVSS9.3AI score0.01217EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2022/04/08 7:50 p.m.99 views

CVE-2022-26852

Technical details about CVE-2022-26852 are not publicly provided in the supplied connected documents. Dell PowerScale OneFS versions 8.2.x-9.3.x are mentioned in the initial description, but no additional exploit specifics, impact, or remediation are given here. Monitor for updates.

9.8CVSS9.3AI score0.01217EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2022/04/08 7:50 p.m.32 views

CVE-2022-26852

Dell PowerScale OneFS, versions 8.2.x-9.3.x, contain a predictable seed in pseudo-random number generator. A remote unauthenticated attacker could potentially exploit this vulnerability, leading to an account compromise...

8.1CVSS9.6AI score0.01217EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2022/04/02 7:0 a.m.14 views

aws/resource_aws_iam_user_login_profile.go in the HashiCorp Terraform Amazon Web Services (AWS) provider through v1.12.0 has an inappropriate PRNG algorithm and seeding which makes it easier for remote attackers to obtain access by leveraging an IAM account that was provisioned with a weak password.

...

9.8CVSS8.4AI score0.01952EPSS
SaveExploits0
Huntr
Huntr
added 2022/03/29 8:12 p.m.12 views

Use of cryptographically weak random number generator for password generation

Description Umbraco has a GeneratePassword function that is used to generate passwords that should be unpredictable, this function uses the .NET Random class which isn't cryptographically secure. Impact This vulnerability is capable of allowing attackers to predict generated passwords and use the...

3.1AI score
SaveExploits0References1
Schneier on Security
Schneier on Security
added 2022/03/24 11:38 a.m.16 views

Linux Improves Its Random Number Generator

In kernel version 5.17, both /dev/random and /dev/urandom have been replaced with a new -- identical -- algorithm based on the BLAKE2 hash function, which is an excellent security improvement...

2.4AI score
SaveExploits0
CNVD
CNVD
added 2022/03/21 12:0 a.m.68 views

Apache CloudStack Security Feature Issue Vulnerability

Apache CloudStack is an Infrastructure-as-a-Service IaaS cloud computing platform from the Apache Foundation. The platform is primarily used to deploy and manage large networks of virtual machines.A security feature issue vulnerability exists in versions of Apache CloudStack prior to 4.16.1.0,...

7.5CVSS3.6AI score0.0285EPSS
SaveExploits1References1
NVD
NVD
added 2022/03/15 4:15 p.m.33 views

CVE-2022-26779

Apache CloudStack prior to 4.16.1.0 used insecure random number generation for project invitation tokens. If a project invite is created based only on an email address, a random token is generated. An attacker with knowledge of the project ID and the fact that the invite is sent, could generate...

7.5CVSS0.0285EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2022/03/15 3:40 p.m.31 views

CVE-2022-26779 Apache Cloudstack insecure random number generation affects project email invitation

Apache CloudStack prior to 4.16.1.0 used insecure random number generation for project invitation tokens. If a project invite is created based only on an email address, a random token is generated. An attacker with knowledge of the project ID and the fact that the invite is sent, could generate...

7.6AI score0.0285EPSS
SaveExploits1References3
CVE
CVE
added 2022/03/15 3:40 p.m.133 views

CVE-2022-26779

CVE-2022-26779 (Apache CloudStack) affects CloudStack versions prior to 4.16.1.0, where project invitation tokens were generated with insecure randomness when an invite is created based on an email address. The root cause is the insecure RNG, enabling an attacker who knows the project ID and that...

7.5CVSS7.4AI score0.0285EPSS
SaveExploits1References3Affected Software1
Rows per page
Query Builder