VPN Client Cookie Deletion for Intranet Security

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing security protocols for corporate networks are vulnerable to cookie-injection and cookie-replaying attacks, particularly when public-facing services and private intranets share the same domain, as current mitigation methods require significant changes to systems and codebases, and not all web browsers support stricter protocols.

Innovation Solution

A VPN client that receives session requests, retrieves and deletes cookies based on specified criteria during session initialization and termination, preventing malicious cookies from accessing private intranets by deleting all cookies matching the criteria before establishing or terminating a VPN communication session.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If stricter transmission protocols or more complex cookies are used to mitigate security risks, then security reliability is improved, but system complexity and implementation difficulty increase

Engineering Contradiction:
Improvesecurity reliabilityVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent extracts the cookie deletion function from the complex protocol negotiation process and implements it as a separate, standalone mechanism in the VPN client. This allows the system to mitigate security risks through cookie management without requiring changes to transmission protocols or cookie structures, thereby improving security reliability while avoiding increased system complexity

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The VPN client acts as an intermediary between the web browser and the network traffic. It intercepts HTTP requests and responses to automatically delete cookies matching specified criteria before requests reach the network and after responses return. This intermediary approach provides security mitigation without requiring changes to the browser or server-side protocols

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If stricter transmission protocols or more complex cookies are used to mitigate security risks, then security reliability is improved, but ease of operation and compatibility decrease

Engineering Contradiction:
Improvesecurity reliabilityVSAvoidease of operation
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The VPN client implements self-service by automatically deleting cookies based on pre-configured criteria without requiring user intervention. The system monitors network traffic, identifies cookies matching the deletion criteria, and removes them automatically. This maintains ease of operation while improving security reliability through automated protection against cookie-based attacks

Inventive Principle:
Principle #25Self-service

3Reliability

If stricter transmission protocols or more complex cookies are used to mitigate security risks, then security reliability is improved, but browser compatibility decreases

Engineering Contradiction:
Improvesecurity reliabilityVSAvoidbrowser compatibility
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The patent moves the security mitigation function from the protocol/cookie dimension to the VPN client dimension. Instead of modifying transmission protocols or cookie structures (which would require browser support), the solution operates at the VPN client level where it can directly manipulate network traffic and cookie data regardless of browser implementation, ensuring broad compatibility while maintaining security reliability

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Data Source

PatentUS10356112B2Method of mitigating cookie-injection and cookie-replaying attacks
Publication Date: 2019.07.16 HUAWEI TECH CO LTD
  • US10356112B2 patent drawing
  • US10356112B2 patent drawing
  • US10356112B2 patent drawing

AI summary

The present disclosure is drawn to systems, methods, and computer-readable media for mitigating cookie-injection and cookie-replaying attacks using a VPN client. The VPN client receives a session request regarding access to a private intranet. In response to the request, the VPN client retrieves cookie deleting criteria, and deletes all cookies which satisfy the cookie deleting criteria. Once all cookies satisfying the cookie deleting criteria are deleted, the VPN client proceeds with the session request.