漏洞标题
N/A
漏洞描述信息
在PHP 5.2.13之前,线性同余生成器(Linear Congruential Generator, LCG)不会提供预期熵,这使得依赖上下文的攻击者更容易猜测原本应该是不可预测的值,如使用uniqid函数生成的会话cookie。
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
漏洞类别
N/A
漏洞标题
N/A
漏洞描述信息
The Linear Congruential Generator (LCG) in PHP before 5.2.13 does not provide the expected entropy, which makes it easier for context-dependent attackers to guess values that were intended to be unpredictable, as demonstrated by session cookies generated by using the uniqid function.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
PHP LCG不充分熵漏洞
漏洞描述信息
PHP是广泛使用的通用目的脚本语言,特别适合于Web开发,可嵌入到HTML中。 PHP的LCG(线性同余生成器)所生成的随机会话ID或随机数随机性不够强,初始种子可能由64位降低为35位,通过执行PHP代码还可以进一步降低为20位,这就大大的降低了确定伪随机数序列的复杂度,用户可以相对容易的窃取会话ID或其他敏感信息。
CVSS信息
N/A
漏洞类别
加密问题