CVE-2026-84478
Received Received - Intake

Path Traversal in WWBN AVideo API

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

Publication date: 2026-09-01

Last updated on: 2026-09-01

Assigner: VulnCheck

Description

WWBN AVideo contains a path traversal vulnerability in the API get_api_login_code endpoint that allows unauthenticated attackers to delete arbitrary .log files by supplying directory traversal sequences in the code parameter. Attackers can exploit this to destroy audit logs and probe for file existence on the server, with the vulnerability enabling both file deletion and information disclosure about the filesystem.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wwbn avideo *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-73 The product allows user input to control or influence paths or file names that are used in filesystem operations.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

WWBN AVideo has a path traversal flaw in the get_api_login_code API endpoint. Unauthenticated attackers can delete arbitrary .log files by inserting directory traversal sequences in the code parameter. This allows them to remove audit logs and check for file existence on the server.

Detection Guidance

To detect this vulnerability, monitor for unusual file deletion activity in .log files or unexpected API requests to the get_api_login_code endpoint. Check server logs for directory traversal patterns like '../' in the code parameter. Use network traffic analysis tools to inspect HTTP requests targeting this endpoint for suspicious input.

Impact Analysis

Attackers could delete critical log files, erasing evidence of their activities or other system events. They might also probe your filesystem to identify sensitive files or weaknesses, potentially leading to further attacks or data breaches.

Compliance Impact

This vulnerability could violate compliance requirements that mandate secure logging and audit trails, such as GDPR's accountability principle or HIPAA's integrity and availability rules. Deleting logs may hinder investigations and reporting, risking non-compliance penalties.

Mitigation Strategies

Immediately update AVideo to the latest patched version. Restrict access to the get_api_login_code endpoint by implementing authentication and input validation. Disable directory traversal by sanitizing the code parameter to prevent path manipulation. Review and restore any deleted .log files from backups.

Chat Assistant

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

EPSS Chart