CVE-2025-46393

unknown
Published β€” Β· Modified β€”
CVSS v3
β€”
CVSS v4 NEW
β€”
not yet in upstream
VIR risk
β€”

Description

In multispectral MIFF image processing in ImageMagick before 7.1.1-44, packet_size is mishandled (related to the rendering of all channels in an arbitrary order).

Predictions

Exploit likelihood
20%
Patch ETA
β€”

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

community-verified Authored 2026-05-29
{

Immediate: Disable MIFF coder in policy.xml to prevent exploitation until patched.

<policymap>
  <policy domain="coder" rights="none" pattern="MIFF" />
</policymap>

Place in /etc/ImageMagick-7/policy.xml (or ~/.config/ImageMagick/ for user installs). Verify:

identify -list policy | grep -A2 MIFF

Permanent: Upgrade to 7.1.1-44 or apply commit a8f3c12. Restart any daemons invoking convert/mogrify.

Rollback: Remove the <policy> stanza and restart services. No data loss riskβ€”purely restrictive.

}

OS impact

OSVersionStatusFixed in
debian debianbookwormfixed0
debian debianbullseyefixed0
debian debianforkyfixed8:7.1.1.46+dfsg1-1
debian debiansidfixed8:7.1.1.46+dfsg1-1
debian debiantrixiefixed8:7.1.1.43+dfsg1-1+deb13u1
suse slesaffected

References

Community-verified mitigations for this CVE will appear above when contributors publish them.

Verify integrity in audit chain (admin only). AS-IS.