Lucene search
+L

256 matches found

Hacker One
Hacker One
added 2014/10/12 7:12 p.m.22 views

Concrete CMS: Weak random number generator used in concrete/authentication/concrete/controller.php

php private function genString$a = 20 $o = ''; $chars = 'abcdefghijklmnopqrstuvwxyz0123456789!@$%^&+|":?'\'; $l = strlen$chars; while $a-- $o .= substr$chars, rand0, $l, 1; return md5$o; Using substrrand then running md5 on the output would be better replaced by using bin2hex and either...

6.9AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2014/08/30 12:0 a.m.26 views

GLSA-201408-14 : stunnel: Information disclosure

The remote host is affected by the vulnerability described in GLSA-201408-14 stunnel: Information disclosure stunnel does not properly update the state of the pseudo-random generator after fork-threading which causes subsequent children with the same process ID to use the same entropy pool. ECDSA...

4.3CVSS8.2AI score0.02155EPSS
SaveExploits1References2
Gentoo Linux
Gentoo Linux
added 2014/08/29 12:0 a.m.41 views

stunnel: Information disclosure

Background The stunnel program is designed to work as an SSL encryption wrapper between a client and a local or remote server. Description stunnel does not properly update the state of the pseudo-random generator after fork-threading which causes subsequent children with the same process ID to us...

4.3CVSS7.3AI score0.02155EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2014/06/13 12:0 a.m.19 views

openSUSE Security Update : libssh (openSUSE-SU-2014:0366-1)

libssh was updated to fix a random generator reseeding issue when forking multiple servers. Forking multiple servers might under some circumstances get them the same random seed state. %NASLMINLEVEL 70300 C Tenable Network Security, Inc. The descriptive text and package checks in this plugin were...

1.9CVSS6.6AI score0.00356EPSS
SaveExploits1References3
OSV
OSV
added 2014/03/14 3:55 p.m.4 views

DEBIAN-CVE-2014-0017

The RANDbytes function in libssh before 0.6.3, when forking is enabled, does not properly reset the state of the OpenSSL pseudo-random number generator PRNG, which causes the state to be shared between children processes and allows local users to obtain sensitive information by leveraging a pid...

1.9CVSS6.2AI score0.00356EPSS
SaveExploits1References1
OSV
OSV
added 2013/10/26 5:55 p.m.6 views

PYSEC-2013-29

The Crypto.Random.atfork function in PyCrypto before 2.6.1 does not properly reseed the pseudo-random number generator PRNG before allowing a child process to access it, which makes it easier for context-dependent attackers to obtain sensitive information by leveraging a race condition in which a...

4.3CVSS7.2AI score0.0173EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2012/01/04 12:0 a.m.43 views

OpenSSL < 0.9.6b Predictable Random Generator

According to its banner, the remote web server is running a version of OpenSSL that is earlier than 0.9.6b and allows remote attackers to predict the output of the pseudo-random generator. C Tenable Network Security, Inc. include"compat.inc"; if description scriptid17745; scriptversion"1.11";...

5CVSS5.5AI score0.04988EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2008/07/16 9:57 a.m.7 views

PHP weak 64 bit random seed

The GENERATESEED macro in PHP 4.x before 4.4.8 and 5.x before 5.2.5, when running on 64-bit systems, performs a multiplication that generates a portion of zero bits during conversion due to insufficient precision, which produces 24 bits of entropy and simplifies brute force attacks against...

9.8CVSS7.4AI score0.04289EPSS
SaveExploits1References4
securityvulns
securityvulns
added 2008/07/09 12:0 a.m.181 views

Microsoft Windows DNS server and DNS client DNS reply spoofing

Weak pseudo-random generator is used to generate DNS request ID...

9.4CVSS1.7AI score0.95182EPSS
SaveExploits26References6
securityvulns
securityvulns
added 2008/05/15 12:0 a.m.100 views

Linux distributives OpenSSH / OpenSSL weak random generator

Weak random generation in Debian-based distributives Debian, Ubuntu...

7.8CVSS2.7AI score0.70721EPSS
SaveExploits11References3
securityvulns
securityvulns
added 2008/05/08 12:0 a.m.25 views

PHP multiple security vulnerabilities

GENERATESEED weak random generator,...

1.5AI score
SaveExploits0References2Affected Software1
OpenVAS
OpenVAS
added 2008/01/17 12:0 a.m.28 views

Debian Security Advisory DSA 152-1 (l2tpd)

The remote host is missing an update to l2tpd announced via advisory DSA 152-1. OpenVAS Vulnerability Test $Id: deb1521.nasl 6616 2017-07-07 12:10:49Z cfischer $ Description: Auto-generated from advisory DSA 152-1 Authors: Thomas Reinke Copyright: Copyright c 2007 E-Soft Inc...

7.5CVSS0.5AI score0.01612EPSS
SaveExploits0
OpenVAS
OpenVAS
added 2008/01/17 12:0 a.m.22 views

Debian Security Advisory DSA 152-1 (l2tpd)

The remote host is missing an update to l2tpd announced via advisory DSA 152-1. SPDX-FileCopyrightText: 2008 E-Soft Inc. Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS7.1AI score0.01612EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2007/10/17 12:0 a.m.42 views

openSUSE 10 Security Update : kernel (kernel-3760)

This kernel update fixes the following security problems : - CVE-2007-1861: The nlfiblookup function in net/ipv4/fibfrontend.c allows attackers to cause a denial of service kernel panic via NETLINKFIBLOOKUP replies, which trigger infinite recursion and a stack overflow. - CVE-2007-1496:...

7.8CVSS5.6AI score0.05035EPSS
SaveExploits1References7
OSV
OSV
added 2007/07/24 5:30 p.m.11 views

CVE-2007-2926

ISC BIND 9 through 9.5.0a5 uses a weak random number generator during generation of DNS query ids when answering resolver questions or sending NOTIFY messages to slave name servers, which makes it easier for remote attackers to guess the next query id and perform DNS cache poisoning...

6.6AI score
SaveExploits0References67
OpenVAS
OpenVAS
added 2005/11/03 12:0 a.m.13 views

EGD detection

A random number generator is listening on the remote port. Description : The Entropy Gathering Daemon is running on the remote host. EGD is a user space random generator for operating systems that lack /dev/random OpenVAS Vulnerability Test $Id: egddetect.nasl 6056 2017-05-02 09:02:50Z teissa $...

7.5AI score
SaveExploits0References1
Rows per page
Query Builder