Security readout for executives and security teams
Some Python web applications could misread query parameters differently than an upstream cache. An attacker may cause a harmful response to be stored as if it were safe, then served to other users. The risk depends on public cacheable endpoints and proxy/application parsing differences. Most relevant to internet-facing Python applications behind CDNs, reverse proxies, or shared caches that process query strings using affected urllib.parse behavior. Internal services without shared caching are less exposed. Prioritize remediation for public Python services behind shared caches or CDNs. This is not shown as actively exploited in the supplied evidence, but cache poisoning can affect many users from one poisoned response. Mitigation focus: Upgrade CPython to 3.6.13, 3.7.10, 3.8.8, 3.9.2, or later.; Update affected framework or distribution packages following vendor advisories.; Review CDN and reverse-proxy cache keys for query-parameter consistency..
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-444: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2021-23336 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 5.9 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H/E:P/RL:U/RC:C
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H/E:P/RL:U/RC:C1.64.2Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.9MediumVector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H/E:P/RL:U/RC:C
Source materials
- CVE List V5 sourceCVE List V5
- https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933CVE reference
- https://github.com/python/cpython/pull/24297CVE reference
- https://snyk.io/blog/cache-poisoning-in-popular-open-source-packages/CVE reference
- [debian-lts-announce] 20210219 [SECURITY] [DLA 2569-1] python-django security updateCVE reference · mailing-list
- FEDORA-2021-7547ad987fCVE reference · vendor-advisory
- FEDORA-2021-f4fd9372c7CVE reference · vendor-advisory
- FEDORA-2021-3352c1c802CVE reference · vendor-advisory
- FEDORA-2021-7d3a9004e2CVE reference · vendor-advisory
- [mina-dev] 20210225 [jira] [Created] (FTPSERVER-500) Security vulnerability in common/lib/log4j-1.2.17.jarCVE reference · mailing-list
- FEDORA-2021-907f3bacaeCVE reference · vendor-advisory
- FEDORA-2021-7c1bb32d13CVE reference · vendor-advisory
- FEDORA-2021-b1843407caCVE reference · vendor-advisory
- FEDORA-2021-2897f5366cCVE reference · vendor-advisory
- FEDORA-2021-b326fcb83fCVE reference · vendor-advisory
- FEDORA-2021-1bb399a5afCVE reference · vendor-advisory
- FEDORA-2021-ef83e8525aCVE reference · vendor-advisory
- FEDORA-2021-b76ede8f4dCVE reference · vendor-advisory
- FEDORA-2021-309bc2e727CVE reference · vendor-advisory
- FEDORA-2021-5a09621ebbCVE reference · vendor-advisory
- FEDORA-2021-e22bb0e548CVE reference · vendor-advisory
- FEDORA-2021-e525e48886CVE reference · vendor-advisory
- [debian-lts-announce] 20210405 [SECURITY] [DLA 2619-1] python3.5 security updateCVE reference · mailing-list
- [debian-lts-announce] 20210417 [SECURITY] [DLA 2628-1] python2.7 security updateCVE reference · mailing-list
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
