CWE-598

Overview
  • CWE ID
  • 598
  • CWE Name
  • Use of GET Request Method With Sensitive Query Strings
  • CWE Abstraction
  • Variant
  • CWE structure
  • Simple
  • CWE Status
  • Draft
Description
The web application uses the HTTP GET method to process a request and includes sensitive information in the query string of that request.
Extended Description
The query string for the URL could be saved in the browser's history, passed through Referers to other web sites, stored in web logs, or otherwise recorded in other sources. If the query string contains sensitive information such as session identifiers,
Related CWEs
CWE ID View ID Nature Ordinal
201 1000 ChildOf Primary