This issue applies to a non-default configuration only.
If sort is manually added to tools.exec.safeBins, OpenClaw could treat sort --compress-program=<prog> as valid safe-bin usage.
In security=allowlist + ask=on-miss, this could satisfy allowlist checks and skip operator approval, while GNU sort may invoke an external program via --compress-program.
openclaw<= 2026.2.21-2>= 2026.2.22Default installs are not impacted by this specific path because sort is not included in default tools.exec.safeBins.
sort in tools.exec.safeBins and use allowlist + ask=on-misssort safe-bin profile allowed --compress-program as a value flag.ask=on-miss, satisfied allowlist checks skip approval prompts.--compress-program in safe-bin sort policy.sort --compress-program denial in safe-bin mode.57fbbaebca4d34d17549accf6092ae26eb7b605cOpenClaw thanks @tdjackey for reporting.
{
"cwe_ids": [
"CWE-184",
"CWE-78"
],
"github_reviewed": true,
"github_reviewed_at": "2026-03-03T22:59:59Z",
"nvd_published_at": "2026-03-19T22:16:33Z",
"severity": "MODERATE"
}