Vulnerability Description
Stanza is a Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages. Prior to 1.14.0, stanza.resources.common.unzip in stanza/resources/common.py passes downloaded model and resource archives to zipfile.ZipFile.extractall without validating member paths, and the vulnerable extraction path is reachable through stanza.download and stanza.install_corenlp. A malicious archive containing parent-directory traversal entries can write outside the intended model directory, allowing files writable by the Stanza process to be overwritten and potentially enabling code execution through modified shell configuration, SSH authorization data, Python packages, or executable scripts. This issue is fixed in version 1.14.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/stanfordnlp/stanza/commit/a7085e75abdf35f277754dda472bba4e681
- https://github.com/stanfordnlp/stanza/releases/tag/v1.14.0
- https://github.com/stanfordnlp/stanza/security/advisories/GHSA-2fwf-f686-7p34
- https://github.com/stanfordnlp/stanza/security/advisories/GHSA-2fwf-f686-7p34
FAQ
What is CVE-2026-59974?
CVE-2026-59974 is a vulnerability with a CVSS score of 7.8 (HIGH). Stanza is a Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages. Prior to 1.14.0, stanza.resources.common.unzip in stanza/resources/common.py ...
How severe is CVE-2026-59974?
CVE-2026-59974 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-59974?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.