Skip to content

missing signature validation allows arbitrary users to impersonate any remote user

High
nexryai published GHSA-fpxw-rw9v-2gmx Nov 29, 2023

Package

npm nexkey (npm)

Affected versions

< 12.122.1

Patched versions

12.122.2

Description

Impact

inboxで受信したActivityPubリクエストの検証が不十分なため、特定の環境において任意のユーザーが別のユーザーになりすますことができます。この脆弱性はフォーク元で発見されたものと同一です

Patches

  • v12.122.2で修正されています
  • 修正コミットは b96da0e です

Workarounds

  • 実際のホスト名と一致しないHOSTヘッダーを持つリクエストをフィルタリングするようにリバースプロキシを設定することで実用的な緩和が可能です。(ただし完璧ではありません)
    • Cloudflareや適切に設定されたnginx、Caddyなどのリバースプロキシを使用している場合は問題ありません
    • 受信した全てのリクエストをNexkeyにプロキシするよう設定していたり、外部から直接nexkeyがlistenしているポートにアクセスできるような環境では、上記のWorkaroundsを実行する必要があります。

References

advisory.silicon.moe

Severity

High

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
Changed
Confidentiality
None
Integrity
High
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:C/C:N/I:H/A:N

CVE ID

CVE-2023-49095

Weaknesses

No CWEs