CVE-2025-46393
unknown
CVSS v3
—
CVSS v4 NEW
—
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
{
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
SUSE Affected 1 release
| Version | Status | Fixed in |
|---|---|---|
| — | Affected | — |
Debian Fixed 5 releases
| Version | Status | Fixed in |
|---|---|---|
| trixie | Fixed | 8:7.1.1.43+dfsg1-1+deb13u1 |
| sid | Fixed | 8:7.1.1.46+dfsg1-1 |
| forky | Fixed | 8:7.1.1.46+dfsg1-1 |
| bullseye | Fixed | 0 |
| bookworm | Fixed | 0 |
References
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.