Skip to content

Access Control: Zebra_Form PHP Library \<= 2.9.8 - Cross-Site Scripting

Identifier: wordpress_zebra_form_xss

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

Zebra_Form PHP library 2.9.8 and prior (which is used by some WordPress plugins) is affected by reflected cross-site scripting vulnerabilities via process.php.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  wordpress_zebra_form_xss:
    assets_allowed:
    - REST
    - GRAPHQL
    - WEBAPP
    skip: false

Reference

assets_allowed

Type : List[AssetType]*

List of assets that this check will cover.

skip

Type : boolean

Skip the test if true.