SCA: security update for github.com/openclarity/kubeclarity/backend (GHSA-5248-h45p-9pgw)

high Tenable Self-Hosted Container Security Plugin ID 410495

Description

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

- KubeClarity is a tool for detection and management of Software Bill Of Materials (SBOM) and
vulnerabilities of container images and filesystems. A time/boolean SQL Injection is present in the
following resource `/api/applicationResources` via the following parameter `packageID`. As it can be seen
in backend/pkg/database/id_view.go, while building the SQL Query the `fmt.Sprintf` function is used to
build the query string without the input having first been subjected to any validation. This vulnerability
is fixed in 2.23.1. (CVE-2024-39909)

See Also

https://github.com/advisories/GHSA-5248-h45p-9pgw

Plugin Details

Severity: High

ID: 410495

Version: Revision 1.7

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: Low

Score: 3

Percentile: 23.92

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5

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

CVSS Score Source: CVE-2024-39909

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.7

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

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

CVSS v4

Risk Factor: High

Base Score: 7.1

Threat Score: 4.9

Threat Vector: CVSS:4.0/E:U

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/12/2024

Vulnerability Publication Date: 7/12/2024

Reference Information

CVE: CVE-2024-39909

cwe: CWE-89