
تتبّع حالة التصحيح لثغرة CVE-2026-68138، وهي ثغرة use-after-free في جدول معدّلات qdisc في net/sched بنواة لينكس، مع الإصدارات المتأثرة والمُصحَّحة، والالتزامات البرمجية في upstream، وحالة الإصلاح المُحدَّثة تلقائيًا لكل توزيعة.
مصدر متتبّع حالة التصحيح CVE-2026-68138: موقع من صفحة واحدة يسجّل التوزيعات التي أصدرت إصلاحًا لثغرة الاستخدام بعد التحرير (use-after-free) / التحرير المزدوج (double-free) في جدول معدّلات qdisc داخل net/sched بنواة لينكس.
كل ما يخصّ الثغرة — معرّف CVE، والإصدارات المتأثرة والمُصلَحة، والتزامات الإصلاح في المنبع، وإسناد الاكتشاف والإفصاح، وحالة التصحيح الحالية لكل توزيعة — موجود في صفحة المتتبّع، وليس في هذا README:
site/content/_index.mdعدّل ذلك الملف؛ فكل ما عداه في هذا المستودع هو بنية تحتية للبناء.
لا يُكرَّر أيٌّ من ذلك هنا عمدًا. تُحَدَّث صفحة المتتبّع كلما أصدرت التوزيعات إصلاحات — وبالنسبة إلى المتتبِّعات المحدَّثة بنشاط، مرّتين يوميًا عبر وكيل التحديث التلقائي — لذا فإن أيّ نسخة محفوظة في هذا README ستتقادم بصمت. امتنع عن إعادة إضافة أي ملخّص.
خطة النشر وحالة الإعداد الحالية موجودة في WEBSITE.md.
يتطلّب الإصدار الموسّع من Hugo (≥ 0.146.0) وGo (لجلب سمة PaperMod عبر Hugo Modules).
nix develop # dev shell: hugo, go, git, resvg
cd site
hugo server # local preview at http://localhost:1313/CVE-2026-68138/
إذا كنت تستخدم direnv، فنفّذ direnv allow مرّة واحدة وستُفَعَّل بيئة التطوير تلقائيًا كلما نفّذت cd داخل المستودع.
ثبّت الإصدار الموسّع من Hugo ≥ 0.146.0 وGo ≥ 1.24 بنفسك، ثم:
cd site
hugo server # http://localhost:1313/CVE-2026-68138/
make build # local build into site/public/
make dist # build, then rsync to haig:/CVE-2026-68138/
make banner # re-rasterise the social banner SVG → PNG (needs resvg + Roboto)
ينفّذ make dist الأمر make build أولًا. لا تحتاج إلى make banner إلا بعد تعديل site/assets/cve-2026-68138-tracker.svg؛ ويُضمَّن ملف PNG الناتج في المستودع.
.
├── flake.nix # Nix dev environment (hugo, go, git, resvg + RPM tools)
├── .envrc # direnv hook → `use flake`
├── .gitignore
├── Makefile # `make build`, `make dist`, `make banner`
├── LICENSE # CC BY 4.0
├── README.md # this file
├── CLAUDE.md # project instructions for Claude Code
├── WEBSITE.md # publication plan / decisions log
├── scripts/ # auto-update agent: prompt + driver
├── systemd/ # user-level timer + service units
└── site/ # Hugo project
├── hugo.toml
├── content/
│ └── _index.md # the tracker (single page)
├── assets/css/extended/custom.css # PaperMod CSS overrides
├── assets/cve-2026-68138-tracker.svg # social-banner source (→ make banner)
├── static/cve-2026-68138-tracker.png # rendered OpenGraph banner (committed)
├── layouts/partials/ # PaperMod overrides (post_meta, extend_footer)
├── go.mod, go.sum # Hugo Modules — pulls PaperMod theme
└── … # standard Hugo skeleton
CC BY 4.0 — شارك وعدّل مع الإشارة إلى المصدر.