Skip to content

Request Forgery: kkFileView 4.0.0 - Server-Side Request Forgery

Identifier: kkfileview_ssrf

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

kkFileView 4.0.0 is susceptible to server-side request forgery

Reference:

Configuration

Example

Example configuration:

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