CVE-2023-6352
Published: 30 November 2023
Summary
CVE-2023-6352 is a medium-severity Path Traversal (CWE-22) vulnerability in Aquaforest Tiff Server. Its CVSS base score is 5.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked in the top 35.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-58593
Vulnerability details
The default configuration of Aquaforest TIFF Server allows access to arbitrary file paths, subject to any restrictions imposed by Internet Information Services (IIS) or Microsoft Windows. Depending on how a web application uses and configures TIFF Server, a remote attacker…
more
may be able to enumerate files or directories, traverse directories, bypass authentication, or access restricted files.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path traversal in Aquaforest TIFF Server enables unauthenticated arbitrary file access, facilitating file and directory discovery (T1083), data collection from local system (T1005), and retrieval from court document management repositories (T1213).
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Validates pathnames and filenames to prevent traversal outside intended directories.