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

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

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

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

工具目录

分类

查看所有分类
Loading categories
sctphantom — 跟踪 SCTPhantom(CVE-2026-64564),Linux 内核 SCTP ASCONF 传输中的释放后使用漏洞 | Kitploit
工具/GitHubGitHub/suominen/sctphantom
漏洞分析威胁情报精选资源
GitHubsuominen/sctphantom

sctphantom

跟踪 SCTPhantom(CVE-2026-64564),Linux 内核 SCTP ASCONF 传输中的释放后使用漏洞

查看仓库网站
143天前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

SCTPhantom — Linux 内核 SCTP ASCONF use-after-free 跟踪站点

SCTPhantom 补丁状态跟踪器的源码:一个单页站点,记录哪些发行版已为 Linux 内核中的 SCTP ASCONF 传输 use-after-free 漏洞发布了修复。

事实信息所在

关于该漏洞的一切——CVE 编号、受影响与已修复版本、上游修复提交、发现与公开致谢,以及当前各发行版的补丁状态——都属于跟踪页面,而非本 README:

  • 呈现页面: https://kimmo.cloud/sctphantom/
  • 源码: site/content/_index.md

编辑该文件;本仓库中的其他一切均为构建基础设施。

此处有意不重复这些信息。随着 CVE 的分配和各发行版发布修复,跟踪页面会持续更新——对于活跃更新的跟踪器,自动更新代理每天更新两次——因此,本 README 中保留的任何副本都会在不知不觉中过时。请勿重新添加摘要。

部署计划和当前设置状态见 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/sctphantom/

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

不使用 Nix

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

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

构建与发布

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

make dist 会先运行 make build。只有在编辑 site/assets/sctphantom-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/sctphantom-tracker.svg       # social-banner source (→ make banner)
    ├── static/sctphantom-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 — 允许共享和改编,但需注明出处。

下载工具