10 matches found
drmemory
Dr. Memory: the memory debugger About Dr. Memory Dr. Memory is a memory monitoring tool capable of identifying memory-related programming errors such as accesses of uninitialized memory, accesses to unaddressable memory including outside of allocated heap units and heap underflow and overflow,...
mongobleed-scanner
🐍 mongobleed-scanner - 轻松扫描MongoDB漏洞 🚀 快速开始 欢迎使用 mongobleed-scanner !该工具帮助您发现与堆内存泄漏相关的MongoDB漏洞。轻松保护您的数据并增强安全性。 📥 下载应用 访问此页面下载最新版 mongobleed-scanner :立即下载 💻 系统要求 下载前,请确保您的系统满足以下要求: 操作系统: Windows 10 或更高版本、macOS Mojave 或更高版本、或任何 Linux 发行版。 内存: 至少 2 GB RAM。 磁盘空间: 至少 200 MB 可用空间。 权限: 可能需要管理员权限才能正确安装。...
unidbg
unidbg 允许您模拟 Android 原生库,以及实验性的 iOS 模拟。 这是一个教育项目,用于更深入地了解 ELF/MachO 文件格式和 ARM 汇编。 使用风险自负! 功能 支持 MCP 模型上下文协议 用于与 Cursor 及其他 AI 工具进行 AI 辅助调试。 模拟 JNI Invocation API,以便可以调用 JNIOnLoad。 支持 JavaVM、JNIEnv。 模拟 syscall 指令。 支持 ARM32 和 ARM64。 内联 Hook,感谢 Dobby。 Android 导入 Hook,感谢 xHook。 iOS 的 fishhook、substra...
Security update for go1.25
go1.25 released 2025-08-12 is a major release of Go. go1.25.x minor releases will be provided through August 2026. https://github.com/golang/go/wiki/Go-Release-Cycle go1.25 arrives six months after Go 1.24. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As...
Astra Linux – Vulnerability in Linux 6.12
In the Linux kernel, the following vulnerabilities have been resolved: drm/imagination: fixed firmware memory leaks Released the memory used to store the results of firmware image processing when the module is unloaded. Fixed the issue where the same memory was still leaking if the processing of...
Astra Linux – Vulnerability in Linux 6.12
In the Linux kernel, the following vulnerability has been resolved: bpf: Fixed the kmemleak warning related to percpu hashmap Vlad Poenaru reported the following kmemleak issue: - Unreferenced object 0x606fd7c44ac8 size 32: Backtrace crc 0: pcupallocnoprof+0x730/0xeb0 bpfmapallocpercpu+0x69/0xc0...
CVE-2025-37807 bpf: Fix kmemleak warning for percpu hashmap
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix kmemleak warning for percpu hashmap Vlad Poenaru reported the following kmemleak issue: unreferenced object 0x606fd7c44ac8 size 32: backtrace crc 0: pcpuallocnoprof+0x730/0xeb0 bpfmapallocpercpu+0x69/0xc0...
CVE-2025-29486
libming v0.4.8 was discovered to contain a memory leak via the parseSWFPLACEOBJECT3 function...
Linux Distros Unpatched Vulnerability : CVE-2018-10804
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ImageMagick version 7.0.7-28 contains a memory leak in WriteTIFFImage in coders/tiff.c. CVE-2018-10804 Note that Nessus relies on the presence of the package as...
Using Valgrind on Chrome
Brief script that demonstrates running valgrind and afl-fuzz on Google Chrome. This favorite code for security auditing and memory leak detection with Valgrind runs the Valgrind tool and several other tools to check for memory leaks, which can lead to resource buffer overflows and more. Exploit /...