Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-99j7-mhfh-w84p: Slack Morphism for Rust before 0.41.0 can accidentally leak Slack OAuth client information in application debug logs

Impact

Potential/accidental leaking of Slack OAuth client information in application debug logs.

Patches

More strict and secure debug formatting was introduced in v0.41 for OAuth secret types to avoid the possibility of printing sensitive information in application logs.

Workarounds

Don’t print/output in logs request and responses for OAuth and client configurations.

For more information

If you have any questions or comments about this advisory:

ghsa
#git#oauth#auth
  1. GitHub Advisory Database
  2. GitHub Reviewed
  3. CVE-2022-31162

Slack Morphism for Rust before 0.41.0 can accidentally leak Slack OAuth client information in application debug logs

Package

cargo slack-morphism (Rust)

Affected versions

< 0.41.0

Description

Impact

Potential/accidental leaking of Slack OAuth client information in application debug logs.

Patches

More strict and secure debug formatting was introduced in v0.41 for OAuth secret types to avoid the possibility of printing sensitive information in application logs.

Workarounds

Don’t print/output in logs request and responses for OAuth and client configurations.

For more information

If you have any questions or comments about this advisory:

References

  • GHSA-99j7-mhfh-w84p
  • https://github.com/abdolence/slack-morphism-rust/releases/tag/v0.41.0

Weaknesses

GHSA ID

GHSA-99j7-mhfh-w84p

Source code

Related news

CVE-2022-31162

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.