Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
📦 npm
Not in CISA KEV

GHSA-rq9r-qvwg-829q — erxes

Fix: erxes/erxes@d626070

GHSA-rq9r-qvwg-829q is a Path Traversal vulnerability in erxes. A fix is available for erxes — see the affected versions and patch details below.

Erxes Path Traversal vulnerability

Also known asCVE-2024-57186
Published
Jun 10, 2025
Updated
Jun 10, 2025
Affected
1 pkg
Patched
1 / 1
Exploits
None indexed
Exploitation data as of Sep 26, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

Exploitation Status

No confirmed exploitation observed yet

  • CISA’s own triage has not observed active exploitation or public proof-of-concept code for this CVE as of its last assessment.

Exploitation and automatability from CISA’s SSVC triage for GHSA-rq9r-qvwg-829q.

EPSS Exploitation Probability

via FIRST.org ↗
0.4%probability of exploitation in next 30 days
Lower Risk0.00%
Lower risk than most CVEs34th percentile — riskier than 34% of all scored CVEsHighest risk

Probability of exploitation in the next 30 days, from FIRST.org EPSS.

Real-World Exposure

1 pkg affected
📦erxes

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

Description

In Erxes <1.6.2, an unauthenticated attacker can read arbitrary files from the system using a Path Traversal vulnerability in the /read-file endpoint handler.

Affected Packages

1 total 1 fixed
EcosystemPackageVulnerable rangeFix
📦npmerxesall versions1.6.2npm install erxes@1.6.2

Affected Products

1 product · 1 configurations
Application
erxeserxes
< 1.6.2
range

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for erxes, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update erxes to 1.6.2 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-rq9r-qvwg-829q is resolved across your whole dependency graph.

  3. Workarounds

    Resolve every user-supplied path to its canonical form and reject anything that escapes the intended directory, and run the component under an account that has no read or write access outside the directory it legitimately serves.

Frequently Asked Questions

In Erxes <1.6.2, an unauthenticated attacker can read arbitrary files from the system using a Path Traversal vulnerability in the /read-file endpoint handler.
O3 Security · Impact-Aware SCA

Is GHSA-rq9r-qvwg-829q in your dependencies?

Find it across npm, including transitive dependencies.