Incus is a system container and virtual machine manager. In versions before 7.0.0, missing validation logic in the storage volume import logic allows an authenticated user with access to the storage volume feature to cause the Incus daemon to crash. The custom volume backup import subsystem contains a nil-pointer dereference vulnerability during import operations. In the snapshot import loop, the daemon iterates over entries from `srcBackup.Config.VolumeSnapshots` and assumes that each slice element is initialized, then dereferences fields such as `Name`, `Config`, `Description`, `CreatedAt`, and `ExpiresAt` without first validating the element itself. Because the yaml unmarshaler accepts explicit null array elements from an attacker-controlled index.yaml and converts them into nil pointers inside the slice, an attacker can supply a backup archive containing a null entry in the volume_snapshots array. This causes a nil-pointer dereference during custom volume import and terminates the daemon, resulting in denial of service on the affected node. Repeated use of this issue can be used to keep Incus offline, causing a denial of service. This issue is fixed in version 7.0.0.
Incus versions before 7.0.0 contain a nil-pointer dereference vulnerability in the storage volume import logic that allows authenticated users to crash the daemon. An attacker can exploit missing validation in snapshot import operations by supplying a backup archive with null entries in the volume snapshots configuration.
يحتوي Incus على ثغرة إلغاء مؤشر فارغ في منطق استيراد مجلد التخزين قبل الإصدار 7.0.0. يمكن لمستخدم مصرح بالوصول إلى ميزة مجلد التخزين استغلال التحقق المفقود في عمليات استيراد اللقطات لإسقاط خادم Incus. يحدث الهجوم عند توفير أرشيف نسخة احتياطية يحتوي على إدخالات فارغة في تكوين لقطات الحجم.
Incus versions before 7.0.0 contain a nil-pointer dereference vulnerability in the storage volume import logic that allows authenticated users to crash the daemon. An attacker can exploit missing validation in snapshot import operations by supplying a backup archive with null entries in the volume snapshots configuration.
Upgrade Incus to version 7.0.0 or later immediately. Restrict storage volume feature access to trusted users only. Implement network segmentation to limit access to Incus daemon management interfaces. Monitor for unexpected daemon crashes and validate backup archive integrity before import operations.
قم بترقية Incus إلى الإصدار 7.0.0 أو أحدث فوراً. قيّد الوصول إلى ميزة مجلد التخزين للمستخدمين الموثوقين فقط. طبّق تقسيم الشبكة لتحديد الوصول إلى واجهات إدارة خادم Incus. راقب أعطال الخادم غير المتوقعة والتحقق من سلامة أرشيف النسخة الاحتياطية قبل العمليات الاستيرادية.