Lucene search
+L

37 matches found

Kitploit
Kitploit
added 2026/09/15 4:47 p.m.6 views

swapgs-attack-poc

PoC for the SWAPGS attack CVE-2019-1125 This repository holds the sources for the SWAPGS attack PoC publicly shown at Black Hat USA, 2019. Contents leakgsbkva - variant 1 look for random values in kernel memory; limited to PE kernel image header leakgsbkvat - variant 2 extract random values from...

5.6CVSS6.9AI score0.04521EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/15 1:51 p.m.10 views

HeaderLessPE

HeaderLessPE 介绍 English 相比MemDll等内存加载技术,扩展后的HeaderLessPE有两个优点: 避免传统PE的DOS头、PE头特征 DOS头和PE头经常是被内存扫描的照顾重点特征,在使用Cobalt Strike的时候常需要设置Profile文件将加载完成的Beacon头抹掉。使用HeaderLessPE就不需要担心这个问题。 支持重定位和导入表,能方便的将EXE转换为HeaderLessPE结构 只要是支持重定位,不包含如:Tls、delay import等结构都能够转换为HeaderLessPE,...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/15 9:12 a.m.5 views

PESTO

PESTO:PE(文件)统计工具 描述 PESTO 是一个 Python 脚本,用于提取 PE 文件的某些安全特征或标志,并将其保存到数据库中。它会搜索整个目录中的每个 PE 二进制文件,并将结果存入数据库。 它检查头文件中的架构标志,以及以下安全标志:ASLR、NOSEH、DEP 和 CFG。代码足够清晰,您可以根据需要修改标志和格式。 更多详情和标志说明请参见: https://www.slideshare.net/elevenpaths/anlisis-del-nivel-proteccin-antiexploit-en-windows-10 功能...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 1:00 a.m.4 views

InflativeLoading

InflativeLoading 文章:https://winslow1984.com/books/malware/page/reflectiveloading-and-inflativeloading 主要更新历史 本节提供主要更新。主要更新包括新增的支持或功能。 2024年4月11日 新增PE签名混淆 PE头中只有少数字节(如elfanew、导入目录的RVA)对完成加载过程是必需的。因此,其他字节可以用随机数据覆盖以隐藏PE头签名。 在所有过程完成后,甚至这些字节也会被覆盖以实现完全混淆。例如,从下面的截图可以看出,PE头大部分已被混淆,但elfanew...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/09 10:34 p.m.6 views

MappedImagesDetector

MappedImagesDetector 用于检测恶意DLL注入和内存中恶意软件的原生Windows内存扫描器 MappedImagesDetector 是一款 底层 C++20 Windows 工具 ,旨在检测现代恶意软件使用的 恶意 DLL 注入技术 ,包括 手动映射的 DLL、被擦除的 PE 头以及可疑的内存映射镜像 ,这些往往被传统防病毒解决方案忽略。 该项目专注于 基于内存的检测 ,而非磁盘签名。它专为 防病毒引擎、EDR 系统和恶意软件研究 而构建,在这些场景中对进程地址空间的可见性至关重要。 此工具解决了什么问题? 现代恶意软件越来越倾向于 完全在内存中运行 : 无需使用...

6AI score
SaveExploits0
AlpineLinux
AlpineLinux
added 2026/04/15 2:05 a.m.25 views

CVE-2026-40499

radare2 prior to version 6.1.4 contains a command injection vulnerability in the PDB parser's printgvars function that allows attackers to execute arbitrary commands by embedding a newline byte in the PE section header name field. Attackers can craft a malicious PDB file with specially crafted...

8.4CVSS6.1AI score0.01184EPSS
SaveExploits1References5
SUSE CVE
SUSE CVE
added 2023/02/15 6:15 a.m.8 views

SUSE CVE-2006-1614

Integer overflow in the cliscanpe function in the PE header parser libclamav/pe.c in Clam AntiVirus ClamAV before 0.88.1, when ArchiveMaxFileSize is disabled, allows remote attackers to cause a denial of service and possibly execute arbitrary code...

5.1CVSS9.6AI score0.07635EPSS
SaveExploits1References4
Kitploit
Kitploit
added 2021/08/23 12:30 p.m.65 views

Process-Dump - Windows Tool For Dumping Malware PE Files From Memory Back To Disk For Analysis

Process Dump is a Windows reverse-engineering command-line tool to dump malware memory components back to disk for analysis. Often malware files are packed and obfuscated before they are executed in order to avoid AV scanners, however when these files are executed they will often unpack or inject...

7.5AI score
SaveExploits0References1
Kitploit
Kitploit
added 2020/01/23 12:00 p.m.526 views

KsDumper - Dumping Processes Using The Power Of Kernel Space

I always had an interest in reverse engineering. A few days ago I wanted to look at some game internals for fun, but it was packed & protected by EAC EasyAntiCheat. This means its handle were stripped and I was unable to dump the process from Ring3. I decided to try to make a custom driver that...

7.1AI score
SaveExploits0References4
Kitploit
Kitploit
added 2019/10/31 9:56 p.m.125 views

