Security readout for executives and security teams
CVE-2019-11037 is a memory corruption flaw in the PHP Imagick extension. If an application lets untrusted input reach ImagickKernel::fromMatrix(), the extension may write outside allocated memory. The public record rates this medium severity, with limited confidentiality, integrity, and availability impact. Exposure is most relevant to PHP systems with the imagick extension installed and application paths that pass untrusted data into ImagickKernel::fromMatrix(). Generic image upload functionality alone is not enough evidence of exposure unless this API path is reachable. Treat as a targeted remediation item, not an emergency. Patch exposed PHP systems during normal vulnerability SLAs, with faster handling where custom code gives users control over ImagickKernel::fromMatrix() inputs. Mitigation focus: Inventory PHP systems with the imagick extension installed.; Upgrade php-imagick using vendor or distribution security advisories.; Check PHP Imagick upstream guidance for fixed versions before relying on version assumptions..
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-787: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2019-11037 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 4.9 (3.0)
- Known Exploited
- No
- Published
Vector: CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L1.43.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
4.9MediumVector: CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L
Source materials
- CVE List V5 sourceCVE List V5
- https://bugs.php.net/bug.php?id=77791CVE reference · x_refsource_MISC
- https://github.com/CVEProject/cvelist/pull/1964CVE reference · x_refsource_MISC
- FEDORA-2019-488d0f9a4bCVE reference · vendor-advisory, x_refsource_FEDORA
- FEDORA-2019-9448fa46f3CVE reference · vendor-advisory, x_refsource_FEDORA
- FEDORA-2019-5dc1f4100eCVE reference · vendor-advisory, x_refsource_FEDORA
- DSA-4576CVE reference · vendor-advisory, x_refsource_DEBIAN
- 20191126 [SECURITY] [DSA 4576-1] php-imagick security updateCVE reference · mailing-list, x_refsource_BUGTRAQ
- GLSA-202003-38CVE reference · vendor-advisory, x_refsource_GENTOO
- USN-4586-1CVE reference · vendor-advisory, x_refsource_UBUNTU
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Out-of-bounds Write
Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
