216.73.217.24

CVE-2026-44502

· Published 26/05/2026 17:16 · Modified 26/05/2026 19:37

Labels: CVE-2026-44502 2026-05-26CVE-2026-44502CWE-918[email protected]

Essential information

Published
26/05/2026 17:16
Modified
26/05/2026 19:37
Author
Creator
CVSS
4.3 MEDIUM (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

CVSS metrics

Description

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.

NVD status

Status
Deferred — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
bugsink / bugsink cpe:2.3:a:bugsink:bugsink:<2.1.3:*:*:*:*:*:*:*

References