CWE•Variant•Draft•19 recent CVEs
CWE-598Use of HTTP Request With Sensitive Query String
Description
The web application uses an HTTP method to process a request, but the request includes sensitive information in the query string.
Common consequences
- Confidentiality→Read Application Data[object Object]
Potential mitigations
- ImplementationWhen sending sensitive information, only include it in the request body or request headers instead of the query string. This may require avoiding use of GET requests.
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-477685.52026-07-28CVE-2026-162073.72026-07-19CVE-2026-153227.52026-07-17CVE-2026-95922026-07-17CVE-2026-623867.52026-07-17CVE-2026-546528.12026-07-08CVE-2026-586567.52026-07-08CVE-2026-100782.72026-05-29CVE-2026-448837.52026-05-28CVE-2026-22376.22026-05-27CVE-2025-623172.62026-05-14CVE-2026-438756.82026-05-11CVE-2026-375045.32026-05-01CVE-2026-340207.52026-04-09CVE-2026-279492.02026-04-07CVE-2026-349692026-04-06CVE-2026-251187.52026-04-03CVE-2025-407425.32025-07-08CVE-2024-388637.52024-10-14