Advisory Database
  • Advisories
  • Dependency Scanning
  1. nuget
  2. ›
  3. magick.net-q16-anycpu
  4. ›
  5. CVE-2026-25966

CVE-2026-25966: ImageMagick's Security Policy Bypass through config/policy-secure.xml via "fd handler" leads to stdin/stdout access

February 24, 2026

The shipped “secure” security policy includes a rule intended to prevent reading/writing from standard streams:

<policy domain="path" rights="none" pattern="-"/>

However, ImageMagick also supports fd: pseudo-filenames (e.g., fd:0, fd:1). This path form is not blocked by the secure policy templates, and therefore bypasses the protection goal of “no stdin/stdout”.

To resolve this, users can add the following change to their security policy.

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

And this will also be included in ImageMagick’s more secure policies by default.

References

  • github.com/ImageMagick/ImageMagick
  • github.com/ImageMagick/ImageMagick/commit/8d4c67a90ae458fb36393a05c0069e9123ac174c
  • github.com/ImageMagick/ImageMagick/security/advisories/GHSA-xwc6-v6g8-pw2h
  • github.com/advisories/GHSA-xwc6-v6g8-pw2h
  • github.com/dlemstra/Magick.NET/releases/tag/14.10.3
  • nvd.nist.gov/vuln/detail/CVE-2026-25966

Code Behaviors & Features

Detect and mitigate CVE-2026-25966 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 14.10.3

Fixed versions

  • 14.10.3

Solution

Upgrade to version 14.10.3 or above.

Impact 5.9 MEDIUM

CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

Learn more about CVSS

Weakness

  • CWE-284: Improper Access Control

Source file

nuget/magick.net-q16-anycpu/CVE-2026-25966.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 24 Mar 2026 12:17:15 +0000.