FoosunCMS是一款具有强大的功能的基于ASP+ACCESS/MSSQL构架的内容管理软件。 在文件\User\ favorite.asp中: if request("Action")="del" then //第10行 if Request("id")="" then strShowErr = "<li>错误的参数!</li>" Response.Redirect("lib/error.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=") Response.end else User_Conn.execute("Delete from FS_ME_Favorite where FavoID in ("&FormatIntArr(Request("id"))&")") 程序在执行删除记录时,没有验证用户的合法性导致可以任意删除他人记录。 FooSun > 5.0 厂商补丁: FooSun ------- 目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本: http://www.foosun.net/
FoosunCMS是一款具有强大的功能的基于ASP+ACCESS/MSSQL构架的内容管理软件。 在文件\User\ favorite.asp中: if request("Action")="del" then //第10行 if Request("id")="" then strShowErr = "<li>错误的参数!</li>" Response.Redirect("lib/error.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=") Response.end else User_Conn.execute("Delete from FS_ME_Favorite where FavoID in ("&FormatIntArr(Request("id"))&")") 程序在执行删除记录时,没有验证用户的合法性导致可以任意删除他人记录。 FooSun > 5.0 厂商补丁: FooSun ------- 目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本: http://www.foosun.net/