Skip to content

プロフィール設定でフォロー数などの数字を隠していても、誰かをフォローした時にフォロー相手にメールで数字が通知される

Low
kmycode published GHSA-q54p-xhx6-c2w8 Sep 10, 2024

Package

No package listed

Affected versions

11.0<=, <14.0

Patched versions

>=14.0

Description

Impact

image
プロフィール設定で以上の項目をOFFにすることで、投稿数・フォロー数・フォロワー数はWeb Clientから見ると「-」と表示され、APIで取得すると「0」となる。
しかしこの設定に抜け道があり、数字を隠す設定を行ったユーザーAが、同じサーバー上にいるローカルユーザーBをフォローしたときに、ユーザーBに送られるメール通知内で隠されていない数字が掲載される。

ユーザーAが隠したいデータ、かつkmyblueの仕様として本来隠されるべきデータが、ユーザーBに伝わってしまうのは問題である。

この問題の発生条件を満たすためには、ユーザーAとBがいずれも同じサーバーのアカウントである必要がある。ユーザーBがリモートサーバーのアカウントである場合、相手サーバーにはフォロー数・フォロワー数=0としか伝わらず、相手サーバーがユーザーBにメール通知を送信するときにもその情報が使われるためである。

Patches

14.0へアップデート

Mastodon本家が4.3.0の開発にあたって、メール通知時にフォロワーの数字を記載するようになったため発生した。よって4.2ベースの5.x LTSでは発生しない。

Workarounds

メール通知にも、フォロワー数などの数字を隠す設定を反映

References

なし

Severity

Low

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
High
Privileges required
None
User interaction
Required
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N

CVE ID

No known CVE

Weaknesses

No CWEs