Security readout for executives and security teams
Plain-English summary
CVE-2022-31009 can make affected Wire for iOS clients crash repeatedly at launch after receiving invalid accent color data from another Wire user. The impact is availability only: users may be unable to use the iOS app until they upgrade or switch clients.
Executive priority
Moderate priority. This is not a confidentiality or integrity issue, but it can disrupt secure messaging for affected iOS users. Upgrade promptly where Wire supports business operations.
Technical view
wire-ios before 3.100 mishandled invalid accent color values. An unnecessary assert during integer-to-enum conversion raised an exception instead of falling back to a default, causing repeated client crashes. The vendor fixed this in Wire for iOS 3.100 and the referenced wire-ios commit.
Likely exposure
Exposure is limited to Wire for iOS users running versions earlier than 3.100. The source bundle does not identify other Wire clients, servers, or platforms as affected.
Exploitation context
The advisory says invalid accent colors can be used by and sent between Wire users. CVSS indicates network access, low complexity, low privileges, and user interaction. The provided sources do not show active exploitation, and KEV status is false.
Researcher notes
The issue maps to CWE-617: reachable assertion. The sources describe a crash from invalid enum conversion and a fixed fallback behavior. Evidence is sufficient for affected version and fix, but not for exploitation in the wild.
Mitigation direction
- Upgrade Wire for iOS to version 3.100 or later.
- Use another Wire client, such as the web app, until iOS clients are upgraded.
- Check Wire vendor guidance for any newer remediation details.
- Prioritize managed-device app updates for users who rely on Wire for operations.
Validation and detection
- Inventory Wire for iOS versions across managed and user-owned devices.
- Confirm affected devices are no longer running versions earlier than 3.100.
- Review mobile crash telemetry for repeated Wire iOS launch crashes.
- Verify no remediation assumptions are applied to unsupported platforms.
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.
CWE-617: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2022-31009 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
- Medium
- CVSS
- 5.7 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H
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 vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H2.13.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.7MediumVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/wireapp/wire-ios/security/advisories/GHSA-83m6-p7x5-925jCVE reference · x_refsource_CONFIRM
- https://github.com/wireapp/wire-ios/commit/caa0e27dbe51f9edfda8c7a9f017d93b8cfddefbCVE reference · x_refsource_MISC
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.
Reachable Assertion
Reachable Assertion represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
