CVE-2026-48756
Last modified
CVE-2026-48756 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).CreateCustomVolumeFromBackup` in `internal/server/storage/backend.go` contains an unguarded `*time.Time` dereference on the `ExpiresAt` field of every volume-snapshot entry in an imported custom-volume backup. 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).CreateCustomVolumeFromBackup` in `internal/server/storage/backend.go` contains an unguarded `*time.Time` dereference on the `ExpiresAt` field of every volume-snapshot entry in an imported custom-volume backup. An authenticated user with `can_create_storage_volumes` permission on any project can crash the `incusd` daemon by uploading a backup tarball whose `volume_snapshots[*].expires_at` field is absent. This is a sibling-field variant of GHSA-r7w7-mmxr-47r9 (CVE-2026-40197). Commit `985a1dedf9f3e7ba729c93b654905ed510de25c2` added `if s == nil` at the top of the loop body, but did not guard the adjacent `*snapshot.ExpiresAt` deref 19 lines later. Every other consumer of `Config.VolumeSnapshots[i].ExpiresAt` in this same file already gates the deref with a nil-check — the asymmetric guard is the bug. 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-48756?
How severe is CVE-2026-48756?
How do I fix CVE-2026-48756?
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-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-48754Incus is a system container and virtual machine manager. Pri…2.1
- CVE-2026-48755Incus is a system container and virtual machine manager. Pri…9.9
- 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
- CVE-2026-48761Symfony is a PHP framework for web and console applications …6.1
- CVE-2026-48762TypeBot is a chatbot builder tool. Prior to version 3.16.0, …5.4
Are you affected by CVE-2026-48756?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
