Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Maven

GHSA-c77j-p484-h84m

MEDIUM

GHSA-c77j-p484-h84m is a medium-severity (CVSS 6.5) CWE-270 vulnerability in org.elasticsearch:elasticsearch. O3 Security confirms whether GHSA-c77j-p484-h84m is actually reachable in your code before you act, and blocks exploitation at runtime until you patch.

Improper privilege management in elasticsearch

Also known asBIT-elasticsearch-2020-7019CVE-2020-7019
Published
May 24, 2022
Updated
Feb 19, 2024
Affected
2 pkgs
Patched
2 / 2
Exploits
None indexed

Blast Radius

2 pkgs affected
org.elasticsearch:elasticsearchorg.elasticsearch:elasticsearch

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Maven packages — download data is not available via public APIs for these ecosystems.

Description

In Elasticsearch before 7.9.0 and 6.8.12 a field disclosure flaw was found when running a scrolling search with Field Level Security. If a user runs the same query another more privileged user recently ran, the scrolling search can leak fields that should be hidden. This could result in an attacker gaining additional permissions against a restricted index.

Affected Packages

2 total 2 fixed
EcosystemPackageVulnerable rangeFix
Mavenorg.elasticsearch:elasticsearch7.0.0&&< 7.9.07.9.0
Mavenorg.elasticsearch:elasticsearchall versions6.8.12

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for org.elasticsearch:elasticsearch. O3's reachability analysis confirms whether the vulnerable code path is actually invoked in your application, so you act on real exposure instead of every transitive match.

  2. Fix

    Update org.elasticsearch:elasticsearch to 7.9.0 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-c77j-p484-h84m is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 pinpoints whether GHSA-c77j-p484-h84m is reachable in your code and exactly where to fix it, then blocks exploitation in production at runtime until the patched version is deployed.

Tailored to GHSA-c77j-p484-h84m. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

In Elasticsearch before 7.9.0 and 6.8.12 a field disclosure flaw was found when running a scrolling search with Field Level Security. If a user runs the same query another more privileged user recently ran, the scrolling search can leak fields that should be hidden. This could result in an attacker gaining additional permissions against a restricted index.
O3 Security · Impact-Aware SCA

Is GHSA-c77j-p484-h84m in your dependencies?

O3 detects GHSA-c77j-p484-h84m across Maven dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.