Skip to content
KitploitKITPLOIT
أدواتالمدونة
إرسال
أدواتالمدونة
إرسال

أدوات الاختراق واختبار الاختراق والأمن السيبراني لترسانتك الأمنية!

Kitploit هو دليل لأدوات الاختراق والأمن السيبراني واختبار الاختراق. اكتشف آخر تحديثات المشاريع للعثور على الثغرات وتحليل الأنظمة وأتمتة الاختبارات وتعزيز أمنك.

··الخلاصات·اتصال·الخصوصية·© 2026 Kitploit

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
CVE-2026-9256 — Tracking the nginx CVE-2026-9256 rewrite-module heap overflow | Kitploit
أدوات/GitHubGitHub/suominen/cve-2026-9256
Vulnerability AnalysisExploitationWeb SecurityLearning & EducationCurated ResourcesBinary Exploitation
GitHubsuominen/cve-2026-9256

CVE-2026-9256

Tracking the nginx CVE-2026-9256 rewrite-module heap overflow

عرض المستودع
منذ 28 أياملم تتم المراجعة بعد
الموقع الإلكتروني

الأكثر شعبية

عرض الكل →

اكتشف الأدوات الأكثر استخدامًا من قبل مجتمعنا.

استكشف جميع الأدوات

تصفح مجموعتنا من الأدوات

عرض جميع الأدوات →
مشاركة
المحتوى غير متوفر باللغة المطلوبة. عرض النسخة الإنجليزية.

CVE-2026-9256 — nginx rewrite-module heap overflow tracking site

Source for the CVE-2026-9256 patch-status tracker: a single-page site recording which distributions have shipped a fix for the nginx rewrite-module heap overflow.

Where the facts live

Everything about the bug — affected and fixed versions, the upstream fix, discovery and disclosure credit, and final per-distribution patch status — belongs to the tracker page, not to this README:

  • Rendered: https://kimmo.cloud/CVE-2026-9256/
  • Source: site/content/_index.md

Edit that file; everything else in this repo is build infrastructure.

None of it is restated here on purpose. A second copy in this README would only rot as the tracker page is revised. Resist re-adding a summary.

Deployment plan and current setup state live in WEBSITE.md.

Local development

Requires Hugo extended (≥ 0.146.0) and Go (for Hugo Modules to fetch the PaperMod theme).

With Nix (recommended)

تنزيل الأداة
root@kitploit:~
nix develop          # dev shell: hugo, go, git, resvg, curl
cd site
hugo server          # local preview at http://localhost:1313/CVE-2026-9256/

If you use direnv, direnv allow once and the dev shell auto-activates whenever you cd into the repo.

Without Nix

Install Hugo extended ≥ 0.146.0 and Go ≥ 1.24 yourself, then:

root@kitploit:~
cd site
hugo server          # http://localhost:1313/CVE-2026-9256/

Build and publish

root@kitploit:~
make build       # local build into site/public/
make dist        # build, then rsync to haig:.www/sites/kimmo.cloud/htdocs/CVE-2026-9256/
make banner      # re-rasterise the social banner SVG → PNG (needs resvg + Roboto)

make dist runs make build first. make banner is only needed after editing site/assets/cve-2026-9256-tracker.svg; the rendered PNG is committed.

Repo layout

root@kitploit:~
.
├── flake.nix              # Nix dev environment (hugo, go, git, resvg, curl)
├── .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-9256-tracker.svg  # social-banner source (→ make banner)
    ├── static/cve-2026-9256-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

License

CC BY 4.0 — share and adapt with attribution.