CVE-2019-11048

Advisory lineage Upstream: 0 Downstream: 16
Modified
Published: 20 May 2020, 07:15
Last modified:16 Sept 2024, 18:13

Vulnerability Summary

Overall Risk (default)
medium
34/100
CVSS Score
5.3 MEDIUM
v3.1 (cve.org)
EPSS Score
12.72% MEDIUM
13% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
2 found
Dark Web
Not detected

Timeline

20 May 2020, 07:15
Published
Vulnerability first disclosed
16 Sept 2024, 18:13
Last Modified
Vulnerability information updated

Description

In PHP versions 7.2.x below 7.2.31, 7.3.x below 7.3.18 and 7.4.x below 7.4.6, when HTTP file uploads are allowed, supplying overly long filenames or field names could lead PHP engine to try to allocate oversized memory storage, hit the memory limit and stop processing the request, without cleaning up temporary files created by upload request. This potentially could lead to accumulation of uncleaned temporary files exhausting the disk space on the target server.

CVSS Metrics

  • v3.1MEDIUMScore: 5.3CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
  • v2.0MEDIUMScore: 5AV:N/AC:L/Au:N/C:N/I:N/A:P

EPSS Trends

Current EPSS score: 12.72% Percentile: 94%

Techniques & Countermeasures

  • CWE-400Uncontrolled Resource Consumption

    The product does not properly control the allocation and maintenance of a limited resource.

  • CWE-190Integer Overflow or Wraparound

    The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

Affected Systems

  • UnknownPHP

    ≥ 7.3.x, < 7.3.18 | ≥ 7.4.x, < 7.4.6 | ≥ 7.2.x, < 7.2.31

  • UnknownPHP

    ≥ 7.2.0, < 7.2.31 | ≥ 7.3.0, < 7.3.18 | ≥ 7.4.0, < 7.4.6

References (13)