Actions
Bug #9061
closedPowerD command parameter validation and escaping
Start date:
10/23/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
The powerd parameters powerd_ac_mode
, powerd_battery_mode
, and powerd_normal_mode
are not validated against the list of expected mode strings in /usr/local/www/system_advanced_misc.php
. They are also not escaped before use when invoking the powerd
command inside activate_powerd()
from /etc/inc/system.inc
.
This can lead to an authenticated command injection for users with access to that page.
Updated by Jim Pingle about 6 years ago
- Status changed from Assigned to Feedback
- % Done changed from 0 to 100
Applied in changeset 3be699295e5cb7be24cc5361700be1a8b759e26c.
Updated by Anonymous about 6 years ago
Could recreate the behavior on 2.4.4. On 2.4.5.a.20181102.0213, could not reproduce the behavior, received
The following input errors were detected: Invalid Battery Power mode.
after modifying the value of Battery Power mode and clicking Save.
Actions