From 184ec1dffdbe035e54c1a24eb2b723ad785bd4c2 Mon Sep 17 00:00:00 2001 From: kai415 <2634537866@qq.com> Date: Fri, 17 Mar 2023 12:14:53 +0000 Subject: [PATCH] add CVE-2023-27242/XSS.md. Signed-off-by: kai415 <2634537866@qq.com> --- CVE-2023-27242/XSS.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CVE-2023-27242/XSS.md diff --git a/CVE-2023-27242/XSS.md b/CVE-2023-27242/XSS.md new file mode 100644 index 0000000..bcc8ebf --- /dev/null +++ b/CVE-2023-27242/XSS.md @@ -0,0 +1,16 @@ +# Loan-Management-System +Login Account:admin + +Password:admin123 + +Get into the Loan Types page,click the edit button as shown in the image + +![image](https://user-images.githubusercontent.com/56795018/221339147-dee0f0e8-3799-406e-a190-ac58d29b096f.png) + +input a XSS script in the 'Type' input box + +![image](https://user-images.githubusercontent.com/56795018/221339277-9fcefc71-3428-4859-8c90-75244b37aef6.png) + +click save and you will see an alert + +![image](https://user-images.githubusercontent.com/56795018/221339321-fa21ee0e-3d78-42e2-9bc9-5a6df8dfd3d6.png) \ No newline at end of file -- Gitee