B
今週中
Pardus Linuxのpardus-updateパッケージに、認証なしでroot権限を取得できる深刻な脆弱性チェーン
📌 一言でいうと
Pardus Linuxのpardus-updateパッケージに、認証なしでroot権限を取得できる深刻な脆弱性チェーンが発見されました。この攻撃チェーンは、Polkitの構成ミス、CRLF注入、および信頼できないファイルパスの処理不備を組み合わせて実現されます。攻撃者は悪意のあるAPTリポジトリを介して特権パッケージをインストールし、システムを完全に制御することが可能です。
🔍該当判定
- OSに「Pardus Linux」を利用している
- サーバーやPCで「Pardus Linux」を運用し、複数のユーザーで共有して利用している
- 土耳其(トルコ)製のLinuxディストリビューションを社内で導入している
上記いずれにも該当しない → 静観でOK
✅該当時の対応
1. Polkitポリシーを更新し、特権操作に管理者認証を必須とする。2. SystemSettingsWrite.pyにおけるユーザー入力のサニタイズ(CRLF除去)を徹底する。3. AutoAptUpgrade.pyでのAPTソースファイルパスを信頼できるディレクトリに制限する。
📧 メール案を見る (管理者向け)
⚠️ これは AI が生成した参考例です。配信前に必ず内容をご確認のうえ、貴社の状況に合わせて編集してご利用ください。実際の被害状況や自社の利用環境を踏まえた判断は、貴社のセキュリティ責任者にご確認ください。
件名: 【共有】Pardus Linux ローカル権限昇格脆弱性への対応について
お疲れさまです。Pardus Linuxにおける深刻な権限昇格の脆弱性に関する情報共有です。
■ 概要
pardus-updateパッケージにおいて、Polkitの構成ミス、CRLF注入、不適切なパス検証の3つの脆弱性を組み合わせることで、ローカルユーザーが認証なしでroot権限を取得できる脆弱性が報告されました。CVSS v3.1スコアは9.3と非常に高く、攻撃者は悪意のある.debパッケージを介してシステムを完全に制御可能です。
■ 影響範囲
- Pardus Linux (pardus-updateパッケージを利用する環境)
■ 対応手順
1. Polkitポリシーの修正: "allow_any=yes" 設定を管理者認証必須に変更してください。
2. スクリプトの修正: SystemSettingsWrite.pyにて、入力値から回帰・改行文字を完全に除去するサニタイズ処理を実装してください。
3. パス制限の適用: AutoAptUpgrade.pyにおいて、APTソースファイルのコピー先を信頼されたディレクトリに限定し、書き込み可能な一般領域を禁止してください。
■ 参考情報
- FreeBuf / Security Research by Çağrı Eser (0xc4gr1)
対応優先度: 高
対応期限: 速やかに実施してください
お疲れさまです。Pardus Linuxにおける深刻な権限昇格の脆弱性に関する情報共有です。
■ 概要
pardus-updateパッケージにおいて、Polkitの構成ミス、CRLF注入、不適切なパス検証の3つの脆弱性を組み合わせることで、ローカルユーザーが認証なしでroot権限を取得できる脆弱性が報告されました。CVSS v3.1スコアは9.3と非常に高く、攻撃者は悪意のある.debパッケージを介してシステムを完全に制御可能です。
■ 影響範囲
- Pardus Linux (pardus-updateパッケージを利用する環境)
■ 対応手順
1. Polkitポリシーの修正: "allow_any=yes" 設定を管理者認証必須に変更してください。
2. スクリプトの修正: SystemSettingsWrite.pyにて、入力値から回帰・改行文字を完全に除去するサニタイズ処理を実装してください。
3. パス制限の適用: AutoAptUpgrade.pyにおいて、APTソースファイルのコピー先を信頼されたディレクトリに限定し、書き込み可能な一般領域を禁止してください。
■ 参考情報
- FreeBuf / Security Research by Çağrı Eser (0xc4gr1)
対応優先度: 高
対応期限: 速やかに実施してください
Subject: [Security Alert] Local Privilege Escalation in Pardus Linux
Dear IT Administration Team,
We are sharing information regarding a critical privilege escalation vulnerability chain in Pardus Linux.
■ Overview
A vulnerability chain in the pardus-update package allows local users to obtain root privileges without authentication. This is achieved through a combination of Polkit misconfiguration, CRLF injection in SystemSettingsWrite.py, and untrusted file path handling in AutoAptUpgrade.py. The CVSS v3.1 score is 9.3.
■ Scope
- Pardus Linux systems utilizing the pardus-update package.
■ Remediation Steps
1. Update Polkit policies: Change "allow_any=yes" to require administrator authentication.
2. Sanitize inputs: Implement strict filtering of carriage return and line feed characters in SystemSettingsWrite.py.
3. Restrict file paths: Limit the APT source file paths in AutoAptUpgrade.py to trusted directories only.
■ Reference
- Security research by Çağrı Eser (0xc4gr1)
Priority: High
Deadline: Immediate action recommended
Dear IT Administration Team,
We are sharing information regarding a critical privilege escalation vulnerability chain in Pardus Linux.
■ Overview
A vulnerability chain in the pardus-update package allows local users to obtain root privileges without authentication. This is achieved through a combination of Polkit misconfiguration, CRLF injection in SystemSettingsWrite.py, and untrusted file path handling in AutoAptUpgrade.py. The CVSS v3.1 score is 9.3.
■ Scope
- Pardus Linux systems utilizing the pardus-update package.
■ Remediation Steps
1. Update Polkit policies: Change "allow_any=yes" to require administrator authentication.
2. Sanitize inputs: Implement strict filtering of carriage return and line feed characters in SystemSettingsWrite.py.
3. Restrict file paths: Limit the APT source file paths in AutoAptUpgrade.py to trusted directories only.
■ Reference
- Security research by Çağrı Eser (0xc4gr1)
Priority: High
Deadline: Immediate action recommended