Skip to content

Information Disclosure: Selenium - Node Exposure

Identifier: selenium_exposure

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Selenium nodes exposed without authentication could allow remote command execution if chromium is configured, potentially giving attackers control over the Selenium grid.

How we test: We test for exposed Selenium nodes by attempting to access Selenium endpoints without authentication and analyzing responses to detect if nodes are accessible and if remote command execution is possible.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  selenium_exposure:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.