Record summary

CVE-2026-47754 has a selected CVSS score of 9.3 (critical).

Description

Metacat is data repository software that helps researchers preserve, share, and discover data. Versions 2.x through 2.19.1 and all 1.x versions contain an unauthenticated path traversal in the `archiveEntryName` parameter of the `action=read` endpoint that is part of the original 1.x Metacat API. `ArchiveHandler.readArchiveEntry()` concatenates the user-supplied parameter into a filesystem path without validation, and the surrounding `hasReadPermission()` check is commented out. An unauthenticated remote attacker can read any file accessible to the Tomcat process by sending a single GET request. Proof-of-concept exploits have been demonstrated and verified against this vulnerability, and it should be considered easily exploitable for any Metacat deployment < 3.0.0 by any user with access to the 1.x API. Through this vulnerability, production 2.x deployments are exposed to credential theft, client certificate and private key exfiltration enabling member node impersonation within the federation, embargoed research data disclosure, and broad system reconnaissance. Given Metacat's deployment footprint across the DataONE network of repositories and federally funded research programs, the population of exposed 2.x instances is non-trivial. The vulnerability was eliminated in Metacat version 3.0.0 and after by eliminating the entire Metacat 1.x API that exposed this vulnerability. The vulnerability was remediated in April 2024 with the release of Metacat 3.0.0, which removed the legacy Metacat API including ArchiveHandler.java. The commit message and issue reference architectural cleanup, not a security fix, and no advisory or CVE was issued. The 2.x branch was not and will not be backported, as is standard practice in Metacat, which only supports the most current release. 2.19.1 remains vulnerable with identical code and is beyond its supported lifetime. As a workaround, disable or restrict 1.x API servlets. Because the vulnerable 1.x API is no longer used or necessary in most Metacat deployments, restricting access to the old API endpoints can reduce or eliminate exposure for 2.19.x deployments. After removing those features, restart Tomcat or whichever software is hosting the servlets.

Description source: CVE List

Exploitation context

CISA SSVC decision

ExploitationNone
AutomatableYes
Technical impactPartial

CISA Coordinator · SSVC 2.0.3 · Evaluated Aug 10, 2026 · Source: CVE List

Affected products and versions

1
ProductSourceVersion rangeStatus
CVE List< 3.0.0affected

Research & analysis

1
Advisory analysisNCEAS (mbjones)Source: EIP research review

unauthenticated path traversal in Metacat 2.x · Advisory · NCEAS/metacat

GitHub Security Advisory GHSA-m852-f287-7cgw from NCEAS project maintainer mbjones details CVE-2026-47754, an unauthenticated path traversal in Metacat versions 2.x through 2.19.1 and all 1.x. The ArchiveHandler.readArchiveEntry() method in the legacy action=read endpoint concatenates the user-supplied archiveEntryName parameter into a filesystem path without validation, and the surrounding hasReadPermission() check is commented out. An unauthenticated remote attacker can read any file accessible to the Tomcat process via a single GET request. Impact includes credential theft, client certificate and private key exfiltration enabling member node impersonation within the DataONE federation, and embargoed research data disclosure. The vulnerability was eliminated in Metacat 3.0.0 (April 2024) by removing the entire 1.x API via commit 07e034b, but no security advisory or CVE was issued at that time. The 2.x branch was not backported and remains vulnerable. The advisory provides detailed mitigation guidance including servlet-level workarounds for 2.x deployments. The advisory states PoC exploits have been demonstrated; this review does not independently verify exploitability.

Root causeTechnical detail
https://github.com/NCEAS/metacat/security/advisories/GHSA-m852-f287-7cgw
Research notes

References

2