Device Fingerprinting for Secure Session Validation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing user authentication mechanisms, such as HTTP cookies, are vulnerable to security flaws that allow unauthorized access, leading to potential hijacking and replay attacks, and frequent re-authentication requirements reduce user productivity while compromising system flexibility.

Innovation Solution

Implementing a device-based validation mechanism that binds authentication to specific device properties, using browser code to retrieve and hash device information, and storing this information in an authorization token for frequent validation without user intervention, thereby enhancing security and maintaining system flexibility.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If device-based validation is implemented to enhance security, then security is improved, but device complexity increases

Engineering Contradiction:
ImprovesecurityVSAvoidauthentication mechanism complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system automatically retrieves device properties (browser type, OS, screen resolution, etc.) and generates device fingerprints without requiring user intervention. The validation process occurs transparently in the background, eliminating the need for users to manually provide device information while maintaining enhanced security

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

Browser code acts as an intermediary between the authentication system and the user's device. The browser code retrieves device properties and communicates them to the authentication system, which then validates them against stored fingerprints. This intermediary layer simplifies the overall system architecture by centralizing the validation logic

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If frequent validation is performed to reduce unauthorized access, then security is improved, but user productivity deteriorates

Engineering Contradiction:
ImprovesecurityVSAvoiduser productivity
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system performs device validation periodically based on configurable criteria such as time intervals, number of requests, or specific events. This periodic validation approach maintains security by regularly checking device fingerprints while avoiding continuous validation that would disrupt user workflow and reduce productivity

Inventive Principle:
Principle #19Periodic action

Solution Approach 2:

The validation process occurs automatically in the background without requiring user awareness or intervention. The browser code and authentication system handle the entire validation process transparently, allowing frequent security checks to occur without impacting user productivity

Inventive Principle:
Principle #25Self-service

3Ease of operation

If traditional authentication mechanisms are used, then ease of operation is maintained, but security deteriorates due to vulnerabilities to hijacking and replay attacks

Engineering Contradiction:
Improveauthentication easeVSAvoidsecurity
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The system uses composite authentication by combining traditional credentials (username/password) with device-specific fingerprints. This multi-layered approach maintains ease of operation for users who continue to use familiar login methods, while the added device fingerprinting layer provides enhanced security against hijacking and replay attacks

Inventive Principle:
Principle #40Composite materials

Solution Approach 2:

Device fingerprints are captured and stored during the initial authentication process, before any potential security threats can occur. This preliminary capture of device properties enables the system to later validate whether subsequent requests originate from the same device, providing proactive security without affecting user operation

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS9769167B2Authentication and authorization using device-based validation
Publication Date: 2017.09.19 CA TECH INC
  • US9769167B2 patent drawing
  • US9769167B2 patent drawing
  • US9769167B2 patent drawing

AI summary

A method includes authenticating a user of a client device and sending a response to the client device. The response includes browser code configured to retrieve respective first values for a plurality of device properties from the client device. The method also includes storing session information for the user in a memory. The session information includes the first values and criteria for triggering validation of the client device. The method further includes receiving a request, sent from a requesting device, to access a protected resource and determining whether the request is authenticated by determining that the request is associated with the session information and determining that the criteria has been met. Determining whether the request is authenticated also includes retrieving respective second values for the plurality of device properties from the requesting device, and determining whether the second values match the first values to authenticate the request.