Description
A vulnerability was determined in yeqifu warehouse up to aaf29962ba407d22d991781de28796ee7b4670e4. This issue affects some unknown processing of the file src/main/java/com/yeqifu/sys/controller/FileController.java. This manipulation of the argument path causes path traversal. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilized. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-08-05
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw stems from insufficient validation of the path parameter in the FileController component of yeqifu warehouse. By supplying a crafted path string containing traversal sequences, an attacker can cause the application to open files located outside the intended directory. This allows reading of confidential data stored on the server. The weakness is a classic directory traversal, classified as CWE‑22.

Affected Systems

The vulnerability applies to any deployment of the yeqifu warehouse application that incorporates the FileController that existed up to commit aaf29962ba407d22d991781de28796ee7b4670e4. Exact version numbers are not available because the product follows a rolling release model and the vendor has not disclosed a fix or an update schedule.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, so the exploitation probability is uncertain but an exploit has been publicly disclosed. Attackers can trigger the flaw remotely by sending crafted HTTP requests; no local privileges or user interaction are required. Successful exploitation permits reading of arbitrary files, which may expose sensitive information and enable further attacks if additional vulnerabilities exist.

Generated by OpenCVE AI on August 5, 2026 at 06:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Validate the path argument on the server side, rejecting any traversal sequences such as ".." or absolute paths before it is used in file operations.
  • Configure the application to confine file access to a dedicated, non‑system directory and disallow access to parent or system files from that directory.
  • Run the application process under a user with the minimum required file permissions so that even if traversal occurs, the process cannot read or write sensitive system files.
  • Monitor application logs for abnormal file access requests and investigate any suspicious activity promptly.

Generated by OpenCVE AI on August 5, 2026 at 06:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 05 Aug 2026 05:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in yeqifu warehouse up to aaf29962ba407d22d991781de28796ee7b4670e4. This issue affects some unknown processing of the file src/main/java/com/yeqifu/sys/controller/FileController.java. This manipulation of the argument path causes path traversal. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilized. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available. The vendor was contacted early about this disclosure but did not respond in any way.
Title yeqifu warehouse FileController.java path traversal
First Time appeared Yeqifu
Yeqifu warehouse
Weaknesses CWE-22
CPEs cpe:2.3:a:yeqifu:warehouse:*:*:*:*:*:*:*:*
Vendors & Products Yeqifu
Yeqifu warehouse
References
Metrics cvssV2_0

{'score': 4, 'vector': 'AV:N/AC:L/Au:S/C:P/I:N/A:N/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 4.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Yeqifu Warehouse
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-05T15:01:16.583Z

Reserved: 2026-08-04T20:11:01.301Z

Link: CVE-2026-18903

cve-icon Vulnrichment

Updated: 2026-08-05T15:01:11.928Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T07:30:16Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')