Skip to content

Access Control: PHP LDAP Admin < 1.2.5 - Cross-Site Scripting

Identifier: phpldapadmin_xss

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

PHP LDAP Admin is vulnerable to XSS.

Reference:

Configuration

Example

Example configuration:

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