PESTO - PE (files) Statistical Tool

PESTO is a Python script that extracts and saves in a database some PE file security characteristics or flags searching for every PE binary in a whole directory, and saving results in a database. It checks for architecture flag in the header, and for the following security flags: ASLR, NOSEH, DEP...

7.7AI score
SaveExploits0References3
OSV
OSV
added 2017/07/27 2:29 p.m.9 views

CVE-2016-10402

Avira Antivirus engine versions before 8.3.36.60 allow remote code execution as NT AUTHORITY\SYSTEM via a section header with a very large relative virtual address in a PE file, causing an integer overflow and heap-based buffer underflow...

7.8CVSS6.5AI score0.10215EPSS
SaveExploits0References2
Prion
Prion
added 2016/05/19 10:59 a.m.15 views

Design/Logic Flaw

The kernel component in Symantec Anti-Virus Engine AVE 20151.1 before 20151.1.1.4 allows remote attackers to execute arbitrary code or cause a denial of service memory access violation and system crash via a malformed PE header file...

9.4CVSS8.1AI score0.19176EPSS
SaveExploits2References5Affected Software1
CVE
CVE
added 2016/05/19 10:00 a.m.93 views

CVE-2016-2208

CVE-2016-2208 affects Symantec Antivirus Engine (AVE) kernel component in AVE 20151.1 before 20151.1.1.4. The issue arises when parsing malformed PE header files, enabling remote attackers to execute arbitrary code or cause a memory access violation and system crash. Several advisories and assess...

9.4CVSS9.2AI score0.19176EPSS
SaveExploits2References5Affected Software1
Cvelist
Cvelist
added 2016/05/19 10:00 a.m.28 views

CVE-2016-2208

The kernel component in Symantec Anti-Virus Engine AVE 20151.1 before 20151.1.1.4 allows remote attackers to execute arbitrary code or cause a denial of service memory access violation and system crash via a malformed PE header file...

9.3AI score0.19176EPSS
SaveExploits2References5
Tenable Nessus
Tenable Nessus
added 2016/05/19 12:00 a.m.34 views

Symantec Antivirus Engine 20151.1.0.32 Malformed PE Header Parser Memory Access Violation (SYM16-008)

The version of Symantec Antivirus Engine AVE installed on the remote host is 20151.1.0.32. It is, therefore, affected by a remote code execution vulnerability due to improper parsing of malformed portable-executable PE header files and executables packed with early versions of Aspack. A remote...

9.4CVSS8.5AI score0.19176EPSS
SaveExploits2References2
BDU FSTEC
BDU FSTEC
added 2016/05/19 12:00 a.m.22 views

The vulnerability of the Symantec Anti-Virus Engine’s antivirus kernel allows a hacker to execute arbitrary code or cause a service failure.

The vulnerability of the Symantec Anti-Virus Engine is related to errors in syntactic analysis of executable files, packaged using the ASPack software. Exploiting this vulnerability allows a malicious actor to execute arbitrary code or trigger a service failure memory corruption using a file with...

9.4CVSS8.2AI score0.19176EPSS
SaveExploits2References3Affected Software1
Symantec
Symantec
added 2016/05/16 8:00 a.m.31 views

Symantec Antivirus Engine Malformed PE Header Parser Memory Access Violation

SUMMARY Symantec's Anti-Virus Engine AVE was susceptible to memory access violation due to a flaw when parsing a specifically-crafted PE header file in the kernel. The most common symptom of a successful attack would result in a system crash. AFFECTED PRODUCTS Symantec Anti Virus Engine --- CVE |...

9.4CVSS1AI score0.19176EPSS
SaveExploits2Affected Software1
myhack58
myhack58
added 2014/07/17 12:00 a.m.22 views

Detours to modify the paragraph properties of vulnerability-vulnerability warning-the black bar safety net

Detours to modify the paragraph properties of the vulnerability Affected Software and systems Detours3. 0 and previous versions Description This issue will be its positioning as a vulnerability may be less suitable, the more likely that Detours a BUG, but because the defect will cause the exploit...

0.9AI score
SaveExploits0
seebug.org
seebug.org
added 2014/07/01 12:00 a.m.17 views

Smadav Anti Virus 9.1 Crash PoC

No description provided by source. Exploit Title: Smadav AntiVirus - Crash PoC Date: 10/Nov/2012 Exploit Author: Mada R Perdhana [email protected] / Spentera Research Team Vendor Homepage: http://www.smadav.net & http://www.smadav.web.id Software Link: http://www.smadav.net/download Version: 9.1...

7.1AI score
SaveExploits0
OpenVAS
OpenVAS
added 2014/06/04 12:00 a.m.22 views

Adobe Reader Plugin Signature Bypass Vulnerability - Linux

Adobe Reader is prone to plugin signature bypass vulnerability. SPDX-FileCopyrightText: 2014 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE =...

4.6CVSS6.7AI score0.00902EPSS
SaveExploits0References4
Rows per page
Query Builder