Description
A vulnerability was detected in Jevon-Zhong Ai-doctor 0.0.1. This vulnerability affects the function deleteImage of the file ai-doctor-server/src/filemanagement/filemanagement.service.ts. Performing a manipulation of the argument imagePath results in path traversal. The attack must be initiated from a local position. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-09
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The deleteImage function in Jevon‑Zhong Ai‑doctor 0.0.1 is vulnerable to a path traversal flaw. By manipulating the imagePath argument, an attacker with local access can cause the server to reference directories outside the intended file repository, potentially leading to deletion or modification of arbitrary files within the system. This weakness is classified as CWE‑22 and could compromise the integrity of the application and its data.

Affected Systems

Affected Systems: Jevon‑Zhong Ai‑doctor 0.0.1, specifically the ai‑doctor‑server component that exposes the filemanagement service. The vulnerability is present in the file ai‑doctor‑server/src/filemanagement/filemanagement.service.ts and requires the target to run the vulnerable version of the service.

Risk and Exploitability

Risk and Exploitability: The CVSS score is 4.8, indicating a moderate impact. The flaw can only be exploited locally, as the attacker must be able to invoke the deleteImage endpoint from within the host. EPSS is not available, and the vulnerability is not listed in the CISA KEV catalog, suggesting it has not yet been actively exploited in the wild. However, the path traversal could allow local adversaries to delete or alter critical files, so the risk is non‑negligible for environments where the application runs with elevated privileges.

Generated by OpenCVE AI on August 9, 2026 at 03:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Validate and sanitize the imagePath parameter before it reaches the file system; reject any path that contains traversal sequences such as '..'.
  • Restrict the deleteImage operation so that it can only delete files within a predefined safe directory; use canonical path resolution to enforce this constraint.
  • Run the ai‑doctor‑server process under the least privilege necessary, ensuring that even if the traversal succeeds, the attacker cannot affect files outside the designated scope.

Generated by OpenCVE AI on August 9, 2026 at 03:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 09 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in Jevon-Zhong Ai-doctor 0.0.1. This vulnerability affects the function deleteImage of the file ai-doctor-server/src/filemanagement/filemanagement.service.ts. Performing a manipulation of the argument imagePath results in path traversal. The attack must be initiated from a local position. The project was informed of the problem early through an issue report but has not responded yet.
Title Jevon-Zhong Ai-doctor filemanagement.service.ts deleteImage path traversal
First Time appeared Jevon-zhong
Jevon-zhong ai-doctor
Weaknesses CWE-22
CPEs cpe:2.3:a:jevon-zhong:ai-doctor:*:*:*:*:*:*:*:*
Vendors & Products Jevon-zhong
Jevon-zhong ai-doctor
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Jevon-zhong Ai-doctor
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-09T02:00:12.140Z

Reserved: 2026-08-08T09:29:41.100Z

Link: CVE-2026-19326

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-09T03:30:04Z

Weaknesses
  • CWE-22

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