Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
ubuntu-cve-2026-31431-mitigation — CVE-2026-31431に関するUbuntuシステム向けのリスク軽減および更新手順。カーネルとkmodのアップグレード手順を含みます。 | Kitploit
ツール/GitHubGitHub/mrmtwoj/ubuntu-cve-2026-31431-mitigation
クラウドインフラストラクチャセキュリティ脆弱性分析構成監査学習と教育厳選リソース
GitHubmrmtwoj/ubuntu-cve-2026-31431-mitigation

ubuntu-cve-2026-31431-mitigation

CVE-2026-31431に関するUbuntuシステム向けのリスク軽減および更新手順。カーネルとkmodのアップグレード手順を含みます。

リポジトリを見る

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有
ウェブサイト
3ヶ月前未レビュー

Ubuntu におけるカーネルと kmod の完全アップデートガイド:セキュリティ脆弱性(CVE)の修正

CVE-2026-31431

この脆弱性は Copy Fail とも呼ばれ、AF_ALG / algif_aead パスで発生する Linux カーネルの論理的なバグです。開示者によると、権限のないローカルユーザーが Linux カーネルに、読み取り可能なファイルのページキャッシュ内へ制御された 4 バイトの書き込みを実行させることができます。その結果、ファイルのインメモリ版が破損し、ディスク上のファイルは無傷のまま残ります。 このガイドは、システム管理者とイランの技術コミュニティ向けに作成されており、以下を含みます:

  • 適切なミラーの設定
  • kmod のアップデート
  • カーネルのアップデート
  • インストールの整合性の確認
  • 安全なシステム再起動

ステップ 1: Ubuntu リポジトリ(ミラー)の設定

以下のファイルを編集します:

root@kitploit:~
/etc/apt/sources.list

次に、お使いの Ubuntu バージョンに応じて、以下のセクションのいずれかを置き換えます。

Ubuntu 22.04 (Jammy)

root@kitploit:~
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu jammy main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu jammy-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu jammy-security main restricted universe multiverse

deb https://mirror.arvancloud.ir/ubuntu jammy main restricted universe multiverse
deb https://mirror.arvancloud.ir/ubuntu jammy-updates main restricted universe multiverse
deb https://mirror.arvancloud.ir/ubuntu jammy-security main restricted universe multiverse

deb https://mirror.iranserver.com/ubuntu jammy main restricted universe multiverse
deb https://mirror.iranserver.com/ubuntu jammy-updates main restricted universe multiverse
deb https://mirror.iranserver.com/ubuntu jammy-security main restricted universe multiverse

Ubuntu 20.04 (Focal)

root@kitploit:~
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-security main restricted universe multiverse

deb https://mirror.arvancloud.ir/ubuntu focal main restricted universe multiverse
deb https://mirror.arvancloud.ir/ubuntu focal-updates main restricted universe multiverse
deb https://mirror.arvancloud.ir/ubuntu focal-security main restricted universe multiverse

deb https://mirror.iranserver.com/ubuntu focal main restricted universe multiverse
deb https://mirror.iranserver.com/ubuntu focal-updates main restricted universe multiverse
deb https://mirror.iranserver.com/ubuntu focal-security main restricted universe multiverse

Ubuntu 24.04 (Noble)

root@kitploit:~
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu noble main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu noble-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu noble-security main restricted universe multiverse

deb https://mirror.arvancloud.ir/ubuntu noble main restricted universe multiverse
deb https://mirror.arvancloud.ir/ubuntu noble-updates main restricted universe multiverse
deb https://mirror.arvancloud.ir/ubuntu noble-security main restricted universe multiverse

deb https://mirror.iranserver.com/ubuntu noble main restricted universe multiverse
deb https://mirror.iranserver.com/ubuntu noble-updates main restricted universe multiverse
deb https://mirror.iranserver.com/ubuntu noble-security main restricted universe multiverse

ステップ 2: パッケージリストの更新

root@kitploit:~
sudo apt update

ステップ 3: カーネルと kmod の完全アップデート(推奨)

root@kitploit:~
sudo apt install --only-upgrade kmod linux-generic

ステップ 4: インストール状態の確認

root@kitploit:~
dpkg -l | egrep 'kmod|linux-generic|linux-image-generic|linux-headers-generic'

ステップ 5: システムの再起動(必須)

root@kitploit:~
sudo reboot

再起動後のアクティブカーネルバージョンの確認

root@kitploit:~
uname -r

kmod のみのアップデート(一時的な対策)

root@kitploit:~
sudo apt update
sudo apt install --only-upgrade kmod

完全なワンステップコマンド(サーバー向け推奨)

root@kitploit:~
sudo apt update && sudo apt install --only-upgrade kmod linux-generic -y && sudo reboot

重要な注意点:

  1. 新しいカーネルを有効にするには、再起動が必須です。
  2. linux-generic は、最新の安定版カーネルをインストールするメタパッケージです。
  3. kmod のみのアップデートは一時的な場合があります。カーネルの脆弱性を完全に修正するには、必ずカーネルもアップデートしてください。
  4. 本番サーバーでアップデートする前に、テスト環境で確認を行ってください。

作成者:エイサイバー - acyber.ir

ツールをダウンロード