Affected by GO-2025-3781
and 4 other vulnerabilities
GO-2025-3781 : Incus Allocation of Resources Without Limits allows firewall rule bypass on managed bridge networks in github.com/lxc/incus
GO-2025-3782 : Incus creates nftables rules that partially bypass security options in github.com/lxc/incus
GO-2025-4115 : Incus vulnerable to local privilege escalation through custom storage volumes in github.com/lxc/incus
GO-2026-4357 : Incus container image templating arbitrary host file read and write in github.com/lxc/incus
GO-2026-4359 : Incus container environment configuration newline injection in github.com/lxc/incus
The highest tagged major version is
v6 .
Discover Packages
github.com/lxc/incus
internal
server
storage
memorypipe
package
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Mar 26, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
NewPipePair returns a pair of io.ReadWriterCloser pipes that are connected together such that
writes to one will appear as reads on the other and vice versa. Calling Close() on one end will
indicate to the other end that the session has ended.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.