SCA: security update for Magick.NET-Q16-AnyCPU, Magick.NET-Q16-HDRI-AnyCPU, Magick.NET-Q16-HDRI-x86, Magick.NET-Q16-x86, Magick.NET-Q8-AnyCPU, Magick.NET-Q8-x86 (GHSA-6hjr-v6g4-3fm8)

high Tenable Self-Hosted Container Security Plugin ID 436339

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- ImageMagick is a software suite to create, edit, compose, or convert bitmap images. In versions 7.1.2-9
and prior, the TIM (PSX TIM) image parser contains a critical integer overflow vulnerability in its
ReadTIMImage function (coders/tim.c). The code reads width and height (16-bit values) from the file header
and calculates image_size = 2 * width * height without checking for overflow. On 32-bit systems (or where
size_t is 32-bit), this calculation can overflow if width and height are large (e.g., 65535), wrapping
around to a small value. This results in a small heap allocation via AcquireQuantumMemory and later
operations relying on the dimensions can trigger an out of bounds read. This issue is fixed in version
7.1.2-10. (CVE-2025-66628)

See Also

https://github.com/advisories/GHSA-6hjr-v6g4-3fm8

Plugin Details

Severity: High

ID: 436339

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 12/10/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.73

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.1

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:N/A:N

CVSS Score Source: CVE-2025-66628

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.7

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 12/10/2025

Vulnerability Publication Date: 12/10/2025

Reference Information

CVE: CVE-2025-66628

cwe: CWE-125