Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
ipv6_frag_escape — Tracking IPV6_FRAG_ESCAPE (CVE-2026-53362, CVE-2026-53366), the IPv6 fragmentation container escape | Kitploit
工具/GitHubGitHub/suominen/ipv6_frag_escape
Container SecurityVulnerability AnalysisThreat IntelligenceCurated ResourcesContainer Escape
GitHubsuominen/ipv6_frag_escape

ipv6_frag_escape

Tracking IPV6_FRAG_ESCAPE (CVE-2026-53362, CVE-2026-53366), the IPv6 fragmentation container escape

查看仓库
17天前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站

IPV6_FRAG_ESCAPE — Linux IPv6 分片容器逃逸追踪站点

IPV6_FRAG_ESCAPE 补丁状态追踪器的源码:一个单页站点,记录哪些发行版已为 Linux 内核中的 IPv6 分片容器逃逸漏洞发布了修复。

事实信息所在位置

关于该漏洞的所有信息——CVE ID、受影响版本与已修复版本、上游修复提交、发现与披露致谢,以及各发行版的最终补丁状态——均属于追踪器页面,而非本 README:

  • 渲染页面: https://kimmo.cloud/ipv6_frag_escape/
  • 源码: site/content/_index.md

编辑该文件;此仓库中的其他所有内容均属构建基础设施。

此处有意不重复这些内容。随着追踪器页面的修订,本 README 中的第二份副本只会逐渐过时——事实也确已如此:在两个 CVE 发布很久之后,它仍声称尚未分配任何 CVE。请勿再次添加摘要。

部署计划与当前配置状态记录在 WEBSITE.md 中。

本地开发

需要 Hugo extended(≥ 0.146.0)和 Go(用于 Hugo Modules 获取 PaperMod 主题)。

使用 Nix(推荐)

root@kitploit:~
nix develop          # dev shell: hugo, go, git, resvg
cd site
hugo server          # local preview at http://localhost:1313/ipv6_frag_escape/

如果你使用 direnv,只需执行一次 direnv allow,之后每次 cd 进入仓库,开发 shell 都会自动激活。

不使用 Nix

自行安装 Hugo extended ≥ 0.146.0 和 Go ≥ 1.24,然后:

root@kitploit:~
cd site
hugo server          # http://localhost:1313/ipv6_frag_escape/

构建与发布

root@kitploit:~
make build       # local build into site/public/
make dist        # build, then rsync to haig:/ipv6_frag_escape/
make banner      # re-rasterise the social banner SVG → PNG (needs resvg + Roboto)

make dist 会先运行 make build。只有在编辑 site/assets/ipv6-frag-escape-tracker.svg 之后才需要运行 make banner;渲染生成的 PNG 已提交到仓库。

仓库结构

root@kitploit:~
.
├── 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/ipv6-frag-escape-tracker.svg  # social-banner source (→ make banner)
    ├── static/ipv6-frag-escape-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 — 可自由共享与改编,但需署名。

下载工具