
Tracking Januscape (CVE-2026-53359), the KVM/x86 guest-to-host escape
Januscape 补丁状态跟踪器的源码:一个单页站点,记录哪些发行版已为 Linux 内核中的 KVM/x86 客户机到宿主机逃逸发布了修复。
关于该漏洞的所有信息——CVE ID、受影响版本与已修复版本、上游修复提交、发现与披露致谢,以及各发行版当前的补丁状态——均属于跟踪页面,而非本 README:
编辑该文件即可;本仓库中的其他一切皆为构建基础设施。
此处刻意不重复这些内容。跟踪页面会随着 CVE 的分配和发行版发布修复而更新——对于活跃更新的跟踪器,自动更新代理每天更新两次——因此保存在本 README 中的任何副本都会悄然过时。请勿重新添加摘要。
部署方案和当前配置状态记录在 WEBSITE.md 中。
需要 Hugo extended(≥ 0.146.0)和 Go(用于 Hugo Modules 获取 PaperMod 主题)。
nix develop # dev shell: hugo, go, git, resvg
cd site
hugo server # local preview at http://localhost:1313/januscape/
如果你使用 direnv,只需执行一次 direnv allow,之后每当你 cd 进入该仓库时,开发 shell 都会自动激活。
自行安装 Hugo extended ≥ 0.146.0 和 Go ≥ 1.24,然后:
cd site
hugo server # http://localhost:1313/januscape/
make build # local build into site/public/
make dist # build, then rsync to haig:/januscape/
make banner # re-rasterise the social banner SVG → PNG (needs resvg + Roboto)
make dist 会先运行 make build。 make banner 仅在编辑了 site/assets/januscape-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/januscape-tracker.svg # social-banner source (→ make banner)
├── static/januscape-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 — 可共享和改编,但需注明出处。