Security readout for executives and security teams
Plain-English summary
Libarchive before 3.6.2 can mishandle a failed memory allocation and crash by dereferencing NULL. Exposure is most likely through OS packages or software that uses libarchive to process archives. Public sources do not confirm active exploitation or a reliable code-execution path.
Executive priority
Treat as a routine but real patching item. It can affect archive-processing workflows, but the provided evidence does not support emergency handling for active exploitation or confirmed remote code execution.
Technical view
The CVE describes a missing error check after calloc in libarchive, resulting in a possible NULL pointer dereference. The record notes a discoverer-cited CWE-476 code-execution remark, but says third parties dispute that impact. Vendor advisories from Fedora, Debian LTS, and Gentoo issued security updates.
Likely exposure
Organizations may be exposed where libarchive before 3.6.2, or vendor-backported vulnerable packages, are installed. Prioritize servers, build systems, endpoint tools, and applications that automatically handle untrusted archive files.
Exploitation context
CISA KEV is false, and the provided sources do not report active exploitation. The supported impact is denial of service through a NULL pointer dereference; code-execution impact is explicitly disputed in the CVE description.
Researcher notes
Focus validation on version provenance and vendor backports, not only upstream version strings. The CVE’s own note limits confidence in code-execution claims, so report exposure as a crash-class memory safety issue unless stronger evidence exists.
Mitigation direction
- Upgrade libarchive to 3.6.2 or a vendor-fixed backported package.
- Apply relevant Fedora, Debian LTS, or Gentoo security updates where applicable.
- Check application vendors if they bundle libarchive separately from the OS.
- Limit automated processing of untrusted archives until affected systems are updated.
Validation and detection
- Inventory installed libarchive package versions across Linux systems and containers.
- Identify applications that statically bundle or vendor libarchive.
- Confirm distro advisories mark the installed package as fixed.
- Review crash telemetry for libarchive-related NULL dereference 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.
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-2022-36227 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/issues/1754CVE reference
- https://bugs.gentoo.org/882521CVE reference
- https://github.com/libarchive/libarchive/blob/v3.0.0a/libarchive/archive_write.c#L215CVE reference
- FEDORA-2022-e15be0091fCVE reference · vendor-advisory
- [debian-lts-announce] 20230130 [SECURITY] [DLA 3294-1] libarchive security updateCVE reference · mailing-list
- GLSA-202309-14CVE reference · vendor-advisory
- https://lists.debian.org/debian-lts-announce/2024/11/msg00007.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.
