SCA: security update for bugsink (GHSA-fp53-qcf8-2xx2)

medium Tenable Self-Hosted Container Security Plugin ID 441518

Description

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

- Bugsink is a self-hosted error tracking tool. Prior to 2.1.3, Bugsink’s webhook URL validation could be
(partially) bypassed because of a mismatch in URL parsing. The original validation logic parsed webhook
URLs with Python’s urllib.parse.urlparse, then sent the request with requests.post. For malformed inputs
involving backslashes and @, those components can disagree about where the authority ends and which
hostname is the real target. A URL may therefore appear to target an allowlisted public hostname during
validation, while the HTTP client actually connects to a different host. This vulnerability is fixed in
2.1.3. (CVE-2026-44502)

Solution

Update the bugsink library and its related packages to version 2.1.3 or later.

See Also

https://github.com/advisories/GHSA-fp53-qcf8-2xx2

Plugin Details

Severity: Medium

ID: 441518

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 5/8/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 4

Temporal Score: 3

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

CVSS Score Source: CVE-2026-44502

CVSS v3

Risk Factor: Medium

Base Score: 4.3

Temporal Score: 3.8

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 5/8/2026

Vulnerability Publication Date: 5/8/2026

Reference Information

CVE: CVE-2026-44502

cwe: CWE-918