CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Lifecycle Timeline
6DescriptionNVD
The Aranda File Server (AFS) component in Aranda Software Aranda Service Desk before 8.3.12 stores daily activity logs with predictable names in a publicly accessible directory, which allows unauthenticated remote attackers to obtain direct virtual paths of uploaded files and bypass access controls to download sensitive documents containing PII.
AnalysisAI
Unauthenticated remote attackers can access sensitive documents containing personally identifiable information (PII) in Aranda Service Desk versions prior to 8.3.12 by exploiting predictable log file names in the Aranda File Server (AFS) component. Attackers retrieve daily activity logs from a publicly accessible directory to obtain direct virtual paths of uploaded files, then bypass access controls to download the documents. CISA SSVC framework confirms proof-of-concept code exists and the vulnerability is fully automatable, significantly lowering the barrier to exploitation despite no confirmed active exploitation at time of analysis.
Technical ContextAI
The Aranda File Server (AFS) component handles file upload and storage operations within Aranda Service Desk, a service management platform. The vulnerability stems from CWE-377 (Insecure Temporary File), where the application generates daily activity log files with predictable naming patterns and stores them in a web-accessible directory without authentication requirements. These logs contain metadata including virtual file paths of user-uploaded documents. Combined with insufficient access controls on the file retrieval mechanism, attackers can construct direct download URLs for files that should be protected. The CVSS vector AV:N/AC:L/PR:N/UI:N confirms this is exploitable remotely with no authentication, low complexity, and no user interaction required, resulting in high confidentiality impact as sensitive PII becomes accessible.
RemediationAI
Upgrade Aranda Service Desk to version 8.3.12 or later as documented in the vendor release notes at https://docs.arandasoft.com/at-v8-release-notes/en/pages/release_pdf/file_server.html which addresses the predictable log file naming and access control issues in the Aranda File Server component. Until patching is complete, implement network-level access controls to restrict AFS component endpoints to authenticated internal users only via firewall rules or web application firewall policies, specifically blocking external access to the directory containing activity logs and any predictable file paths. Consider relocating the log storage directory outside the web root and implementing randomized log file naming as temporary hardening measures, though these require application-level changes and may impact legitimate logging functionality. Review web server access logs for suspicious patterns of sequential file access attempts that may indicate reconnaissance or active exploitation attempts prior to remediation.
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-209585