CVE-2026-46368: Openwrt Rpcd Init Command Injection

Constructing an `/etc/init.d/` command with unsanitized parameters can lead to command injection or path traversal execution. Validate the parameter against an expected package name or strict allowlist before building the command.

Provally CuratedPublic repositoryHighHigh confidenceVerifiedApache-2.0Bash
greprules fetch cve-2026-46368-openwrt-rpcd-init-command-injection --engine opengrep

Description

Constructing an `/etc/init.d/` command with unsanitized parameters can lead to command injection or path traversal execution. Validate the parameter against an expected package name or strict allowlist before building the command.