Security readout for executives and security teams
Plain-English summary
CVE-2017-14502 is a libarchive bug in RAR archive handling. A malformed RAR filename using UTF-16 could make libarchive read past an expected buffer boundary. The source bundle does not provide a CVSS score, active exploitation evidence, or proof of code execution.
Executive priority
Treat this as a patch-management issue for archive-processing systems, not an emergency based on the provided evidence. Prioritize internet-facing or automated file-ingestion paths because they can encounter malicious archives without user intent.
Technical view
In libarchive 3.3.2, read_header in archive_read_support_format_rar.c has an off-by-one error for UTF-16 names. This leads to an out-of-bounds read in archive_read_format_rar_read_header. Public references include the upstream fix commit, OSS-Fuzz issue, and Linux distribution advisories.
Likely exposure
Systems are mainly exposed when libarchive or software linked to it processes untrusted RAR archives. Relevant places include file upload handling, email or malware scanning, backup extraction, archive indexing, and desktop/server tools that automatically inspect archives.
Exploitation context
The provided bundle marks KEV as false and includes no cited source showing active exploitation. OSS-Fuzz involvement suggests fuzz-discovered malformed archive parsing. The public data supports memory-safety impact during RAR parsing, but not exploitation in the wild.
Researcher notes
The strongest technical anchor is the upstream commit for an off-by-one in RAR UTF-16 filename handling. Severity metadata is incomplete in the bundle. Avoid assuming broader impact beyond out-of-bounds read unless confirmed by vendor analysis or local crash reproduction.
Mitigation direction
- Update libarchive using vendor-supported packages or upstream fixed releases.
- Prioritize services that parse user-supplied RAR files.
- Consult Ubuntu, Debian, and Gentoo advisories for package-specific fixed versions.
- Restrict or quarantine untrusted RAR processing until affected systems are patched.
- Track embedded or statically linked libarchive copies separately from OS packages.
Validation and detection
- Inventory hosts, containers, and applications using libarchive.
- Check installed package versions against vendor advisories.
- Identify workflows that automatically parse RAR archives from external users.
- Confirm patched builds include the upstream fix or vendor backport.
- Review scanner, upload, and extraction services for libarchive linkage.
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-14502 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://github.com/libarchive/libarchive/commit/5562545b5562f6d12a4ef991fae158bf4ccf92b6CVE reference · x_refsource_MISC
- USN-3859-1CVE reference · vendor-advisory, x_refsource_UBUNTU
- https://bugs.debian.org/875974CVE reference · x_refsource_MISC
- [debian-lts-announce] 20181129 [SECURITY] [DLA 1600-1] libarchive security updateCVE reference · mailing-list, x_refsource_MLIST
- DSA-4360CVE reference · vendor-advisory, x_refsource_DEBIAN
- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=573CVE reference · x_refsource_MISC
- GLSA-201908-11CVE reference · vendor-advisory, x_refsource_GENTOO
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.
