Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-25965

ImageMagick: Policy bypass through path traversal allows reading restricted content despite secured policy
Back to all
CVE

CVE-2026-25965

ImageMagick: Policy bypass through path traversal allows reading restricted content despite secured policy

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. But it make sure writing is also not possible the following should be added to your policy:

<policy domain="path" rights="none" pattern="*../*"/>

And this will also be included in the project's more secure policies by default.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
8.6
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
C
H
U
8.6
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N

Related Resources

No items found.

References

https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-8jvj-p28h-9gm7, https://nvd.nist.gov/vuln/detail/CVE-2026-25965, https://github.com/ImageMagick/ImageMagick, https://github.com/dlemstra/Magick.NET/releases/tag/14.10.3

Severity

8.6

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
8.6
EPSS Probability
0.00018%
EPSS Percentile
0.05053%
Introduced Version
0,6.8.8.1001,6.8.9.101,8.6.0,7.14.0,6.8.5.401
Fix Available
14.10.3

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading