LiveActive security incident?Get immediate response
CVE Record

CVE-2022-1270: In GraphicsMagick, a heap buffer overflow was found when parsing MIFF.

In GraphicsMagick, a heap buffer overflow was found when parsing MIFF.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

GraphicsMagick had a heap buffer overflow in its MIFF image parser. A crafted image could harm a workstation or service that processes it. The score is high because successful exploitation may affect confidentiality, integrity, and availability, but the CVSS vector requires local processing and user interaction.

Executive priority

Treat as a high-priority patching item where GraphicsMagick handles untrusted images. It is not KEV-listed in the bundle, so urgency is driven by exposure in image-processing workflows rather than confirmed active exploitation.

Technical view

CVE-2022-1270 is a CWE-119 heap buffer overflow when GraphicsMagick parses MIFF. The provided affected version is GraphicsMagick-1.4.020220326. CVSS 3.1 is 7.8: AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H. Debian and Gentoo published security updates.

Likely exposure

Exposure is most likely on systems with GraphicsMagick installed that process untrusted images, including user uploads, email attachments, document pipelines, or image conversion jobs. Risk depends on whether MIFF or auto-detected image inputs reach GraphicsMagick.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation evidence. Exploitation requires a crafted image being opened or processed by GraphicsMagick. Do not treat this as internet-wormable from the supplied evidence.

Researcher notes

Evidence is sufficient for affected component, vulnerability class, severity, and vendor advisories. The bundle does not provide exploit status, exact upstream fixed commit, or comprehensive affected version ranges, so validate against distribution packages and upstream advisory data.

Mitigation direction

  • Apply GraphicsMagick updates from your OS or vendor security channel.
  • Prioritize Debian and Gentoo systems covered by the cited advisories.
  • Restrict untrusted image processing until patched, especially MIFF-capable workflows.
  • Check upstream or distribution guidance for exact fixed package versions.

Validation and detection

  • Inventory systems and containers with GraphicsMagick installed.
  • Identify services that invoke GraphicsMagick on user-supplied images.
  • Confirm package versions against Debian, Gentoo, or upstream advisories.
  • Review logs for unexpected GraphicsMagick crashes during image processing.
Prepared
Confidence
high
Sources
6

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-119: 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-1270 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
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/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
5Source 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
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H1.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2022-1270Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/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/aGraphicsMagickGraphicsMagick-1.4.020220326Listed
Weakness

CWE details

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

CWE-119 · source CWE mapping

Improper Restriction of Operations within the Bounds of a Memory Buffer

Improper Restriction of Operations within the Bounds of a Memory Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.