CVE-2019-11038 LOW

CVE-2019-11038: Uninitialized read in gdImageCreateFromXbm

Vendor Php Group
Product PHP
Weakness CWE-457
Published June 18, 2019
Last update September 16, 2024

CVSS base score

3.1/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction Required
Confidentiality Low
Integrity None

CVSS vector

CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N

What the vulnerability does

01Description

When using the gdImageCreateFromXbm() function in the GD Graphics Library (aka LibGD) 2.2.5, as used in the PHP GD extension in PHP versions 7.1.x below 7.1.30, 7.2.x below 7.2.19 and 7.3.x below 7.3.6, it is possible to supply data that will cause the function to use the value of uninitialized variable. This may lead to disclosing contents of the stack that has been left there by previous code.

Key dates

02Disclosure timeline

June 18, 2019 CVE published
September 16, 2024 Record updated