The limit container paths directive in singularity.conf is intended to allow a system administrator limit the paths from which containers can be run, under setuid mode. Due to incorrect matching of a path string, sibling directories with similar names may incorrectly be allowed.
For example, the configuration:
limit container paths = /data/safe
Will also allow containers in /data/safe-but-unsafe to be run.
This issue is patched in SingularityCE 4.4.2 and SingularityPRO 4.3.9 / 4.1.14
If you do not use the limit container paths functionality, then this issue does not affect your installation.
If you do use the limit container paths functionality then you must update. Please also review the documented limitations when user namespaces are enabled [1].
{
"github_reviewed": true,
"github_reviewed_at": "2026-06-04T17:38:21Z",
"severity": "MODERATE",
"nvd_published_at": null,
"cwe_ids": [
"CWE-22"
]
}