CVE-2026-19827
Received Received - Intake

Path Traversal in alldatacenter alldata

Vulnerability report for CVE-2026-19827, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-14

Last updated on: 2026-08-14

Assigner: VulDB

Description

A flaw has been found in alldatacenter alldata up to 0.6.8. This impacts the function FileInputStream of the file /admin/controller/JobLogController.java of the component logDetailCat Endpoint. This manipulation of the argument executorAddress causes path traversal. It is possible to initiate the attack remotely. The exploit has been published and may be used. The project closed the issue report as "not planned" without any further explanation.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-14
Last Modified
2026-08-14
Generated
2026-08-14
AI Q&A
2026-08-14
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
alldatacenter alldata to 0.6.8 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a path traversal flaw in the alldatacenter alldata platform up to version 0.6.8. It exists in the logDetailCat endpoint of the JobLogController component, where the executorAddress parameter is used to open a FileInputStream without proper validation. This allows remote attackers to read arbitrary files on the server by supplying malicious paths, such as /etc/passwd.

Detection Guidance

Check for unauthorized access to the /log/logDetailCat endpoint by monitoring HTTP GET requests with suspicious executorAddress parameters. Look for requests attempting to read sensitive files like /etc/passwd or other system paths. Review logs for any FileInputStream operations using user-supplied paths without validation.

Impact Analysis

This vulnerability can allow attackers to read sensitive files on the server, including application configurations, database credentials, and keystores. This could lead to further system compromise, data breaches, or unauthorized access to confidential information.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by exposing sensitive personal or health data. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. A breach could result in legal penalties, fines, and reputational damage.

Mitigation Strategies

Immediately restrict access to the /log/logDetailCat endpoint by removing permitAll() in Spring Security. Validate all executorAddress parameters using Path.toRealPath() to prevent path traversal. Ensure proper authentication and authorization are enforced for all endpoints.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19827. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart