Eset security company reported a bugs in WordPress. Even a website successfully hacked by the other party because of the vulnerability and managed to insert advertising into the site code.
According to Eset, if there is only one vulnerability in the theme or plugin it will result in damage to the website. The subsequent impacts could affect business operations, especially if the website there is also a facility for online financial transactions.
Like the examples mentioned above. Hackers do further vandalism to the site because he could access the server website. Eset Endpoint Security suite detects a virus on the website after trying to open web.
Security risks not only to the business website, as well as individual website. Even in some cases, a website for internet security was at risk for infection. One is zerosecurity.org.
"If you visit zerosecurity.org lately, on the user's computer Eset, the website will immediately be blocked because it detected a potential Trojan," said Eset.
Trojan or malware that is detected is likely to vary, but are from the same family of malware.
So far, Eset detect some generic trojan is obtained from multiple websites at different times. Generic trojan are:
Showing posts with label wordpress. Show all posts
A bugs in WordPress

must know before Making a Title for your post
Thus post title is directly Proportional to the Search engine visitors. We can understand that Post Title is the important part of a Blog Post. So creating a good title for your post will result in good search engine rankings.
There are many facts to keep your post title Perfect. In this article, I will teach you how to make an SEO Friendly post title.
Things you must know before Making a Title for your post
- Give a title which contain keywords that readers usually search.
- Post title must fit in 60 Characters (Good for better Search Engine Positions)
- Title must be unique(new) and not used by other websites/blogs yet.
- Title must look simple and informative as readers should click it while they go through the Search Results page.
- Avoid characters like Emoticons, exclamations etc. in the Post titles.
- The Title must be totally related to your content

How to fixing bug on wp-includes/wp-db.php
Actually, even this is not too bad bugs like the weakness of WordPressearlier that can be used to get an account administrator. However, if this bug was found by someone who is experienced with the world wide web and security, he'll be able to read the directory structure of our admin.
The bugs are in www.situswordpress.xxx / wp-includes / wp-db.php
, you will see errors like this:
Fatal error: Call to undefined function is_multisite () in / home / direktory_penyimpanan / situswordpress.xxx / wp-includes / wp-db.php on line 505
can at line505 (occurring in WordPress 3.0) or line1039 on the version of WordPress that underneath.
Solution:
The first way:
Use the FTP root directory and open the WordPress, and edit the wp-db.php
on the first line after add the following string:
error_reporting (0);
The second way:
Almost the same as the first way, only different in its code:
if (strstr ($ _SERVER ['PHP_SELF'], 'wp-db.php ")) die (" Your text here ... ");
The third way:
Is to redirect error pages to our main page .. Laying of the same code, on the first line after add the following string:
if (strstr ($ _SERVER ['PHP_SELF'], 'wp-db.php ")) header (" Location: ../", TRUE);
Can also use the make files . htaccess just that sometimes even an error .
