Lucene search
+L

50 matches found

Kitploit
Kitploit
added 2026/09/16 5:23 a.m.6 views

CVE-2023-23397

CVE-2023-23397 的 PowerShell 简单 PoC CVE-2023-23397 是 MS Outlook 中的一个漏洞,允许攻击者可能窃取用户身份验证详细信息。该漏洞涉及攻击者能够在电子邮件/会议邀请中的 "ReminderSoundFile" 属性中指定 UNC 路径——当提醒在 Outlook 中触发时,用户的 Outlook 客户端会尝试加载路径中指定的声音文件。如果 Outlook 尝试向远程 SMB 服务器发起 SMB 连接,攻击者可能拦截用户的 Net-NTLMv2 哈希,并通过该哈希进行中继,从而以用户身份进行身份验证。 PoC 基于 Dominic...

9.8CVSS8.4AI score0.97408EPSS
SaveExploits19
Kitploit
Kitploit
added 2026/09/16 1:43 a.m.10 views

CVE-2023-23397

CVE-2023-23397 概念验证 这是 CVE-2023-23397 的概念验证 PoC 利用脚本,该漏洞存在于 Windows Microsoft Outlook 客户端中。 前提条件 Python 3 pywin32 包 使用方法 Windows 1. 通过运行 pip install pywin32 安装所需的 pywin32 包。 2. 使用以下命令运行脚本:python Exploit.py 。 Kali Linux 1. 通过运行 pip install pywin32 安装所需的 pywin32 包。 2. 在攻击者机器上启动一个 SMB 服务器,例如...

9.8CVSS7.9AI score0.97408EPSS
SaveExploits19
Kitploit
Kitploit
added 2026/09/14 1:19 p.m.7 views

CVE-2023-23397_EXPLOIT

CVE-2023-23397 MS Outlook 脆弱性の悪用 CVE-2023-23397 は Microsoft Outlook の脆弱性であり、攻撃者がユーザーの認証情報を流出させる可能性があります。この脆弱性は、攻撃者がメールや会議の招待状内の「ReminderSoundFile」プロパティに Universal Naming Convention UNC パスを指定できることに起因します。Outlook でリマインダーがトリガーされると、ユーザーのクライアントは指定されたパスのサウンド ファイルを読み込もうとします。Outlook がリモート SMB サーバーへの SMB...

9.8CVSS8.6AI score0.97408EPSS
SaveExploits19
Kitploit
Kitploit
added 2026/09/13 1:43 a.m.7 views

OutlookNTLM_CVE-2023-23397

要利用此漏洞,攻击者必须创建一封恶意日历邀请,其中包含对声音文件的引用,并指向攻击者机器上网络共享中的文件。在底层,Outlook 邮件将声音文件的引用存储在一个名为“PidLidReminderFileParameter”的内部参数中。为了确保我们嵌入在恶意邮件中的音频优先于受害者的默认提醒配置,我们还需要将另一个名为“PidLidReminderOverride”的参数设置为 true。 要将“PidLidReminderFileParameter”属性设置为指向网络共享,攻击者可以指定通用命名约定(UNC)路径,而不是本地文件。UNC 用于 Windows...

9.8CVSS7.8AI score0.97408EPSS
SaveExploits19
Kitploit
Kitploit
added 2026/09/13 1:05 a.m.8 views

CVE-2026-32202

零点击强制认证:查看带有特制 .lnk 的文件夹会在图标渲染期间触发 UNC 解析,迫使受害者向攻击者指定的地址发起出站连接,从而泄露(并允许中继)其 Net-NTLMv2 凭据。该漏洞源于 CVE-2026-21510 的补丁不完整:Microsoft 添加的信任验证仅在 ShellExecuteExW 调用时、即调用阶段生效,但在 CControlPanelFolder::GetUIObjectOf 执行时损害已经造成,而该函数在任何 ShellExecute 信任验证发生之前就被调用了。 Explorer 调用 CControlPanelFolder::GetUIObjectOf...

8.8CVSS7AI score0.63686EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/13 12:00 a.m.7 views

CVE-2026-33829-Writeup

