info@winintsoft.com

Categories

 

May 2012
M T W T F S S
« Jul    
 123456
78910111213
14151617181920
21222324252627
28293031  

Security vulnerabilities: SQL Injection, XSS and CSRF

Despite there’s more and more programmers who are carefully studying the web application’s security, it’s still sometimes seems like as it’d be just the other way. Everyday you can hear a lot of news about the successful attacks against the well or less known servers, and the hackers are finding the new vulnerabilities and use them to hack the open source and proprietary software used in a lot of web servers.

One of the main reason of the vulnerable web application’s code is its complexity, so it’s a real challenge to maintain such a huge bunch of a code, sanitize every input in the web applications and analyze even the smallest changes in the code if they can affect the overall applications’ security.

The goal of this article is to educate you why it’s so important to write secure web application’s code and to show you how easy can attackers hack the applications running on the bad programmer’s work.

SQL Injection

Overview:
The point of this vulnerability is the ability to inject an arbitrary SQL code into the application which sends it completely unchecked to the database server. The back-end database server execute that SQL query.

What can hackers do exploiting this vulnerability:
They can start the DoS attacks, steal the data from the databases or to delete or modify the information they contain.
Continue reading Security vulnerabilities: SQL Injection, XSS and CSRF

5 tips for e-mail management

1. Webmail vs. desktop e-mail client

How you access your e-mails – via webmail or desktop e-mail client – is one of the basic things you have to consider in order to effectively manage your e-mails. The same as you prefer one web browser among the others you should try to use various webmail services and the desktop e-mail clients. After that you can use the one which fits the best for you. Since the desktop clients have the advantage they don’t need an internet connection you should think about that and maybe backup your e-mails with desktop e-mail client, though.

Gmail’s Compose Mail page
Continue reading 5 tips for e-mail management

Top 10 threats on the web 5 of 5

9 . Web browser history and saved passwords

The next lines are especially important to read for the users who are using web from public computers (internet cafe, libraries etc.). There is a lot of surfers who don’t bother to delete web browser’s history in the end and some of them even allow the browsers to save their passwords.

You can delete Firefox’s history in Tools->Clear Recent History

And check off what to delete and the time range

And again in the most cases that’s because of low knowledge in this area. But everybody of you probably know it’s very common to not just small number of users to click at every question box on the answer “Yes”. If you clicked on “Yes” that’s not the browser’s fault if it saves your login name and password.
Continue reading Top 10 threats on the web 5 of 5