Security readout for executives and security teams
Plain-English summary
CVE-2017-14107 is a denial-of-service issue in libzip before 1.3.0. A specially crafted ZIP archive can make an affected application fail through excessive or failed memory allocation. Business impact is mainly service disruption where systems process untrusted ZIP files.
Executive priority
Treat this as a targeted availability risk, not a confirmed data theft issue. Prioritize internet-facing or business-critical systems that process ZIP uploads, then complete normal package patching for remaining assets.
Technical view
The issue is in libzip's _zip_read_eocd64 handling in zip_open.c. Malformed EOCD64 records can trigger memory allocation failure in _zip_cdir_grow in zip_dirent.c. The source bundle identifies libzip before 1.3.0 and an upstream commit as the fix context.
Likely exposure
Exposure is most likely in applications or services using libzip before 1.3.0 to open ZIP archives from users, partners, email, APIs, or automated ingestion pipelines. The source metadata does not name specific downstream products.
Exploitation context
The cited CVE description says remote attackers can cause denial of service with a crafted ZIP archive. The source bundle does not show CISA KEV listing or other evidence of active exploitation.
Researcher notes
Evidence is clear on affected library and failure mode, but incomplete on CVSS, CWE, named products, and exploitation. Avoid broad product claims. Validate through package versions, linked libraries, and distribution backport advisories rather than upstream version strings alone.
Mitigation direction
- Inventory systems and packages that include libzip.
- Upgrade libzip to 1.3.0 or a vendor-supported fixed package.
- Apply relevant distribution security updates, including Debian LTS packages where applicable.
- Limit untrusted ZIP processing until affected systems are updated.
- Monitor vendor advisories for backported fixes in supported distributions.
Validation and detection
- Check installed libzip package versions against vendor package metadata.
- Confirm applications processing ZIP files link to a fixed libzip build.
- Review upload and ingestion paths that accept untrusted ZIP archives.
- Verify patched package deployment through asset or configuration management records.
- Check service logs for repeated ZIP parsing crashes or memory allocation failures.
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.
CVE-2017-14107 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://blogs.gentoo.org/ago/2017/09/01/libzip-memory-allocation-failure-in-_zip_cdir_grow-zip_dirent-c/CVE reference · x_refsource_MISC
- https://github.com/nih-at/libzip/commit/9b46957ec98d85a572e9ef98301247f39338a3b5CVE reference · x_refsource_MISC
- [debian-lts-announce] 20211228 [SECURITY] [DLA 2858-1] libzip security updateCVE reference · mailing-list, x_refsource_MLIST
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.
