|
| ||||||||||
| Tags: flaws of webprogramming, internet, technology, web, web programming |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Need information on the flaws of web programming.
|
|
#2
| ||||
| ||||
| Input message length validation
This point we might have less attention, because we tend to believe that ordinary users will not knowingly enter the over-stretched a little trouble, some users may, however, at this point may not be harmful. In fact, as long as we carefully consider, if not for input validation and may harm will be enormous, and why? If the user enters the information to a few megabytes, and we verify that the length of the procedure there is no, then think about the harm there: a, program verification errors; b, variable up large amounts of memory, the memory overflow occurs, to enable the server service stops and even shutdown.
__________________ I'm the Proud Owner of the most dangerous weapon known to man kind: Human Brain |
|
#3
| ||||
| ||||
| Check for the case sensitive information.
Check for the case sensitive information. This is usually in the design process when we are likely to have attention, the main concern is the sensitivity of some javascript characters, such as message boards in the design of the time, we will, "" "and other symbols of the information removed, to prevent users from leaving pages bomb. However, whether these would have been enough? Still far from enough. We still have a lot of did not notice, the following aspects need special attention. |
|
#4
| ||||
| ||||
| Re: Need information on the flaws of web programming.
Email the information we tend to only verify whether it contains "@" symbol, others with no restrictions, easy to form two flaws: First, input is too long of memory overflow; two characters such as those containing JavaScrript information, resulting in the formation of display when the user Email Page bombs. |
|
#5
| ||||
| ||||
| Re: Need information on the flaws of web programming.
Search for information have to do validation? Of course, to verify! While searching for information will not be directly saved to the Web server, but the search information database or the server does all the documents closely related to the search for information if there is a problem could easily have been exposed to some of the database should not be exposed to information or file information. |
|
#6
| ||||
| ||||
| Re: Need information on the flaws of web programming.
In many cases, we may not realize that a number of loopholes, and this time, is not that we do not pay attention to safety issues, but our lack of experience. Such a situation, we need to learn more about some of the network the attacker's offense as a way to modify the program, strengthening the network, the program security. We already know some of the loopholes in this situation is generated. In some account password verification, there is the existence of universal password is thus created. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Need information on the flaws of web programming." | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Steam has many flaws with Brink | Noell | Video Games | 6 | 12-05-2011 11:48 AM |
| Information about Programming for Multi-core processors | InnoVer | Software Development | 6 | 04-02-2011 10:24 AM |
| Flaws In the Games Of The PSP-3000 And DSi | Tigerius | Video Games | 3 | 22-12-2010 07:44 AM |
| Top 10 iPhone Flaws | Johnny | Web News & Trends | 2 | 30-07-2009 02:55 PM |
| JetBrains Introduces a New Programming Paradigm With its Meta Programming System | JoeFrat | Software Development | 3 | 13-12-2008 12:49 PM |