Bearer v1.1.0
  • Join the Discord Community
  • Join us on GitHub
  • Get Started
  • Get Started

    • Quick Start
  • Guides

    • Using the GitHub action
    • Create a custom rule
  • Explanations

    • Scanner types
    • Report types
    • Sensitive data flow
  • Reference

    • Installation
    • Configuration
    • Commands
    • Rules
    • Data Types
    • Supported Languages
  • Contributing

    • Overview
    • Contribute code
    • Contribute documentation
    • Contribute new recipes
  • Reference
  • Rules

Sensitive data sent to ElasticSearch detected.

  • Rule ID: javascript_elasticsearch
  • Languages: javascript
  • Source: elasticsearch.yml

Description

Leaking sensitive data to database is a common cause of data leaks and can lead to data breaches. This rule looks for instances of sensitive data sent to elasticsearch.

Remediations

Associated CWE

  • CWE-201: Insertion of Sensitive Information Into Sent Data

OWASP Top 10

  • A01:2021 - Broken Access Control

On this page

Overview
  1. Description
  2. Remediations
  3. Associated CWE
  4. OWASP Top 10

Contribute

  • Edit this page
  • Leave feedback