CVE-2026-19326
Received Received - Intake

Path Traversal in Jevon-Zhong Ai-doctor

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

Publication date: 2026-08-09

Last updated on: 2026-08-09

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
jevon-zhong ai-doctor 0.0.1

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 issue in Jevon-Zhong Ai-doctor 0.0.1. It affects the deleteImage function in ai-doctor-server/src/filemanagement/filemanagement.service.ts. The flaw allows manipulation of the imagePath argument to perform path traversal, enabling deletion of arbitrary local files outside the intended directory. The attack requires local access and the project has not responded to the reported issue.

Detection Guidance

Check for unauthorized file deletions or suspicious path traversal attempts in logs. Review the ai-doctor-server logs for requests to the image-deletion endpoint with unusual imagePath parameters containing sequences like ../. Use commands like grep to search for patterns in logs: grep -r "imagePath" /var/log/ or journalctl -u ai-doctor-server --no-pager | grep "imagePath"

Inspect the server's file system for missing or unexpectedly deleted files in the uploadImgs directory. Verify file permissions and ownership of critical system files to detect unauthorized access.

Impact Analysis

An attacker could exploit this to delete critical system files or sensitive data that the application has permission to access. This could lead to denial of service, data loss, or unauthorized information disclosure. The impact depends on the server's file permissions and what files are accessible.

Compliance Impact

This vulnerability could violate GDPR by enabling unauthorized file deletion or access to personal data. For HIPAA, it risks exposing protected health information if medical files are stored in accessible locations. Compliance impact depends on the specific data processed by the application.

Mitigation Strategies

Disable the image-deletion endpoint if not essential. Implement input validation to reject paths containing traversal sequences (../), absolute paths, or path separators. Ensure the resolved path remains within the uploadImgs directory before file deletion.

Update the filemanagement.service.ts code to sanitize the imagePath parameter and verify file paths before deletion. Restrict server process permissions to limit file deletion scope.

Chat Assistant

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

EPSS Chart