CVE-2023-3247

Advisory lineage Upstream: 0 Downstream: 17
Modified
Published: 22 Jul 2023, 04:17
Last modified:15 Oct 2024, 20:34

Vulnerability Summary

Overall Risk (default)
low
17/100
CVSS Score
4.3 MEDIUM
v3.1 (nvd)
EPSS Score
0.32% LOW
0% probability +0.08%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

22 Jul 2023, 04:17
Published
Vulnerability first disclosed
15 Oct 2024, 20:34
Last Modified
Vulnerability information updated

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.1LOWScore: 2.6CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N
  • v3.1MEDIUMScore: 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-252Unchecked 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-330Use of Insufficiently Random Values

    The product uses insufficiently random numbers or values in a security context that depends on unpredictable numbers.

Affected Systems

  • UnknownPHP

    ≥ 8.0.*, < 8.0.29 | ≥ 8.1.*, < 8.1.20 | ≥ 8.2.*, < 8.2.7

  • UnknownPHP

    ≥ 8.0.0, < 8.0.29 | ≥ 8.1.0, < 8.1.20 | ≥ 8.2.0, < 8.2.7

References (1)