Skip to content

Access Control: WordPress PHPFreeChat 0.2.8 - Cross-Site Scripting

Identifier: wp_phpfreechat_xss

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

WordPress PHPFreeChat 0.2.8 plugin contains a cross-site scripting vulnerability via the url parameter. An attacker can execute arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  wp_phpfreechat_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.