CVE Catalog

CVE-2026-25965

HighCVSS 8.6
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.67%

48th percentile - higher than 48% of all known CVEs

Summary

A vulnerability in ImageMagick allows bypassing path security policies by using unnormalized paths. An attacker can use path traversal to access files that should be blocked by policy rules, leading to local file disclosure (LFI). The issue is fixed in versions 7.1.2-15 and 6.9.13-40.

Risk Assessment

The risk is that an attacker can read sensitive system files even when security policies are applied, potentially leaking confidential data such as passwords, keys, or configurations.

Recommendation

Upgrade ImageMagick to version 7.1.2-15 or 6.9.13-40 immediately. Additionally, to prevent writes, add appropriate rules to the security policy.

Other vulnerabilities in ImageMagick

See all
Original NVD description (English source)

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 7.1.2-15 and 6.9.13-40, ImageMagick’s path security policy is enforced on the raw filename string before the filesystem resolves it. As a result, a policy rule such as /etc/* can be bypassed by a path traversal. The OS resolves the traversal and opens the sensitive file, but the policy matcher only sees the unnormalized path and therefore allows the read. This enables local file disclosure (LFI) even when policy-secure.xml is applied. Actions to prevent reading from files have been taken in versions .7.1.2-15 and 6.9.13-40 But it make sure writing is also not possible the following should be added to one's policy. This will also be included in ImageMagick's more secure policies by default.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS