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.
Published: 2026-05-26
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Bugsink’s webhook validation could be bypassed because of a mismatch between Python’s urllib.parse.urlparse and the requests.post behavior. A crafted URL with backslashes and an @ character can cause the validation step to think the target is an allowlisted public host while the actual HTTP request reaches a different host. This enables an attacker to force Bugsink to issue internal or otherwise forbidden requests, proving a server‑side request forgery flaw (CWE-918).

Affected Systems

All Bugsink self‑hosted error tracking installations prior to release 2.1.3 are vulnerable. The affected product is Bugsink, and any deployment using version 2.1.2 or earlier can be impacted.

Risk and Exploitability

The CVSS score of 4.3 indicates moderate severity. No EPSS data is available and the vulnerability is not listed in CISA KEV, suggesting limited publicly documented exploitation. However, the flaw can be triggered by any user who can create or modify a webhook URL for their Bugsink instance. Based on the description, it is inferred that the attack vector is internally controlled input, and the impacted area is Bugsink’s outbound HTTP client. Once exploited, the attacker can make Bugsink reach arbitrary hosts or services.

Generated by OpenCVE AI on May 26, 2026 at 19:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Bugsink to version 2.1.3 or later
  • Validate incoming webhook URLs to ensure they do not contain backslashes or @ characters before acceptance
  • Restrict outbound traffic from the Bugsink host to only necessary destinations or isolate it behind a firewall

Generated by OpenCVE AI on May 26, 2026 at 19:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-fp53-qcf8-2xx2 Bunsink has an SSRF bypass in `validate_webhook_url`
History

Wed, 27 May 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 26 May 2026 19:00:00 +0000

Type Values Removed Values Added
First Time appeared Bugsink
Bugsink bugsink
Vendors & Products Bugsink
Bugsink bugsink

Tue, 26 May 2026 17:00:00 +0000

Type Values Removed Values Added
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.
Title Bugsink: SSRF bypass in `validate_webhook_url`
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-05-27T17:21:38.121Z

Reserved: 2026-05-06T18:28:20.886Z

Link: CVE-2026-44502

cve-icon Vulnrichment

Updated: 2026-05-27T17:21:34.554Z

cve-icon NVD

Status : Deferred

Published: 2026-05-26T17:16:46.387

Modified: 2026-05-26T19:37:00.120

Link: CVE-2026-44502

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-26T19:45:06Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)