Lucene search
+L

158 matches found

seebug.org
seebug.org
added 2014/07/01 12:00 a.m.21 views

Stunnel <= 3.24, 4.00 Daemon Hijacking Proof of Concept Exploit

No description provided by source. / By Steve Grubb : The technique is simple. 1 Fork so that stunnel can't find you when it dies. 2 Send stunnel a SIGUSR2. Unhandled signals generally kill programs. Since you are a child of stunnel, the OS will deliver the signal. 3 Select on the leaked descript...

7.1AI score
SaveExploits0
ThreatPost
ThreatPost
added 2014/06/19 11:08 a.m.15 views

Possible TrueCrypt Fork in the Works

Although the developers behind the TrueCrypt encryption software have given up the ghost and decided to no longer maintain the application, interest in the project has never been higher. But, one of the developers says that a nascent effort to fork TrueCrypt is unlikely to succeed. Matthew Green,...

7.3AI score
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2014/06/13 12:00 a.m.42 views

openSUSE Security Update : ruby (openSUSE-SU-2012:0228-1)

This update of ruby provides 1.8.7p357, which contains many stability fixes and bug fixes, which are fully compatible with the previous version. You can review the detailed list here : http://svn.ruby-lang.org/repos/ruby/tags/v187357/ChangeLog The particularly noteworthy fixes are : - Hash...

7.8CVSS7.5AI score0.04059EPSS
SaveExploits3References8
Tenable Nessus
Tenable Nessus
added 2014/06/13 12:00 a.m.23 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
NVD
NVD
added 2014/03/14 3:55 p.m.23 views

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.9CVSS8AI score0.00356EPSS
SaveExploits1References8
OSV
OSV
added 2014/03/14 3:55 p.m.6 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
Debian CVE
Debian CVE
added 2014/03/14 3:00 p.m.84 views

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.1AI score0.00356EPSS
SaveExploits1
CVE
CVE
added 2014/03/14 3:00 p.m.101 views

CVE-2014-0017

CVE-2014-0017 affects libssh prior to 0.6.3 where RAND_bytes state is not re-seeded after fork, causing PRNG state to be shared between child processes. This can lead to leakage of private keys for servers using ECC (ECDSA) or DSA certificates under certain conditions. The issue is resolved by up...

1.9CVSS5.3AI score0.00356EPSS
SaveExploits1References8Affected Software1
Ubuntu
Ubuntu
added 2014/03/12 1:38 p.m.60 views

USN-2145-1: libssh vulnerability

Aris Adamantiadis discovered that libssh allowed the OpenSSL PRNG state to be reused when implementing forking servers. This could allow an attacker to possibly obtain information about the state of the PRNG and perform cryptographic attacks...

1.9CVSS6.8AI score0.00356EPSS
SaveExploits1
Mageia
Mageia
added 2014/03/05 11:17 p.m.37 views

Updated libssh package fixes security vulnerability

When using libssh before 0.6.3, a libssh-based server, when accepting a new connection, forks and the child process handles the request. The RANDbytes function of openssl doesn't reset its state after the fork, but simply adds the current process id getpid to the PRNG state, which is not guarante...

1.9CVSS6.3AI score0.00356EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2014/03/05 12:00 a.m.33 views

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.8AI score0.00356EPSS
SaveExploits1References4
FreeBSD
FreeBSD
added 2014/03/05 12:00 a.m.34 views

libssh -- PRNG state reuse on forking servers

Aris Adamantiadis reports: When accepting a new connection, the server forks and the child process handles the request. The RANDbytes function of openssl doesn't reset its state after the fork, but simply adds the current process id getpid to the PRNG state, which is not guaranteed to be unique...

1.9CVSS6.3AI score0.00356EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2012/02/06 12:00 a.m.35 views

SuSE 11.1 Security Update : ruby (SAT Patch Number 5716)

This update of ruby provides 1.8.7p357, which contains many stability fixes and bug fixes while maintaining full compatibility with the previous version. A detailailed list of changes is available from http://svn.ruby-lang.org/repos/ruby/tags/v187357/ChangeLog . The most important fixes are : -...

7.8CVSS7.5AI score0.04059EPSS
SaveExploits3References11
RedHat Linux
RedHat Linux
added 2012/01/30 6:23 p.m.12 views

ruby: Properly initialize the random number generator when forking new process

Ruby before 1.8.6-p114 does not reset the random seed upon forking, which makes it easier for context-dependent attackers to predict the values of random numbers by leveraging knowledge of the number sequence obtained in a different child process, a related issue to CVE-2003-0900...

5CVSS5.8AI score0.02023EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2011/12/05 7:38 p.m.10 views

ruby: Properly initialize the random number generator when forking new process

Ruby before 1.8.6-p114 does not reset the random seed upon forking, which makes it easier for context-dependent attackers to predict the values of random numbers by leveraging knowledge of the number sequence obtained in a different child process, a related issue to CVE-2003-0900...

5CVSS5.8AI score0.02023EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2011/12/05 7:38 p.m.9 views

ruby: Properly initialize the random number generator when forking new process

The SecureRandom.randombytes function in lib/securerandom.rb in Ruby before 1.8.7-p352 and 1.9.x before 1.9.2-p290 relies on PID values for initialization, which makes it easier for context-dependent attackers to predict the result string by leveraging knowledge of random strings obtained in an...

5CVSS5.8AI score0.02248EPSS
SaveExploits0References3
OpenVAS
OpenVAS
added 2011/08/29 12:00 a.m.27 views

Ruby Random Number Values Information Disclosure Vulnerability

This host is installed with Ruby and is prone to information disclosure vulnerability. OpenVAS Vulnerability Test $Id: secpodrubyrandomnumbervaluesinfodiscvuln.nasl 8196 2017-12-20 12:13:37Z cfischer $ Ruby Random Number Values Information Disclosure Vulnerability Authors: Sooraj KS Copyright:...

5CVSS6.2AI score0.02023EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2011/08/05 10:55 p.m.6 views

CVE-2011-3009

Ruby before 1.8.6-p114 does not reset the random seed upon forking, which makes it easier for context-dependent attackers to predict the values of random numbers by leveraging knowledge of the number sequence obtained in a different child process, a related issue to CVE-2003-0900...

5CVSS5.5AI score0.02023EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2011/08/05 10:55 p.m.37 views

CVE-2011-3009

Ruby before 1.8.6-p114 does not reset the random seed upon forking, which makes it easier for context-dependent attackers to predict the values of random numbers by leveraging knowledge of the number sequence obtained in a different child process, a related issue to CVE-2003-0900...

5CVSS5.9AI score0.02023EPSS
SaveExploits0References1
CVE
CVE
added 2011/08/05 10:00 p.m.97 views

CVE-2011-3009

CVE-2011-3009 is confirmed in connected advisories as affecting Ruby before 1.8.6-p114, where the random seed is not reset on fork, enabling context-dependent prediction of random numbers (related to CVE-2003-0900). MiracleLinux advisories list this CVE among affected Ruby packages and indicate r...

5CVSS6.2AI score0.02023EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder