CVE-2020-7068

Modified
Published: 09 Sept 2020, 17:58
Last modified:17 Sept 2024, 00:36

Vulnerability Summary

Overall Risk (default)
medium
29/100
CVSS Score
4.8 MEDIUM
v3.1 (cve.org)
EPSS Score
0.75% LOW
1% probability -0.05%
KEV
Not listed
Ransomware
No reports
Public exploits
1 found
Dark Web
Not detected

Timeline

09 Sept 2020, 17:58
Published
Vulnerability first disclosed
17 Sept 2024, 00:36
Last Modified
Vulnerability information updated

Description

In PHP versions 7.2.x below 7.2.33, 7.3.x below 7.3.21 and 7.4.x below 7.4.9, while processing PHAR files using phar extension, phar_parse_zipfile could be tricked into accessing freed memory, which could lead to a crash or information disclosure.

CVSS Metrics

  • v3.1MEDIUMScore: 4.8CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L
  • v3.1LOWScore: 3.6CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:L
  • v2.0LOWScore: 3.3AV:L/AC:M/Au:N/C:P/I:N/A:P

EPSS Trends

Current EPSS score: 0.75% Percentile: 74%

Techniques & Countermeasures

  • CWE-416Use After Free

    The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Affected Systems

  • debiandebian_linux

    10.0

  • UnknownPHP

    ≥ 7.3.x, < 7.3.21 | ≥ 7.4.x, < 7.4.9 | ≥ 7.2.x, < 7.2.33

  • UnknownPHP

    ≥ 7.2.0, < 7.2.33 | ≥ 7.3.0, < 7.3.21 | ≥ 7.4.0, < 7.4.9

  • tenabletenable.sc

    < 5.19.0

References (5)