CVE-2026-33829 分析报告 漏洞案例研究:CVE-2026-33829(Windows 截图工具 NTLM 强制认证) 执行摘要 本文详细记录了CVE-2026-33829 的技术复现过程,这是现代 Windows 截图工具应用程序框架中的一个信息泄露漏洞。通过滥用自定义 URI 协议处理器中一个未经验证的输入参数,远程主机可以强制未打补丁的 Windows 机器发起出站 SMB 连接,从而导致 Net-NTLMv2 身份验证哈希值通过网络泄露。 URI 方案 —— (Windows 使用自定义协议(如 ms-screensketch:、ms-settings:、file:)...

4.3CVSS6.1AI score0.03447EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/10 5:35 a.m.5 views

CVE-2025-24054-PoC

CVE-2025-24054 PoC 一个简单的 CVE-2025-24054 概念验证 – Windows 库 .library-ms NTLM 哈希泄露漏洞。 ⚠️ 仅限教育和授权实验室使用 描述 CVE-2025-24054 允许攻击者通过使用特制的 .library-ms 文件,强制 Windows 系统泄露受害者的 Net-NTLMv2 哈希 。 当受害者解压包含恶意 .library-ms 文件的 ZIP 时,Windows 资源管理器会自动发起 SMB 连接,泄露 NTLM 哈希。 工作原理 1. 攻击者生成一个包含指向其机器的 UNC 路径的恶意 .library-ms...

6.5CVSS7.5AI score0.58909EPSS
SaveExploits20
Kitploit
Kitploit
added 2026/09/08 6:48 p.m.6 views

CVE-2026-32202

Zero-click強制認証: 細工された .lnk が含まれるフォルダを表示すると、アイコンのレンダリング時にUNC解決がトリガーされ、被害者は攻撃者が指定したアウトバウンド接続を強制され、Net-NTLMv2資格情報が漏洩しリレーも可能になる。これはCVE-2026-21510の不完全な修正により発生した。Microsoftが追加した信頼性検証はShellExecuteExW呼び出し時起動時のみ機能したが、CControlPanelFolder::GetUIObjectOfの時点では既に被害が発生しており、これはShellExecuteの信頼性検証より前に呼び出される。...

8.8CVSS7AI score0.63686EPSS
SaveExploits5
EUVD
EUVD
added 2025/10/03 8:07 p.m.15 views

EUVD-2025-23622

Malicious code in bioql PyPI...

7.5CVSS6.6AI score0.00402EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2022-29909

Malicious code in bioql PyPI...

7CVSS6.3AI score0.01466EPSS
SaveExploits2References2
RedhatCVE
RedhatCVE
added 2025/08/07 12:31 a.m.20 views

CVE-2025-29745

A vulnerability affecting the scanning module in Emsisoft Anti-Malware prior to 2024.12 allows attackers on a remote server to obtain Net-NTLMv2 hash information via a specially created A2S Emsisoft Custom Scan extension file...

7.5CVSS6AI score0.00402EPSS
SaveExploits0References1
NVD
NVD
added 2025/08/05 3:15 p.m.13 views

CVE-2025-29745

A vulnerability affecting the scanning module in Emsisoft Anti-Malware prior to 2024.12 allows attackers on a remote server to obtain Net-NTLMv2 hash information via a specially created A2S Emsisoft Custom Scan extension file...

7.5CVSS0.00402EPSS
SaveExploits0References2
CVE
CVE
added 2025/08/05 12:00 a.m.32 views

CVE-2025-29745

CVE-2025-29745 affects the scanning module of Emsisoft Anti-Malware older than 2024.12. The vulnerability allows a remote attacker to obtain Net-NTLMv2 hash information by supplying a specially crafted A2S (Emsisoft Custom Scan) extension file. Affected product: Emsisoft Anti-Malware; vulnerable ...

7.5CVSS6.7AI score0.00402EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/08/05 12:00 a.m.8 views

CVE-2025-29745

A vulnerability affecting the scanning module in Emsisoft Anti-Malware prior to 2024.12 allows attackers on a remote server to obtain Net-NTLMv2 hash information via a specially created A2S Emsisoft Custom Scan extension file...

6.1AI score0.00402EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/08/05 12:00 a.m.22 views

CVE-2025-29745

A vulnerability affecting the scanning module in Emsisoft Anti-Malware prior to 2024.12 allows attackers on a remote server to obtain Net-NTLMv2 hash information via a specially created A2S Emsisoft Custom Scan extension file...

0.00402EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/08/05 12:00 a.m.15 views

PT-2025-31932 · Emsisoft · Emsisoft Anti-Malware

Name of the Vulnerable Software and Affected Versions: Emsisoft Anti-Malware versions prior to 2024.12 Description: A vulnerability in the scanning module of Emsisoft Anti-Malware allows attackers on a remote server to obtain Net-NTLMv2 hash information by using a specially crafted A2S Emsisoft...

7.5CVSS6.5AI score0.00402EPSS
SaveExploits0References6
OSV
OSV
added 2025/06/11 1:15 a.m.10 views

CVE-2024-1243 Remote code execution and local privilege escalation in Wazuh Windows agent via NetNTLMv2 hash theft

Improper input validation in the Wazuh agent for Windows prior to version 4.8.0 allows an attacker with control over the Wazuh server or agent key to configure the agent to connect to a malicious UNC path. This results in the leakage of the machine account NetNTLMv2 hash, which can be relayed for...

9.5CVSS7.8AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/05/22 10:32 p.m.13 views

CVE-2022-25166

An issue was discovered in Amazon AWS VPN Client 2.0.0. It is possible to include a UNC path in the OpenVPN configuration file when referencing file paths for parameters such as auth-user-pass. When this file is imported and the client attempts to validate the file path, it performs an open...

5CVSS6.6AI score0.01466EPSS
SaveExploits2References1
Packet Storm
Packet Storm
added 2025/01/17 12:00 a.m.285 views

Emsisoft Anti-Malware Net-NTLMv2 Hash Information Disclosure

A vulnerability affecting the scanning module in Emsisoft Anti-Malware versions prior to 2024.12 allows attackers on a remote server to obtain Net-NTLMv2 hash information via a specially created A2S Emsisoft Custom Scan extension file. Title: Emsisoft Anti-Malware 2024.12 - ".A2S" Net-NTLMv2 Hash...

6.8AI score
SaveExploits0
Krebs on Security
Krebs on Security
added 2024/11/12 9:59 p.m.50 views

Microsoft Patch Tuesday, November 2024 Edition

Microsoft today released updates to plug at least 89 security holes in its Windows operating systems and other software. November's patch batch includes fixes for two zero-day vulnerabilities that are already being exploited by attackers, as well as two other flaws that were publicly disclosed...

9.8CVSS9AI score0.84108EPSS
SaveExploits4
Rows per page
Query Builder