SCA: security update for openmed (GHSA-m3v4-v5gx-7wf5)

critical Tenable Self-Hosted Container Security Plugin ID 444189

Description

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

- OpenMed before 1.5.2 contains a remote code execution vulnerability in the PII privacy-filter model
loading path. The privacy-filter dispatcher used broad substring matching on the user-supplied model_name
parameter, allowing a value such as attacker/foo-privacy-filter-bar to route through a path that loads
Hugging Face models with trust_remote_code=True. An unauthenticated attacker can supply a malicious model
repository containing custom Transformers code via auto_map in config.json or tokenizer_config.json, which
is imported and executed with the privileges of the OpenMed service process. (CVE-2026-47117)

Solution

Update the openmed library and its related packages to version 1.5.2 or later.

See Also

https://github.com/advisories/GHSA-m3v4-v5gx-7wf5

Plugin Details

Severity: Critical

ID: 444189

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 7/1/2026

Updated: 7/1/2026

Risk Information

VPR

Risk Factor: Medium

Score: 6.7

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.4

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

CVSS Score Source: CVE-2026-47117

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

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

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

CVSS v4

Risk Factor: Critical

Base Score: 9.3

Threat Score: 8.1

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/2/2026

Vulnerability Publication Date: 6/2/2026

Reference Information

CVE: CVE-2026-47117

cwe: CWE-94