Improper authorization control for web services In magick.net-q16-arm64
Description
ImageMagick's Security Policy Bypass through config/policy-secure.xml via "fd handler" leads to stdin/stdout access 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.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
nuget | 14.10.3 | ||
nuget | 14.10.3 | ||
nuget | 14.10.3 | ||
nuget | 14.10.3 | ||
nuget | 14.10.3 | ||
nuget | 14.10.3 | ||
nuget | 14.10.3 | ||
debian 13 | 8:7.1.1.43+dfsg1-1+deb13u6 | ||
debian 14 | 8:7.1.2.15+dfsg1-1 | ||
nuget | 14.10.3 |
1-10 of 21
10
Aliases
References