LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31009: DoS vulnerability: Invalid Accent Colors

wire-ios is an iOS client for the Wire secure messaging application. Invalid accent colors of Wire communication partners may render the iOS Wire Client partially unusable by causing it to crash multiple times on launch. These invalid accent colors can be used by and sent between Wire users. The root cause was an unnecessary assert statement when converting an integer value into the corresponding enum value, causing an exception instead of a fallback to a default value. This issue is fixed in [wire-ios](https://github.com/wireapp/wire-ios/commit/caa0e27dbe51f9edfda8c7a9f017d93b8cfddefb) and in Wire for iOS 3.100. There is no workaround available, but users may use other Wire clients (such as the [web app](https://app.wire.com)) to continue using Wire, or upgrade their client.

MediumCVSS 5.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · low confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
5.7CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H2.13.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.7Medium
CVSS 3.1 vector shape for CVE-2022-31009Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
wireappwire-ios< 3.100Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-617 · source CWE mapping

Reachable Assertion

Reachable Assertion represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.