форум vBSupport.ru > vBSupport.ru > Безопасность
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
syn
Эксперт
vBSNews
 
syn's Avatar
Default vBulletin Large Inline Images “Exploit”
1

траблу я сам не проверял и на счет её актуальности не в курсе. на vbsup вроде не постили.
линк на источник - vBulletin Large Inline Images “Exploit” # January 10, 2012 #
Quote:
Disclaimer: this does not affect newer versions of vBulletin!
Only old versions are affected, and only if you have no maximum character limit in posts.

Our forum brand, ForumOps works on a lot of vBulletin forums, primarily running on 3.8.x.
We ran into quite an annoying “exploit” (perhaps not technically, but it’s caused us problems) that older communities should be interested in.

Оффтоп
Quote:
The Solution – If you insist on disabling your post limit, please consider setting it high (even very high; say 500,000) since users
could still post a huge post and cause issues. Images are a little trickier since it’s unintentional.
However, people are set in their ways, so lets at least try to mitigate the root problem…

If you create a new plugin using the “newpost_process” hook, and use the following code, it should prevent attacks.

PHP Code:
if (strpos($post['message'], 'data:image') !== false and strpos($post['message'], 'base64') !== false) {
    
$maxSize   1024*500;
    
$totalSize 0;
    
$matches   null;
 
    
preg_match_all(
        
'#data\:image/(gif|png|jpg|jpeg);base64,([0-9a-zA-Z\+\/\=]+)\[/(img|IMG)\]#'
        
$post['message'], 
        
$matches,
        
PREG_SET_ORDER
    
);
 
    foreach (
$matches as $match) {
        
$totalSize += strlen($match[2]);
    }
 
    if (
$totalSize $maxSize) {
        
$dataman->errors[] = sprintf(
            
trim("
                You've copy-pasted some images in your post which are %s too large.
                Please remove them and add them as attachments instead.
            "
),
            
vb_number_format(strlen($post['message']) - $maxSize0true)
        );
    }

This checks for the existence of inline images within a post, and can limit them to a specific file size.
In the above code, I have it set at 500kb, which is probably a little high. Feel free to tweak the error message the user will receive.

I have no idea which versions this affects. I know it works on 3.x, and perhaps some of the earlier 4.x versions before the editor was swapped out.
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
kerk
k0t
 
kerk's Avatar
Default
0

чегойто я так и не понял, а в чем собственно "эксплойт"?
 
 
syn
Эксперт
vBSNews
 
syn's Avatar
Default
0

эксплойт же взят в кавычки, т.е. условно.
лениво переводить. под офф короткий гуглоперевод сути траблы
Оффтоп

Last edited by syn : 06-06-2017 at 06:13 PM.
 
 
kerk
k0t
 
kerk's Avatar
Default
0

мдя...
"перевод" конечно не алё
Quote:
нашему клиенту повезло, так как проблема попала в аварию
"проблема попала в аварию" - каково, а?
 
 
syn
Эксперт
vBSNews
 
syn's Avatar
Default
0

просто небольшая недоработка, которая может привести к неприятностям.
и то, только при выключенном ограничении в постах
Quote:
only if you have no maximum character limit in posts.
syn добавил 06.06.2017 в 17:12
kerk, ну ты понимаешь... это очень сложно
она проблема и она попала в аварию

syn добавил 06.06.2017 в 17:14
а как же пля повезло клиенту

Last edited by syn : 06-06-2017 at 06:14 PM. Reason: Добавлено сообщение
 
 
kerk
k0t
 
kerk's Avatar
Default
1

Quote:
Originally Posted by syn View Post
только при выключенном ограничении в постах
а сам админ никогда не задумывался, какие ограничения есть в базе данных, для хранения записей (постов в данном случае)?
============================
Type | Maximum length
============================
TINYTEXT____| 255 (2 8−1) bytes
TEXT________| 65,535 (216−1) bytes = 64 KiB
MEDIUMTEXT_| 16,777,215 (224−1) bytes = 16 MiB
LONGTEXT___| 4,294,967,295 (232−1) bytes = 4 GiB
============================
снимая "ограничение" в настройках админки, НЕ снимает ограничений И НЕ увеличивает поле для хранения записей в БД
на сколько помню, по умолчанию, поле pagetext в таблице post == MEDIUMTEXT, т.е. 16 мб
 
 
syn
Эксперт
vBSNews
 
syn's Avatar
Default
0

ну видимо у админа с этим была проблема, судя по тексту.
я совершенно не вникал в подробности.
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 01:26 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.