Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2022-24497 PoC — Microsoft Windows Network File System代码注入漏洞

Source
Associated Vulnerability
Title:Microsoft Windows Network File System代码注入漏洞 (CVE-2022-24497)
Description:Microsoft Windows Network File System是美国微软(Microsoft)公司的一种文件共享解决方案,可让您使用 NFS 协议在运行 Windows Server 和 UNIX 操作系统的计算机之间传输文件。 Microsoft Windows Network File System 存在代码注入漏洞,攻击者可以将特制的 NFS 协议网络消息发送到易受攻击的 Windows 计算机,从而启用远程代码执行。
Description
A Zeek detector for CVE-2022-24497.
Readme
CVE-2022-24497
=================================

A Zeek detector for CVE-2022-24497:

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24497

Example notices from the testing PCAP:

```
#separator \x09
#set_separator	,
#empty_field	(empty)
#unset_field	-
#path	notice
#open	2022-04-13-21-45-25
#fields	ts	uid	id.orig_h	id.orig_p	id.resp_h	id.resp_p	fuid	file_mime_type	file_desc	proto	note	msg	sub	src	dst	p	n	peer_descr	actions	email_dest	suppress_for	remote_location.country_code	remote_location.region	remote_location.city	remote_location.latitude	remote_location.longitude
#types	time	string	addr	port	addr	port	string	string	string	enum	enum	string	string	addr	addr	port	count	string	set[enum]	set[string]	interval	string	string	string	double	double
1649885952.829925	CHhAvVGS1DHFjwGM9	192.168.88.146	685	192.168.88.157	111	-	-	-	tcp	CVE202224497::POTENTIAL_CVE_2022_24497	Possible CVE-2022-24497 exploit attempt.  An RPC portmap getport and portmap dump were observed.	-	192.168.88.146	192.168.88.157	111	-	-	Notice::ACTION_LOG	(empty)	3600.000000	-	-	-	-	-
#close	2022-04-13-21-45-25
```
File Snapshot

[4.0K] /data/pocs/21cb3f9e50ac9a0f74fe64fbe7a9b8600a252596 ├── [ 49] COPYING ├── [1.5K] LICENSE ├── [1.1K] README.md ├── [4.0K] scripts │   ├── [ 992] cve_2022_24497.sig │   ├── [ 45] __load__.zeek │   └── [ 409] main.zeek ├── [4.0K] testing │   ├── [4.0K] Baseline │   │   └── [4.0K] cve202224497.run-pcap │   │   ├── [ 729] conn.log │   │   ├── [1.0K] notice.log │   │   └── [ 115] output │   ├── [ 565] btest.cfg │   ├── [4.0K] cve202224497 │   │   └── [ 258] run-pcap.zeek │   ├── [4.0K] Files │   │   └── [ 192] random.seed │   ├── [ 28] Makefile │   ├── [4.0K] Scripts │   │   ├── [ 383] diff-remove-timestamps │   │   ├── [1.3K] get-zeek-env │   │   └── [ 303] README │   └── [4.0K] Traces │   └── [1.1K] CVE-2022-24497.pcap └── [ 297] zkg.meta 8 directories, 18 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.