Bug 1218500 - VUL-0: CVE-2023-50711: virtiofsd: vmm-sys-util: out of bounds memory accesses
Summary: VUL-0: CVE-2023-50711: virtiofsd: vmm-sys-util: out of bounds memory accesses
Status: RESOLVED FIXED
Alias: None
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Security Team bot
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/389863/
Whiteboard:
Keywords:
Depends on:
Blocks: CVE-2023-50711
  Show dependency treegraph
 
Reported: 2024-01-03 10:21 UTC by Thomas Leroy
Modified: 2024-06-06 18:11 UTC (History)
2 users (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Leroy 2024-01-03 10:21:05 UTC
+++ This bug was initially created as a clone of Bug #1218499 +++

vmm-sys-util is a collection of modules that provides helpers and utilities used by multiple rust-vmm components. Starting in version 0.5.0 and prior to version 0.12.0, an issue in the `FamStructWrapper::deserialize` implementation provided by the crate for `vmm_sys_util::fam::FamStructWrapper` can lead to out of bounds memory accesses. The deserialization does not check that the length stored in the header matches the flexible array length. Mismatch in the lengths might allow out of bounds memory access through Rust-safe methods. The issue was corrected in version 0.12.0 by inserting a check that verifies the lengths of compared flexible arrays are equal for any deserialized header and aborting deserialization otherwise. Moreover, the API was changed so that header length can only be modified through Rust-unsafe code. This ensures that users cannot trigger out-of-bounds memory access from Rust-safe code.

References:
https://github.com/rust-vmm/vmm-sys-util/security/advisories/GHSA-875g-mfp6-g7f9
https://github.com/rust-vmm/vmm-sys-util/commit/30172fca2a8e0a38667d934ee56682247e13f167
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-50711
Comment 1 Thomas Leroy 2024-01-03 10:21:38 UTC
SUSE:ALP:Source:Standard:1.0/virtiofsd uses an affected version of the vmm-sys-util crate.
Comment 4 Caleb Crane 2024-02-26 14:59:06 UTC
Fixed in Factory, SLE-15-SP6, and ALP