SCA: security update for github.com/clidey/whodb/core (GHSA-9r4c-jwx3-3j76)

critical Tenable Self-Hosted Container Security Plugin ID 420843

Description

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

- WhoDB is an open source database management tool. While the application only displays Sqlite3 databases
present in the directory `/db`, there is no path traversal prevention in place. This allows an
unauthenticated attacker to open any Sqlite3 database present on the host machine that the application is
running on. Affected versions of WhoDB allow users to connect to Sqlite3 databases. By default, the
databases must be present in `/db/` (or alternatively `./tmp/` if development mode is enabled). If no
databases are present in the default directory, the UI indicates that the user is unable to open any
databases. The database file is an user-controlled value. This value is used in `.Join()` with the default
directory, in order to get the full path of the database file to open. No checks are performed whether the
database file that is eventually opened actually resides in the default directory `/db`. This allows an
attacker to use path traversal (`../../`) in order to open any Sqlite3 database present on the system.
This issue has been addressed in version 0.45.0 and all users are advised to upgrade. There are no known
workarounds for this vulnerability. (CVE-2025-24786)

See Also

https://github.com/advisories/GHSA-9r4c-jwx3-3j76

Plugin Details

Severity: Critical

ID: 420843

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 2/7/2025

Updated: 6/1/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.16

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: High

Base Score: 9.4

Temporal Score: 7.4

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

CVSS Score Source: CVE-2025-24786

CVSS v3

Risk Factor: Critical

Base Score: 9.1

Temporal Score: 8.2

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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: 2/6/2025

Vulnerability Publication Date: 2/6/2025

Reference Information

CVE: CVE-2025-24786

cwe: CWE-22