• XSS.stack #1 – первый литературный журнал от юзеров форума

Outpost Firewall PRO 4.0

FlatL1ne

RAM
Пользователь
Регистрация
17.08.2006
Сообщения
139
Реакции
3
Пожалуйста, обратите внимание, что пользователь заблокирован
Outpost insufficiently protects its driver \Device\SandBox against a manipulation by malicious applications and it fails
to validate its input buffer. It is possible to open this driver and send arbitrary data to it, which are implicitly
believed to be valid. It is possible to assemble the data in the input buffer such that the driver performs an invalid
memory operation and crashes the whole operating system. Further impacts of this bug were not examined.


Vulnerable software:

* Outpost Firewall PRO 4.0 (964.582.059)
 

Вложения

  • BTP00001P004AO.zip
    3.6 КБ · Просмотры: 95
прикольно, но сам сорц какойто странный( или может это градус на меня так действует).
Код:
int main(int argc,char **argv)
{
  about();

  if (argc!=1)
  {
    ....
  }

 ....
  if (file!=INVALID_HANDLE_VALUE)
  {
    ....
  } else 
  {
   ...
  }

  printf("\nTEST FAILED!\n"); <-- оно всегда будет выводить что FAILED. непойму нахрена это надо
  return 1;
}
 
прикольно, но сам сорц какойто странный( или может это градус на меня так действует).
:lol2: Если ты увидишь это надпись, то значит тест действительно failed=)))
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх