Security readout for executives and security teams
Plain-English summary
CVE-2020-35357 is a buffer overflow in GNU Scientific Library statistics quantile handling. If an application uses affected GSL versions and processes maliciously crafted input through this function, it may crash or potentially run attacker-controlled code.
Executive priority
Treat this as a targeted library exposure issue. Prioritize internet-facing, data-processing, scientific, analytics, or embedded products that accept user-supplied numeric datasets and depend on GSL.
Technical view
The issue affects GSL 2.5 and 2.6 in gsl_stats_quantile_from_sorted_data. The CVE description says crafted input can trigger a buffer overflow, causing unexpected termination or arbitrary code execution. Public metadata does not include CVSS, CWE, CPEs, or detailed exploitability conditions.
Likely exposure
Exposure is most likely in applications or services linking GSL 2.5 or 2.6 and calculating quantiles from attacker-influenced data. Static linking or vendored copies may hide exposure from package inventories.
Exploitation context
The provided sources do not show KEV listing or active exploitation. Risk depends on whether external users can influence data passed into the affected quantile function.
Researcher notes
Evidence is incomplete for scoring and exploitation. The strongest source facts are the affected GSL versions, vulnerable function, upstream commit, and Debian LTS updates. Avoid assuming reachability without application-level data-flow review.
Mitigation direction
- Apply GNU GSL or distribution security updates that include the referenced fix.
- Patch Debian LTS systems using the relevant gsl security update.
- Rebuild applications that statically link or vendor affected GSL code.
- Check vendor guidance where GSL is bundled inside another product.
Validation and detection
- Inventory systems and build manifests for GSL 2.5 or 2.6.
- Identify code paths calling gsl_stats_quantile_from_sorted_data.
- Confirm installed packages or source include the referenced upstream fix.
- Review whether untrusted input can reach affected quantile calculations.
Public sources used
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.
Execution behavior lookup
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2020-35357 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
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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 and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://savannah.gnu.org/bugs/?59624CVE reference
- https://git.savannah.gnu.org/cgit/gsl.git/commit/?id=989a193268b963aa1047814f7f1402084fb7d859CVE reference
- [debian-lts-announce] 20230921 [SECURITY] [DLA 3576-1] gsl security updateCVE reference · mailing-list
- https://lists.debian.org/debian-lts-announce/2024/12/msg00006.htmlCVE reference
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.
