A web server receives a packet including a web request from a browser of a client. The request includes a session cookie comprising a client token and a session identifier. A secret session token is calculated based on the session identifier and header data that includes data from one or more packet header fields. The web request is processed if the secret session token matches the client token and blocked otherwise. Determining the secret session token may include hashing the session identifier, at least a portion of a user agent string included in a user agent header of the web request, and at least a portion of a source IP address included in an IP header of the packet. The secret session token may have been provided to the client as a session cookie included in a response to an initial web request from the client.
|
19. An information handling system, comprising:
a processor;
a network interface, configured to communicatively couple the processor to a network; and
a computer readable medium including processor executable instructions that, when executed, cause the processor to perform operations comprising:
receiving a packet comprising a web request from a web client, wherein the web request includes a tokenized session identifier, wherein the tokenized session identifier comprises a concatenation of a client token and a session identifier;
determining, based on the session identifier and header data comprising data from one or more header fields of the packet, a secret session token for the web request;
determining whether the secret session token for the web request matches the client token;
processing the web request responsive to the secret session token matching the client token; and
blocking the web request responsive to the secret session token not matching the client token.
10. A web server method, comprising:
receiving a pre-session request from a web client;
extracting from the pre-session request one or more data items indicative of a source of the pre-session request;
generating a session identifier corresponding to the pre-session request;
generating a secret session token based on the one or more data items and the session identifier;
sending a response to the pre-session request, wherein the response includes a tokenized session identifier indicative of the session identifier and the secret session token, wherein the tokenized session identifier comprises a concatenation, wherein the concatenation comprises the session identifier concatenated with the secret session token;
responsive to receiving an in-session request from the web client, performing a verification of a client token, included with the in-session request, against the secret session identifier;
responsive to verifying the client token, processing the in-session request; and
responsive to not verifying the client token, blocking the in-session request.
1. A web server, comprising:
a processor;
a network interface to couple the web server to a network; and
a computer readable medium including processor executable instructions that, when executed by the processor, result in operations comprising:
receiving a pre-session request from a web client;
extracting, from the pre-session request, one or more data items indicative of a source of the pre-session request;
generating a session identifier corresponding to the pre-session request;
generating a secret session token based on the one or more data items and the session identifier;
sending a response to the pre-session request, wherein the response includes a tokenized session identifier indicative of the session identifier and the secret session token; wherein the tokenized session identifier comprises a concatenation, wherein the concatenation comprises the session identifier concatenated with and the secret session token;
responsive to receiving an in-session request from the web client, performing a verification of a client token, included with the in-session request, against the secret session token;
responsive to verifying the client token, processing the in-session request; and
responsive to not verifying the client token, blocking the in-session request.
2. The web server of
3. The web server of
determining, based on a presence or an absence of a session identifier within a particular request, whether the particular request comprises a pre-session request.
4. The web server of
5. The web server of
6. The web server of
7. The web server of
8. The web server of
9. The web server of
the network portion of the source IP address;
the user agent data; and
the session identifier.
11. The web server method of
12. The web server method of
determining, based on a presence or absence of a session identifier within a particular web request, whether the particular web request comprises a pre-session request.
13. The web server method of
14. The web server method of
15. The web server method of
16. The web server method of
17. The web server method of
18. The web server method of
the network portion of the source IP address;
the user agent data; and
the session identifier.
20. The information handling system of
hashing a combination of:
the session identifier;
at least a portion of a user agent string included in a user agent header of the web request; and
a network portion of a source IP address included in an IP header of the packet.
|
The present disclosure generally relates to Internet security and, more specifically, methods and systems for validating requests received by a Web server.
As the value and use of information continue to increase, individuals and businesses seek additional ways to process and store information. One option available to users is information handling systems. An information handling system generally processes, compiles, stores, and/or communicates information or data for business, personal, or other purposes, thereby allowing users to take advantage of the value of the information. Because technology and information handling needs and requirements vary between different users or applications, information handling system's may also vary regarding what information is handled, how the information is handled, how much information is processed, stored, or communicated, and how quickly and efficiently the information may be processed, stored, or communicated. The variations in IHSs allow for IHSs to be general or configured for a specific user or specific use such as financial transaction processing, airline reservations, enterprise data storage, or global communications. In addition, an information handling system may include a variety of hardware and software components that may be configured to process, store, and communicate information and may include one or more computer systems, data storage systems, and networking systems.
Information handling systems that communicate via the Internet raise a number of security concerns. One particular practice that raises security concerns is the use of Session IDs by HTTP-based applications. Because HTTP is a stateless protocol, any information required by the recipient of an HTTP request must be either included in the request itself, maintained by the recipient, or provided to the recipient outside of the request itself.
Disclosed subject matter improves/addresses security risks associated with session identifiers (session IDs).
In accordance with disclosed subject matter, an information handling system configured with web server functionality receives a network packet, e.g., an IP packet, including an HTTP-compliant request, sometimes referred to herein simply as a web request, from a client web browser. The web request includes or otherwise indicates a token and a session ID, which may be referred to as the request token and request session ID respectively. The information handling system may generate, calculate, or otherwise determine a secret session token (SST) based on the request session ID and header data. The header data includes data from one or more header fields included in any one or more of: an IP header, a transport layer header, an HTTP header, and/or another suitable header of the web request. If a session validation feature of the web server is enabled, information handling system processes the web request if and only if the SST calculated based on the header data matches the request token provided with the web request. If the SST and the request token fail to match, the web server blocks or otherwise declines to process the web request.
Determining the SST may include performing a hash function or hash algorithm using some or all of: a session ID, a user agent string included in a user agent field of an HTTP header for the web request, and a source IP address included in an IP header of the packet. The SST may have been provided to the client as a session cookie included in a response to an initial web request from the client.
In accordance with further disclosed subject matter, a web server includes a processor, a network interface suitable for coupling the web server to the Internet or another suitable network, and a software in the form of a computer readable medium including processor executable instructions. The software, when executed by the processor, causes the processor to perform particular operations.
The particular operations performed by the web server may include, responsive to receiving an initial request from a web client, extracting from the request one or more data items indicative of a source of the initial request, and generating a session ID corresponding to the request. An SST is generated, based on the data items and the session ID, and a response to the initial request is sent, wherein the response includes the session ID and the SST, e.g., within a set-cookie field of an HTTP header of the response.
Upon subsequently receiving an in-session request, i.e., a web request that includes a session ID, purportedly from the same client web browser and/or associated with the same HTTP session, the web server processes the request only after validating a session ID included in the request by calculating an SST based on the request and verifying that the calculated SST matches a token included with the request.
If session validation is enabled, the request is processed if and only if the token included in the request matches the calculated SST. If session validation is disabled, the web server may, in some embodiments, continue to calculate SSTs, albeit without blocking any requests based on a token mismatch. In other embodiments, the web server may be configured not to calculate token values when session validation is disabled.
The client token included in the in-session request may be included as a cookie, e.g., within a cookie field of an HTTP header of the in-session request. The web server may distinguish initial requests from in-session requests based on the presence or absence of a session ID within the request and/or the presence or absence of a session cookie, i.e., a cookie that does not specify a duration. Accordingly, an initial request may be referred to herein as a pre-session request, which may include any request sent from a browser to a server before a session ID is established between the browser and server. The pre-session request may be a hypertext transfer protocol (HTTP) GET request, or another type of HTTP request, encapsulated in an IP packet.
The data items extracted from the pre-session request may include a first data item and a second data item. The first data item may identify any one or more attributes of the pre-session request including the client browser, client operating system, client browser author or vendor, and client browser revision. The first data item may include all or a portion of user agent data included in a user agent header field of the pre-session request.
The second data item may include some or all of a source IP address included in an IP header of the IP packet. In at least one embodiment, a network portion of the source IP address may be used as the second data item, i.e., a portion of the IP address that does not vary among different requests within a given session. This portion may comprise the upper or most significant 16 bits of a 32-bit IP (v4) address. Thus, generating the SST may include performing a hash of the network portion of the source IP address, the user agent data, and the session ID.
The token generation and verification functionality may be implemented in a session validation module
The above summary is not intended as a comprehensive description of the claimed subject matter but, rather, is intended to provide an overview of the applicable subject matter. Other methods, systems, software, functionality, features and advantages of the claimed subject matter will be or will become apparent to one with skill in the art upon examination of the following figures and detailed written description.
The description of the illustrative embodiments can be read in conjunction with the accompanying figures. It will be appreciated that for simplicity and clarity of illustration, elements illustrated in the figures have not necessarily been drawn to scale. For example, the dimensions of some of the elements are exaggerated relative to other elements. Embodiments incorporating teachings of the present disclosure are shown and described with respect to the figures presented herein, in which:
In the following detailed description of exemplary embodiments, specific exemplary embodiments in which the disclosure may be practiced are described in sufficient detail to enable those skilled in the art to practice the disclosed embodiments. For example, specific details such as specific method orders, structures, elements, and connections have been presented herein. However, it is to be understood that the specific details presented need not be utilized to practice embodiments of the present disclosure. It is also to be understood that other embodiments may be utilized and that logical, architectural, programmatic, mechanical, electrical and other changes may be made without departing from the general scope of the disclosure. The following detailed description is, therefore, not to be taken in a limiting sense, and the scope of the present disclosure is defined by the appended claims and equivalents thereof.
References within the specification to “one embodiment,” “an embodiment,” “at least one embodiment”, or “some embodiments” and the like indicate that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the present disclosure. The appearance of such phrases in various places within the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. Further, various features are described which may be exhibited by some embodiments and not by others. Similarly, various requirements are described which may be requirements for some embodiments but not for other embodiments.
It is understood that the use of specific component, device, and/or parameter names and/or corresponding acronyms thereof, such as those of the executing utility, logic, and/or firmware (F/W) described herein, are for example only and not meant to imply any limitations on the described embodiments. The embodiments may thus be described with different nomenclature and/or terminology utilized to describe the components, devices, parameters, methods and/or functions herein, without limitation. References to any specific protocol or proprietary name in describing one or more elements, features or concepts of the embodiments are provided solely as examples of one implementation, and such references do not limit the extension of the claimed embodiments to embodiments in which different element, feature, protocol, or concept names are utilized. Thus, each term utilized herein is to be given its broadest interpretation given the context in which that term is utilized.
Sessions and Session IDs are commonly used by Web-servers and other HTTP based applications to maintain state information pertaining to the client-side user. A session ID or token binds user authentication credentials to requests and responses exchanged within the applicable session.
Session IDs may be communicated in various ways such as by manipulating the uniform resource locator (URL) indicated in requests and responses, via a cookie that is identified by a request or response, as an argument in the body of a request, e.g., a POST request, within a hidden form field, and so forth in ways that will be familiar to those of ordinary skill in the art.
Responsibility for implementing and securely binding the authentication, session management and access control components illustrated in
Known techniques for obtaining session IDs include: session brute forcing, i.e., guessing; session hijacking or stealing, and session fixation; finger printing of session ID names used by the most common web application development frameworks including, as example, PHPSESSIONID, JSESSIONID (JSEE), CFID & CFTOKEN (Coldfusion), ASP.NET_SessioniID (ASP .NET); web traffic interception and manipulation including the use of Man-in-the-Middle/Browser-in-the-Middle attacks of unencrypted HTTP traffic to add or replace legitimate session IDs; reading HTTP meta tags (cookies), which HTTP may be unable to disable; the use of Web references or links that entice users to follow a link with the attacker's session ID; Cross-Site Scripting (XSS) that sets a session ID through JavaScript; exploiting the concept of Used vs. Accepted Sessions, for example, a web application that makes use of cookies as its default session ID exchange mechanism, may still accept other exchange mechanisms; and not renewing a session ID once authentication is completed.
Disclosed techniques and practices for preventing session hijacking may leverage and/or supplement one or more existing practices including, as non-limiting examples: requiring sensitive data be sent over HTTPS and preventing applications from accessing sensitive data via HTTP; the use of “secure” cookies and the exchange of session IDs via encrypted channels only; setting an HTTP13 only attribute for each cookie, which instructs browsers not to allow JavaScript, VB script, or any other method that accesses cookies via a Document Object Model (DOM) document.cookie object; limiting session ID exchanges to cookies and prohibit URL-based and other session ID exchange mechanisms; prohibiting or discoursing persistent cookies, which may have a lifetime of 10 years; requiring strict session ID and prohibiting permissive mechanisms that allow a web application to initially accept any session ID value set by the user as valid, e.g., accepting only those session ID values generated by the web application; defining and implementing appropriate session expiration policies including manual automatic expiration policies; web cache controls that reduce the possibility of inadvertently recording private or sensitive data in a web browser cache; and disabling browser cross-tab sessions by forcing the web browser not to share a session ID simultaneously between two or more tabs or windows, a technique that may not be feasible or practical for web applications that employ cookies as the session exchange mechanism because cookies may be shared by all browser windows.
Existing efforts to combat session ID hijacking may emphasize the transport protocol. Authorized use of HTTPS (SSL/HTTPS) involves annual service and certificate costs. In addition, the existing approaches to combat session hijacking may rely on the efforts and diligence of application developers, who may have little experience, desire, and/or incentive to devote resources to session management. For example, the application developer may be free to decide which security measures are implemented, how frequently or consistently measures are enforced, e.g., for every web page served, every time a cookie is defined, every time a URL includes or indicates session ID, etc. In addition, the application developer may be responsible for ensuring that new session IDs are renewed and/or created after successful authentications.
The application development framework may not enforce a strict relationship among the applicable session components of an application. While Web servers may include their own Session modules, web servers may lack a well-adapted mechanism/module to validate the Session IDs included within a request, instead often purely depending on the HTTPS protocol and the application owner to ensure security.
Disclosed subject matter encompasses a web server that includes a session validation module (SVM) configured to continuously monitor a Session ID for each and every user request submitted within the applicable session.
If suspicious activity is detected, the SVM may block the request. The disclosed solution raises the security bar for the attacker and makes it harder for an attacker to perform a successful attack. A disclosed web server may implement a setting or feature to easily enable or disable the SVM that permits administrators to enable/disable SVM for their web application.
Upon receiving pre-session request 111 from client web browser 101, web server 102 generates (block 104) a session ID 112 uniquely associated with client web browser 101 and sends client web browser 101 a response 113 that includes the session ID 112. As suggested previously, however, the session ID 112 within response 113 is vulnerable to detection by an authorized browser or other resource.
Turning now to
In at least one embodiment, session state module 402 may support functionality substantially similar to the functionality supported by web server 102 (
As depicted in
In at least some embodiments, SST 414 is derived from information that is: (a) indicative of and/or associated with client web browser 101 and (b) conveyed to session-validating web server 401 within pre-session request 111. In these embodiments, the inclusion of SST 414 beneficially enables a session validation that is inherently and highly selective of the client web browser 101.
Referring to
The IP header 520 includes a source IP address field 521 that stores an IP address of the information handling resource that sourced in-session request 121, which may be an IP address associated with client web browser 101. The HTTP header 550 illustrated in
The SST generator 424 illustrated in
Incorporating source-indicative information, such as the SST inputs 504 provided to SST generator 424, beneficially produces an SST 414 that only validates in-session requests that originate from the same client web browser instance that sent the pre-session request 111.
In addition, it will be appreciated that no modification of client web browser 101 is mandated by the introduction of session validation web server 401. If, as an example, session ID 112 and SST 414 are communicated via cookie fields within in-session requests and responses, the validating performed by session-validating web server 401 may be entirely transparent to client web browser 101.
The SST 414 generated by hash function module 502 may serve two purposes. As previously described, an SST 414 may be included in a response to a web request from session-validating web server 401 and stored as a cookie on client web browser 101 for use in subsequent in-session web requests. In addition, however, an SST 414 may be generated, based on an in-session web request 121, by hash function module 502 for comparison with a request token 505 included in a cookie header field 552 of the in-session request 121.
In at least some embodiments, session-validating web server 401 may be implemented with a validation enable feature that provides a simple mechanism for enabling and disabling session validation. As illustrated in
Validation enable switch 512 illustrated in
Session validation may be disabled by toggling validation enable switch 512 until control input 514 couples the “A” input of multiplexer 508 to process request signal 509. Session validation may be enabled by toggling validation enable switch 512 until control signal 514 couples the “B” input of multiplexer 508 to process request signal 509. When the “B” input of multiplexer 508 is coupled to process request signal 509, process request signal 509 follows comparator output signal 507. Thus, with session validation enabled, the process request signal 509 is asserted, thereby enabling HTTP engine 405 to process the applicable HTTP request. The selection of logical “1” as the signal level enabling session validation is arbitrary and other embodiments may use logical “0” to enable session validation. Similarly, although
Any one or more processes or methods described above, including processes and methods associated with any flow diagrams, may be embodied as a computer readable storage medium or, more simply, a computer readable medium including processor-executable program instructions, also referred to as program code or software, that, when executed by the processor, cause the processor to perform or otherwise results in the performance of the applicable operations.
A computer readable medium, which may also be referred to as computer readable memory or computer readable storage, encompasses volatile and non-volatile media, memory, and storage, whether programmable or not, whether randomly accessible or not, and whether implemented in a semiconductor, ferro-magnetic, optical, organic, or other suitable medium. Information handling systems may include two or more different types of computer readable medium and, in such systems, program code may be stored, in whole or in part, in two or more different types of computer readable medium.
Unless indicated otherwise, operational elements of illustrated or described methods may be combined, performed simultaneously, or performed in a different order than illustrated or described. In this regard, use of the terms first, second, etc. does not necessarily denote any order, importance, or preference, but may instead merely distinguish two or more distinct elements.
Program code for effecting described operations may be written in any appropriate combination of programming languages and encompasses human readable program code including source code as well as machine readable code including object code. Program code may be executed by a general purpose processor, a special purpose processor, including, as non-limiting examples, a graphics processor, a service processor, or an embedded processor or controller.
Disclosed subject matter may be implemented in any appropriate combination of software, firmware, and hardware. Terms including circuit(s), chip(s), processor(s), device(s), computer(s), desktop(s), laptop(s), system(s), and network(s) suggest at least some hardware or structural element(s), but may encompass non-transient intangible elements including program instruction(s) and one or more data structures including one or more databases.
While the disclosure has been described with reference to exemplary embodiments, it will be understood by those skilled in the art that the disclosure encompasses various changes and equivalents substituted for elements. Therefore, the disclosure is not limited to the particular embodiments expressly disclosed, but encompasses all embodiments falling within the scope of the appended claims.
As used herein, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises” and/or “comprising,” when used in this specification indicates the presence of stated features, operations, elements, and/or components, but does not preclude the presence or addition of one or more other features, operations, elements, components, and/or groups thereof.
Bhattacharya, Abhijeet, Arakkal, Rajeev
Patent | Priority | Assignee | Title |
11108763, | Jan 09 2020 | Cisco Technology, Inc. | Intelligent identity-aware application proxy |
11924205, | May 10 2022 | LivePerson, Inc. | Systems and methods for account synchronization and authentication in multichannel communications |
12088558, | Jun 29 2021 | Charter Communications Operating, LLC | Method and apparatus for automatically switching between virtual private networks |
Patent | Priority | Assignee | Title |
10097525, | Mar 08 2016 | Qualcomm Incorporated | System, apparatus and method for generating dynamic IPV6 addresses for secure authentication |
7437550, | Dec 02 1999 | Ponoi Corp. | System for providing session-based network privacy, private, persistent storage, and discretionary access control for sharing private data |
7502835, | Nov 17 2004 | Juniper Networks, Inc | Virtual folders for tracking HTTP sessions |
8291228, | Dec 31 2002 | Liberty Peak Ventures, LLC | Method and system for modular authentication and session management |
8301876, | May 16 2008 | EMC IP HOLDING COMPANY LLC | Techniques for secure network communication |
8423650, | Jun 30 2011 | International Business Machines Corporation | Transferring session data between network applications |
8448233, | Aug 25 2011 | Imperva, Inc.; IMPERVA, INC | Dealing with web attacks using cryptographically signed HTTP cookies |
8640202, | Oct 04 2007 | International Business Machines Corporation | Synchronizing user sessions in a session environment having multiple web services |
8806029, | Mar 11 2009 | Juniper Networks, Inc. | Session-cache-based HTTP acceleration |
8850219, | May 13 2010 | Salesforce.com, Inc. | Secure communications |
8959650, | Jun 29 2012 | EMC IP HOLDING COMPANY LLC | Validating association of client devices with sessions |
9058214, | Mar 02 2011 | Accenture Global Services Limited | Computer network, computer system, computer-implemented method, and computer program product for managing session tokens |
9444620, | Jun 24 2010 | F5 Networks, Inc. | Methods for binding a session identifier to machine-specific identifiers and systems thereof |
20020133723, | |||
20090094688, | |||
20090319776, | |||
20110093603, | |||
20110283110, | |||
20120226813, | |||
20130007194, | |||
20130055384, | |||
20170264600, | |||
20180248843, |
Date | Maintenance Fee Events |
Jul 17 2020 | PTGR: Petition Related to Maintenance Fees Granted. |
Feb 20 2024 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Date | Maintenance Schedule |
Sep 15 2023 | 4 years fee payment window open |
Mar 15 2024 | 6 months grace period start (w surcharge) |
Sep 15 2024 | patent expiry (for year 4) |
Sep 15 2026 | 2 years to revive unintentionally abandoned end. (for year 4) |
Sep 15 2027 | 8 years fee payment window open |
Mar 15 2028 | 6 months grace period start (w surcharge) |
Sep 15 2028 | patent expiry (for year 8) |
Sep 15 2030 | 2 years to revive unintentionally abandoned end. (for year 8) |
Sep 15 2031 | 12 years fee payment window open |
Mar 15 2032 | 6 months grace period start (w surcharge) |
Sep 15 2032 | patent expiry (for year 12) |
Sep 15 2034 | 2 years to revive unintentionally abandoned end. (for year 12) |