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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2025-60751 — PoC of CVE-2025-60751 | Kitploit
工具/GitHubGitHub/zer0matt/cve-2025-60751
Vulnerability AnalysisExploitationShellcodeLearning & EducationPayload DevelopmentBinary Exploitation
GitHubzer0matt/cve-2025-60751

CVE-2025-60751

PoC of CVE-2025-60751

查看仓库
2个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2025-60751

CVE-2025-60751 的 PoC

受影响产品:Geographiclib <= v2.5.1

完整分析文章见 https://zer0matt.blogspot.com/2026/05/cve-2025-60751-geographiclib-stack.html

描述

当 GeoConvert 接收特制输入时,会发生栈缓冲区溢出。 溢出发生的原因是程序未正确验证内部索引,从而允许在栈上进行越界写入。

攻击者可通过覆盖返回地址,使其指向 libc 函数(ret2libc),并利用 ROP 链执行任意代码,从而劫持程序的执行流程。

用法

root@kitploit:~
[~] python3 CVE-2025-60751.py
[*] '/home/matt/geographiclib/tools/GeoConvert'
    Arch:       amd64-64-little
    RELRO:      Partial RELRO
    Stack:      No canary found
    NX:         NX enabled
    PIE:        PIE enabled
    FORTIFY:    Enabled
    ASAN:       Enabled
    Stripped:   No
    Debuginfo:  Yes
[+] Starting local process '/home/matt/geographiclib/tools/GeoConvert': pid 398391
[*] Switching to interactive mode
ERROR: Column letter A not in UPS band A set JKLPQRSTUXYZ
$  

备注

请记得相应调整地址以构建你自己的 ROP 链;由于 ASLR 等内存防御技术,地址可能会有所不同。

下载工具