CVE-2021-39212 log
| Source |
|
| Severity | Medium |
| Remote | No |
| Type | Access restriction bypass |
| Description | In ImageMagick before version 7.1.0-7, Postscript files could be read and written in certain cases when specifically excluded by a `module` policy in `policy.xml`. |
| Group | Package | Affected | Fixed | Severity | Status | Ticket |
|---|---|---|---|---|---|---|
| AVG-2378 | imagemagick | 7.1.0.6-1 | 7.1.0.7-1 | Medium | Fixed |
| Notes |
|---|
Workaround
==========
Fortunately, in the wild, few users utilize the `module` policy and instead use the `coder` policy that is also the recommended workaround:
<policy domain="coder" rights="none" pattern="{PS,EPI,EPS,EPSF,EPSI}" /> |