Lucene search
K

72 matches found

EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2018-10212

Malware in sbrugna...

7.5CVSS7.6AI score0.003EPSS
Exploits1References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2011-0767

Malware in sbrugna...

5CVSS6.1AI score0.00408EPSS
Exploits1References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2021-25611

Malware in sbrugna...

6.1CVSS6.3AI score0.00243EPSS
Exploits1References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2016-4748

Malware in sbrugna...

8.1CVSS8AI score0.01888EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2025/05/22 8:12 p.m.5 views

CVE-2021-39249

Invision Community aka IPS Community Suite or IP-Board before 4.6.5.1 allows reflected XSS because the filenames of uploaded files become predictable through a brute-force attack against the PHP mtrand function...

6.1CVSS6.2AI score0.00243EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 12:0 p.m.3 views

CVE-2016-3735

Piwigo is image gallery software written in PHP. When a criteria is not met on a host, piwigo defaults to usingmtrand in order to generate password reset tokens. mtrand output can be predicted after recovering the seed used to generate it. This low an unauthenticated attacker to take over an...

8.1CVSS7AI score0.01888EPSS
Exploits0References1
OSV
OSV
added 2024/06/07 8:27 p.m.3 views

GHSA-XG9W-R469-M455 ZendFramework Potential Information Disclosure and Insufficient Entropy vulnerabilities

In Zend Framework 2, the Zend\Math\Rand component generates random bytes using the OpenSSL or Mcrypt extensions when available but will otherwise use PHP's mtrand function as a fallback. All outputs from mtrand are predictable for the same PHP process if an attacker can brute force the seed used ...

7.4CVSS7.3AI score
Exploits0References5
Github Security Blog
Github Security Blog
added 2024/06/07 8:27 p.m.27 views

ZendFramework Potential Information Disclosure and Insufficient Entropy vulnerabilities

In Zend Framework 2, the Zend\Math\Rand component generates random bytes using the OpenSSL or Mcrypt extensions when available but will otherwise use PHP's mtrand function as a fallback. All outputs from mtrand are predictable for the same PHP process if an attacker can brute force the seed used ...

7.3AI score
Exploits0References5Affected Software1
Huntr
Huntr
added 2023/07/05 10:42 a.m.18 views

Use of predictable RNG for password generation

Description pkp-lib implements a password-generation function with the following line of code being integral to its functionality: PHP for ... $password .= mtrand1, 4 == 4 ? $numbersmtrand0, strlen$numbers - 1 : $lettersmtrand0, strlen$letters - 1; This relies upon mtrandlow, high; to generate a...

5.1CVSS6.9AI score0.00113EPSS
Exploits1References2
SUSE CVE
SUSE CVE
added 2023/02/15 5:54 a.m.2 views

SUSE CVE-2011-0755

Integer overflow in the mtrand function in PHP before 5.3.4 might make it easier for context-dependent attackers to predict the return values by leveraging a script's use of a large max parameter, as demonstrated by a value that exceeds mtgetrandmax...

5CVSS7.1AI score0.00408EPSS
Exploits1References4
Veracode
Veracode
added 2022/11/17 2:40 a.m.19 views

Insecure Random Number Generator

phpservermon/phpservermon uses an insecure random number generator. The vulnerability exists because of the insecure mtrand random number generator function in the loginWithCookieData function of User.php, allowing an attacker to guess the strings it generates...

5.3CVSS3.1AI score0.00295EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2022/05/13 1:12 a.m.13 views

GHSA-382V-GXJ9-FFHC Moodle uses predictable password-recovery tokens

lib/moodlelib.php in Moodle through 2.6.11, 2.7.x before 2.7.10, 2.8.x before 2.8.8, and 2.9.x before 2.9.2 relies on the PHP mtrand function to implement the randomstring and complexrandomstring functions, which makes it easier for remote attackers to predict password-recovery tokens via a...

7.5CVSS7.4AI score0.00401EPSS
Exploits0References10
OSV
OSV
added 2022/01/28 8:15 p.m.10 views

CVE-2016-3735

Piwigo is image gallery software written in PHP. When a criteria is not met on a host, piwigo defaults to usingmtrand in order to generate password reset tokens. mtrand output can be predicted after recovering the seed used to generate it. This low an unauthenticated attacker to take over an...

8.1CVSS7AI score
Exploits0References3
NVD
NVD
added 2022/01/28 8:15 p.m.11 views

CVE-2016-3735

Piwigo is image gallery software written in PHP. When a criteria is not met on a host, piwigo defaults to usingmtrand in order to generate password reset tokens. mtrand output can be predicted after recovering the seed used to generate it. This low an unauthenticated attacker to take over an...

8.1CVSS0.01888EPSS
Exploits0References3
Prion
Prion
added 2022/01/28 8:15 p.m.12 views

Design/Logic Flaw

Piwigo is image gallery software written in PHP. When a criteria is not met on a host, piwigo defaults to usingmtrand in order to generate password reset tokens. mtrand output can be predicted after recovering the seed used to generate it. This low an unauthenticated attacker to take over an...

6.8CVSS7.2AI score0.01888EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2022/01/28 12:0 a.m.54 views

CVE-2016-3735

CVE-2016-3735 affects Piwigo, a PHP-based image gallery. The root issue is that when a host criteria is not met, Piwigo uses mt_rand to generate password reset tokens, and the output can be predicted once the seed is known. This enables an unauthenticated attacker who knows an administrator’s ema...

8.1CVSS8AI score0.01888EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2021/09/01 6:41 p.m.18 views

GHSA-X7G2-WRRP-R6H3 Use of a Broken or Risky Cryptographic Algorithm

✍️ Description The function mtrand is used to generate session tokens, this function is cryptographically flawed due to its nature being one pseudorandomness, an attacker can take advantage of the cryptographically insecure nature of this function to enumerate session tokens for accounts that are...

3.5CVSS3.9AI score0.00089EPSS
Exploits1References5
Veracode
Veracode
added 2021/08/31 7:2 a.m.8 views

Insecure Cryptographic Function

mautic/core has insecure cryptographic function. An attacker may exploit the pseudorandomness of the function mtrand and enumerate session tokens...

3.5CVSS2.5AI score0.00089EPSS
Exploits1References1Affected Software1
OSV
OSV
added 2021/08/30 4:15 p.m.8 views

CVE-2021-27913

The function mtrand is used to generate session tokens, this function is cryptographically flawed due to its nature being one pseudorandomness, an attacker can take advantage of the cryptographically insecure nature of this function to enumerate session tokens for accounts that are not under...

3.5CVSS4AI score
Exploits0References1
NVD
NVD
added 2021/08/30 4:15 p.m.7 views

CVE-2021-27913

The function mtrand is used to generate session tokens, this function is cryptographically flawed due to its nature being one pseudorandomness, an attacker can take advantage of the cryptographically insecure nature of this function to enumerate session tokens for accounts that are not under...

3.5CVSS0.00089EPSS
Exploits1References1
Rows per page
Query Builder