Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
| Resource | Endpoints | |---|---| | Pages | `GET/POST /v1/pages`, `GET/PATCH/DELETE /v1/pages/:id`, `POST /v1/pages/:id/deploy`, publish status and deployment history | | Sections | `GET/POST /v1/sections`, `PATCH/DELETE /v1/sections/:id`, bulk create and reorder | | Products | `GET/POST /v1/products`, `GET/PATCH/DELETE /v1/products/:id` | | Forms | `GET/POST /v1/forms`, `GET/PATCH /v1/forms/:id`, submissions endpoints |
- Confidence
- 80% confidence
- Finding
- Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
