---
id: CVE-2026-92612
title: >-
  In Eclipse iceoryx2 versions greater than v0.8.0, the StaticString exposes its
  contents as mutable bytes through safe APIs, while String::as_str() converts
  those bytes into a Rust string slice without validating UTF-8
summary: >-
  In Eclipse iceoryx2 versions greater than v0.8.0, the StaticString exposes its
  contents as mutable bytes through safe APIs, while String::as_str() converts
  those bytes into a Rust string slice without validating UTF-8. An application
  can…
severity: low
cvss: 1
cvssVector: 'CVSS:4.0/AV:L/AC:H/AT:P/PR:H/UI:A/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N'
cwe:
  - CWE-749
vendor: Eclipse Foundation
product: Eclipse iceoryx™
affected:
  - eclipse_iceoryx >= 0.8.1 <= *
published: '2026-09-21'
updated: '2026-09-21'
sourceUpdated: '2026-09-21T18:11:49.423'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-92612'
references:
  - url: 'https://crates.io/crates/iceoryx2-bb-container/0.10.0'
    label: emo@eclipse.org
  - url: 'https://github.com/eclipse-iceoryx/iceoryx2/releases/tag/v0.10.0'
    label: emo@eclipse.org
  - url: >-
      https://github.com/eclipse-iceoryx/iceoryx2/security/advisories/GHSA-8mq4-3mwq-qvg6
    label: emo@eclipse.org
  - url: 'https://gitlab.eclipse.org/security/cve-assignment/-/work_items/307'
    label: emo@eclipse.org
  - url: >-
      https://github.com/eclipse-iceoryx/iceoryx2/security/advisories/GHSA-8mq4-3mwq-qvg6
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://crates.io/crates/iceoryx2-bb-container'
  - url: 'https://rustsec.org/advisories/RUSTSEC-2026-0294.html'
  - url: 'https://github.com/eclipse-iceoryx/iceoryx2/pull/1956'
tags:
  - nvd
  - cve.org
  - exploit-available
  - osv
  - rust
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-21T11:08:54.184278Z'
cvssSource: cna
ingestedAt: '2026-09-21T11:35:54.432Z'
epss: 0.00153
epssPercentile: 0.03689
aliases:
  - RUSTSEC-2026-0294
  - GHSA-8mq4-3mwq-qvg6
ecosystem: rust
patched:
  - iceoryx2-bb-container 0.10.0
---

## Overview

In Eclipse iceoryx2 versions greater than v0.8.0, the StaticString exposes its contents as mutable bytes through safe APIs, while String::as_str() converts those bytes into a Rust string slice without validating UTF-8. An application can therefore create an invalid &str and trigger undefined behavior using entirely safe Rust.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-92612)

Affected packages:

- `iceoryx2-bb-container >= 0.11.0-0, < 0.10.0`

Patched in:

- `iceoryx2-bb-container 0.10.0`

Source: https://osv.dev/vulnerability/RUSTSEC-2026-0294
