Kaynağa Gözat

UEditor catchimage source[] 漏洞处理

西昌缴费二期
liangkun 1 yıl önce
ebeveyn
işleme
ac6aafcdc4
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. +5
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/UtilityController.cs

+ 5
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/UtilityController.cs Dosyayı Görüntüle

@@ -95,7 +95,11 @@ namespace Learun.Application.Web.Controllers
case "listfile":
return ListFileManager(UeditorConfig.GetString("fileManagerListPath"), UeditorConfig.GetStringList("fileManagerAllowFiles"));
case "catchimage":
return CrawlerHandler();
//return CrawlerHandler();存在漏洞
return Content(new
{
state = "action 参数为空或者 action 不被支持。"
}.ToJson());
default:
return Content(new
{


Yükleniyor…
İptal
Kaydet