CVE-2026-57898

Source
https://cve.org/CVERecord?id=CVE-2026-57898
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-57898.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-57898
Published
2026-07-14T07:51:19.002Z
Modified
2026-07-16T03:48:41.562639670Z
Severity
  • 9.0 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

In Eclipse BaSyx Java Server SDK versions 2.0.0-milestone-05 to 2.0.0-milestone-12, deployments using the MongoDB backend are vulnerable to an unauthenticated arbitrary file write through the AAS thumbnail API.

The AAS thumbnail upload path accepted a client-controlled fileName request parameter and passed it through repository file handling as both a repository key and, during thumbnail retrieval, a local filesystem path. With the MongoDB file repository, the supplied filename was treated as an opaque GridFS key and was not normalized or restricted as a filesystem path. A remote attacker could upload thumbnail content using an absolute or traversal-style filename, then trigger thumbnail retrieval so that the uploaded bytes were written to the attacker-chosen path on the server filesystem.

This could allow writing files anywhere the Java process has permission to write and may lead to remote code execution. The default InMemory backend is not affected by this specific path because it normalizes and restricts file paths to its temporary directory.

The issue is fixed in Eclipse BaSyx Java Server SDK 2.0.0-milestone-13.

Database specific
{
    "cwe_ids": [
        "CWE-22",
        "CWE-73"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/57xxx/CVE-2026-57898.json",
    "cna_assigner": "eclipse"
}
References

Affected packages

Git / github.com/eclipse-basyx/basyx-java-server-sdk

Affected ranges

Type
GIT
Repo
https://github.com/eclipse-basyx/basyx-java-server-sdk
Events
Database specific
{
    "extracted_events": [
        {
            "introduced": "2.0.0-milestone-05"
        },
        {
            "fixed": "2.0.0-milestone-13"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

2.*
2.0.0-milestone-05
2.0.0-milestone-06
2.0.0-milestone-07
2.0.0-milestone-08
2.0.0-milestone-09
2.0.0-milestone-09.1
2.0.0-milestone-10
2.0.0-milestone-11
2.0.0-milestone-12

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-57898.json"