CVE-2026-48754
Last modified
CVE-2026-48754 is a low-severity vulnerability rated 2.1/10 on the CVSS scale. Incus is a system container and virtual machine manager. Prior to version 7.1.0, `(*backend).createDependentVolumesFromBackup` in `internal/server/storage/backend.go` contains a cluster of unguarded pointer derefs on every dependent-volume entry's `VolumeSnapshots[i]`, `Volume`, and `Pool` sub-fields. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
Incus is a system container and virtual machine manager. Prior to version 7.1.0, `(*backend).createDependentVolumesFromBackup` in `internal/server/storage/backend.go` contains a cluster of unguarded pointer derefs on every dependent-volume entry's `VolumeSnapshots[i]`, `Volume`, and `Pool` sub-fields. An authenticated user with `can_create_instances` permission on any project can crash the `incusd` daemon by uploading an instance backup tarball whose `dependent_volumes[*]` block contains a nil snapshot pointer (or omits `volume:` / `pool:`). This is a sibling-field variant of the 2026-05-04 batch fix `d768f81c0a1d985f35ae56219519822b080bf5e3` ("Properly check dependent volumes on import"). That commit added `if disk == nil` at the top of the outer loop, but did not guard the four sub-pointer fields the loop body dereferences naked. Version 7.1.0 contains an updated patch.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| lxc | incus | < 7.1.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-48754?
How severe is CVE-2026-48754?
How do I fix CVE-2026-48754?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48749Incus is a system container and virtual machine manager. Pri…9.9
- CVE-2026-4875A vulnerability was determined in itsourcecode Free Hotel Re…4.7
- CVE-2026-48750Incus is a system container and virtual machine manager. Pri…9.9
- CVE-2026-48751Incus is a system container and virtual machine manager. Pri…9.9
- CVE-2026-48752Incus is a system container and virtual machine manager. Pri…9.9
- CVE-2026-48753Incus is a system container and virtual machine manager. Pri…9.9
- CVE-2026-48755Incus is a system container and virtual machine manager. Pri…9.9
- CVE-2026-48756Incus is a system container and virtual machine manager. Pri…2.1
- CVE-2026-48758sigstore-js provides JavaScript libraries for interacting wi…5.4
- CVE-2026-48759TypeBot is a chatbot builder tool. Versions 3.15.2 and below…7.1
- CVE-2026-4876A vulnerability was identified in itsourcecode Free Hotel Re…6.3
- CVE-2026-48760Symfony is a PHP framework for web and console applications …6.1
Are you affected by CVE-2026-48754?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
