Показать сообщение отдельно

  #2  
Старый 06.11.2010, 16:07
JohnnyBGoode
Познающий
Регистрация: 05.10.2010
Сообщений: 48
С нами: 8211926

Репутация: 5
По умолчанию

http://www.site.com/system/lenta_day.cfm?nn=1

При подстановке кавычки либо какого-то запроса выдает

Код:
Error Diagnostic Information

Invalid parameter type

Cannot convert 1' to number.

Please, check the ColdFusion manual for the allowed conversions between data types

The error occurred while processing an element with a general identifier of (CFPARAM), occupying document position (11:1) to (11:60) in the template file C:\Inetpub\IQ\SITE\system\lenta_day.cfm.
А если ввожу http://www.site.com/system/lenta_day.cfm?nn=2-1 выдает

Код:
Error Diagnostic Information

An error occurred while evaluating the expression: 

#Application.types_lists[TypeCont]#

Error near line 122, column 47.

The element at position 40209 in dimension 1 of object "Application.types_lists" cannot be found. The object has elements in positions 1 through 506. Please, modify the index expression.

The error occurred while processing an element with a general identifier of (#Application.types_lists[TypeCont]#), occupying document position (122:23) to (122:57) in the template file C:\INETPUB\IQ\SITE\SYSTEM\LENTA_DAY.CFM.
Что здесь,есть уязвимость вообще или нет,и если есть как быть ? Первый раз просто такое встретил
 
Ответить с цитированием