SCA: security update for org.open-metadata:openmetadata-service (GHSA-7vf4-x5m2-r6gr)

high Tenable Cloud Security Plugin ID 412277

Description

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

- OpenMetadata is a unified platform for discovery, observability, and governance powered by a central
metadata repository, in-depth lineage, and seamless team collaboration. `CompiledRule::validateExpression`
is also called from `PolicyRepository.prepare`. `prepare()` is called from
`EntityRepository.prepareInternal()` which, in turn, gets called from `EntityResource.createOrUpdate()`.
Note that even though there is an authorization check (`authorizer.authorize()`), it gets called after
`prepareInternal()` gets called and therefore after the SpEL expression has been evaluated. In order to
reach this method, an attacker can send a PUT request to `/api/v1/policies` which gets handled by
`PolicyResource.createOrUpdate()`. This vulnerability was discovered with the help of CodeQL's Expression
language injection (Spring) query and is also tracked as `GHSL-2023-252`. This issue may lead to Remote
Code Execution and has been addressed in version 1.3.1. Users are advised to upgrade. There are no known
workarounds for this vulnerability. (CVE-2024-28253)

See Also

https://github.com/advisories/GHSA-7vf4-x5m2-r6gr

Plugin Details

Severity: High

ID: 412277

Version: Revision 1.15

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.8

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: High

Base Score: 9

Temporal Score: 6.7

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

CVSS Score Source: CVE-2024-28253

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.7

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 4/23/2024

Vulnerability Publication Date: 3/15/2024

Reference Information

CVE: CVE-2024-28253

cwe: CWE-94