VariantDraft
CWE-598Use of HTTP Request With Sensitive Query String
Category: data-exposure
Description
The web application uses an HTTP method to process a request, but the request includes sensitive information in the query string.
Common consequences· 1
- Confidentiality — Read Application Data
Potential mitigations· 1
- [Implementation]When 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.
References
(incoming)6
| Type | Target | Confidence | Tier |
|---|---|---|---|
| Vulnerability | CVE-2025-50110cve-2025-50110 | 0% | live |
| Vulnerability | CVE-2025-56551cve-2025-56551 | 0% | live |
| Vulnerability | CVE-2025-57800cve-2025-57800 | 0% | live |
| Vulnerability | CVE-2025-69270cve-2025-69270 | 0% | live |
| Vulnerability | CVE-2025-69634cve-2025-69634 | 0% | live |
| Vulnerability | CVE-2026-23846cve-2026-23846 | 0% | live |
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.