CVE-2023-3247
Vulnerability Summary
Timeline
Description
In PHP versions 8.0.* before 8.0.29, 8.1.* before 8.1.20, 8.2.* before 8.2.7 when using SOAP HTTP Digest Authentication, random value generator was not checked for failure, and was using narrower range of values than it should have. In case of random generator failure, it could lead to a disclosure of 31 bits of uninitialized memory from the client to the server, and it also made easier to a malicious server to guess the client's nonce.
CVSS Metrics
- v3.1•LOW•Score: 2.6CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N
- v3.1•MEDIUM•Score: 4.3CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
EPSS Trends
Current EPSS score: 0.32%• Percentile: 55%
Techniques & Countermeasures
- CWE-252•Unchecked Return Value
The product does not check the return value from a method or function, which can prevent it from detecting unexpected states and conditions.
- CWE-330•Use of Insufficiently Random Values
The product uses insufficiently random numbers or values in a security context that depends on unpredictable numbers.
Affected Systems
- Unknown•PHP
≥ 8.0.*, < 8.0.29 | ≥ 8.1.*, < 8.1.20 | ≥ 8.2.*, < 8.2.7
- Unknown•PHP
≥ 8.0.0, < 8.0.29 | ≥ 8.1.0, < 8.1.20 | ≥ 8.2.0, < 8.2.7