Skip to content

Misskeyから非収載投稿を照会した時、非収載のまま取得される

Low
kmycode published GHSA-qg32-3vrh-w6mw Dec 15, 2023

Package

No package listed

Affected versions

earlier than 1.0

Patched versions

5.12-lts, 9.4

Description

Impact

  1. 非収載投稿をMisskeyに鍵付きで配送する設定をおこなう
  2. そのアカウントをフォローしていないMisskeyサーバーから非収載投稿を照会する

上記操作により、Misskeyでは鍵付き投稿として取得されることが期待されるが、現状は非収載投稿として取得できてしまう
本来検索されたくなくてわざわざリスクをおかしてまで隠す設定をした投稿を、Misskeyから自由に検索できるようになるリスクがある

image

※CVSSにおいてConfidentialityはNoneとする。これはそもそもMisskeyで非収載投稿が自由に検索できる仕様がMastodonと相容れない件は分散型SNSの弱点であることに由来する

Patches

9.1、5.10 LTS

Workarounds

投稿のActivityを取得するAPIにおいて、取得者が認証されている場合はソフトウェア名を確認して使うSerializerを決める

(ただし相手が認証しないまま取得してきた場合はどうしようもない)

References

対象:/app/controllers/statuses_controller.rb

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
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
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:L/PR:N/UI:N/S:U/C:N/I:N/A:N

CVE ID

No known CVE

Weaknesses

No CWEs