LiveActive security incident?Get immediate response
CVE Record

CVE-2022-2719: In ImageMagick, a crafted file could trigger an assertion failure when a call to WriteImages was made in Ma...

In ImageMagick, a crafted file could trigger an assertion failure when a call to WriteImages was made in MagickWand/operation.c, due to a NULL image list. This could potentially cause a denial of service. This was fixed in upstream ImageMagick version 7.1.0-30.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

ImageMagick before 7.1.0-30 can crash when processing a crafted file through MagickWand WriteImages because an internal image list may be NULL. The known impact is denial of service, not data theft or code execution. Business urgency is highest where ImageMagick handles user-supplied or partner-supplied files.

Executive priority

Schedule remediation in the normal vulnerability cycle, with faster action for internet-facing upload or conversion services. This is a medium-severity availability issue with a named upstream fix and no cited active exploitation evidence in the provided sources.

Technical view

CVE-2022-2719 is a CWE-617 assertion failure in MagickWand/operation.c. A crafted file reaching WriteImages can trigger an assertion failure due to a NULL image list, potentially causing availability impact. CVSS 3.1 is 5.5: AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H. Upstream fixed it in ImageMagick 7.1.0-30.

Likely exposure

Systems are exposed if they run ImageMagick versions before 7.1.0-30 and process files from users, partners, email, uploads, or automated pipelines. The CVSS vector indicates local attack with user interaction required, so exposure depends on file ingestion paths rather than network reachability alone.

Exploitation context

The provided sources do not show known active exploitation, and the CVE is not listed as KEV. The attack requires a crafted file and user interaction in the CVSS vector. Treat this mainly as an availability risk for services that automatically transform or write images.

Researcher notes

Evidence is limited to the CVE description and Red Hat reference. The affected boundary is ImageMagick before 7.1.0-30. The record identifies denial of service through assertion failure, not confidentiality, integrity impact, code execution, or privilege escalation.

Mitigation direction

  • Upgrade ImageMagick to upstream version 7.1.0-30 or later.
  • Check operating system vendor advisories for backported fixes.
  • Prioritize systems that process untrusted image or document uploads.
  • Limit ImageMagick exposure to trusted file sources where upgrade is delayed.
  • Monitor image-processing services for abnormal crashes or availability failures.

Validation and detection

  • Inventory ImageMagick versions across servers, containers, and build images.
  • Confirm whether applications call ImageMagick on untrusted uploaded files.
  • Verify vendor packages include the CVE-2022-2719 fix or backport.
  • Review crash logs for ImageMagick assertion failures during file processing.
  • Retest affected workflows after updating ImageMagick packages.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · low confidence lookup

CWE-617: 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 lookup
cve · low confidence lookup

CVE-2022-2719 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H1.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2022-2719Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aImageMagickImageMagick versions before 7.1.0-30Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-617 · source CWE mapping

Reachable Assertion

Reachable Assertion represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.