Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Network-reachable, no authentication per provided vector, read-only file access yields low confidentiality impact with no integrity or availability effect.
Primary rating from Vendor (VulDB).
CVSS VectorVendor: VulDB
Lifecycle Timeline
3DescriptionCVE.org
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.
AnalysisAI
Path traversal in AllData up to version 0.6.8 enables remote unauthenticated attackers to read arbitrary files from the server filesystem via the logDetailCat endpoint. The executorAddress parameter is passed unsanitized to FileInputStream in JobLogController.java, allowing directory traversal sequences to escape the intended file access boundary. A public exploit has been published on GitHub; no patch exists and the vendor has permanently declined to fix the issue by closing the bug report as 'not planned.'
Technical ContextAI
The vulnerability is rooted in CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), a classic path traversal class arising from direct use of user-supplied input in a Java FileInputStream call without sanitization or canonicalization. The affected code resides in /admin/controller/JobLogController.java at the logDetailCat request handler. When the executorAddress argument is manipulated to include traversal sequences such as '../', the FileInputStream reads files outside the intended directory, returning their contents to the caller. The affected product, AllData (CPE: cpe:2.3:a:alldatacenter:alldata:*:*:*:*:*:*:*:*), is a Java-based big data management platform maintained by alldatacenter. All versions through 0.6.8 are confirmed affected per NVD CPE data.
RemediationAI
No vendor-released patch exists - the vendor closed issue #834 as 'not planned' without explanation, leaving all versions through 0.6.8 permanently unpatched. Organizations relying on AllData should evaluate migrating to an actively maintained alternative. As compensating controls: deploy a WAF or reverse proxy rule that blocks requests containing path traversal patterns (e.g., ../, %2e%2e%2f, encoded variants) in the executorAddress parameter targeting the logDetailCat endpoint - note that overly broad rules may affect legitimate requests. Restrict network access to the AllData admin interface to trusted internal networks or VPN only, reducing the attack surface from internet-facing to internal threat actors. If the /admin/ endpoint does not enforce authentication by default, add authentication middleware at the reverse proxy layer. Monitor application and access logs for traversal-pattern anomalies as a detection measure. Advisory reference: https://vuldb.com/vuln/389960.
Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m
Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti
Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent
Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow
Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla
The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-58658
GHSA-6gwh-89wg-9gmx