Vulnerabilities (CVE)

Filtered by vendor Slack Morphism Project Subscribe
Filtered by product Slack Morphism
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2022-31162 1 Slack Morphism Project 1 Slack Morphism 2024-02-04 N/A 7.5 HIGH
Slack Morphism is an async client library for Rust. Prior to 0.41.0, it was possible for Slack OAuth client information to leak in application debug logs. Stricter and more secure debug formatting was introduced in v0.41.0 for OAuth secret types to reduce the possibility of printing sensitive information in application logs. As a workaround, do not print/output requests and responses for OAuth and client configurations in logs.
CVE-2022-39292 1 Slack Morphism Project 1 Slack Morphism 2024-02-04 N/A 7.5 HIGH
Slack Morphism is a modern client library for Slack Web/Events API/Socket Mode and Block Kit. Debug logs expose sensitive URLs for Slack webhooks that contain private information. The problem is fixed in version 1.3.2 which redacts sensitive URLs for webhooks. As a workaround, people who use Slack webhooks may disable or filter debug logs.