Bugsink is vulnerable to Path Traversal attacks via event_id in ingestion

CVE Details

Basic Information

Title Bugsink is vulnerable to Path Traversal attacks via event_id in ingestion
Type cve
Published 2025-07-30T14:29:03.510Z
Modified 2025-07-30T14:46:51.691Z

Product Information

Vendor bugsink
Product bugsink
Version >= 1.7.0, < 1.7.4

CVSS Information

Base Score 7.2 (HIGH)
Attack Vector CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N

Affected Products

  • bugsink bugsink >= 1.7.0, < 1.7.4
  • bugsink bugsink >= 1.6.0, < 1.6.4
  • bugsink bugsink >= 1.5.0, < 1.5.5
  • bugsink bugsink < 1.4.3

Additional Information

CWE List CWE-22
Source GitHub_M

Description

Bugsink is a self-hosted error tracking service. In versions 1.4.2 and below, 1.5.0 through 1.5.4, 1.6.0 through 1.6.3, and 1.7.0 through 1.7.3, ingestion paths construct file locations directly from untrusted event_id input without validation. A specially crafted event_id can result in paths outside the intended directory, potentially allowing file overwrite or creation in arbitrary locations. Submitting such input requires access to a valid DSN, potentially exposing them. If Bugsink runs in a container, the effect is confined to the container’s filesystem. In non-containerized setups, the overwrite may affect other parts of the system accessible to that user. This is fixed in versions 1.4.3, 1.5.5, 1.6.4 and 1.7.4.

πŸ’­ Join the Security Discussion

πŸ”’ Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.