|
Solution Search:
|
Software Quality Resources
session prediction
Session prediction, also called credential/session prediction, is a method of surreptitiously obtaining data (called a session ID) about an authorized visitor to a Web site. The...
More...
Mar 7, 2006
session ID
offer secure Web browsing. Skilled hackers can acquire session IDs (a process called session prediction), and then masquerade as authorized users in a form of attack known as session hijacking. A session ID is a unique number that a Web site's server assigns to...
More...
Jan 12, 2006
session hijacking
as the authorized user. Once the user's session ID has been accessed (through session prediction), the attacker can masquerade as that user and do anything the user is authorized to do on the network.
The session ID is normally stored within a cookie or URL... More...
Application threats: CSRF, injection attacks and cookie replay
session hijacking Definition: transient cookie Definition: session ID Definition: session prediction Definition: session replay Article: The FormsAuthentication.SignOut method does not prevent cookie reply attacks in ASP.NET applications Article...
More...
Nov 16, 2006
Top 10 Web application security vulnerabilities
Building Secure Web Applications and Web Services, Chapter 11: Session Management Session prediction is the stealing of a session ID, which can result in exploits like session hijacking. Session IDs are often stored in cookies. Session hijacking is a serious...
More...
Jan 12, 2006
Related Tips
Real World Web Security Problems and Solutions - input validation
form submissions. There are numerous ways to do this with session management, WAFs, and so on. In the interest of simplicity, this is something that's most easily...
More...
Jun 19, 2009
Solving problems with session-based test management
For teams looking to do exploratory testing, session-based test management (SBTM) can provide a framework for helping you provide visibility into...
More...
May 27, 2009
Using SBTM for exploratory testing coverage problems
Session-based test management (SBTM) can give test managers greater control in exploratory testing. In...
More...
May 7, 2009
|