CVE-2026-86189
Received Received - Intake

Path Traversal in WWBN AVideo via notify.ffmpeg.json.php

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

Publication date: 2026-09-05

Last updated on: 2026-09-05

Assigner: VulnCheck

Description

WWBN AVideo contains a path traversal vulnerability in notify.ffmpeg.json.php that allows unauthenticated attackers to write files to arbitrary locations by supplying a caller-chosen path in the avideoRelativePath parameter. Attackers can replay any previously issued ciphertext as a notifyCode token, which is decrypted but never validated, to bypass authentication and write files to the application root and subdirectories.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
wwbn avideo 29.0
wwbn avideo to 30.0 (exc)

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

CVE-2026-86189 is a path traversal vulnerability in WWBN AVideo's notify.ffmpeg.json.php file. It allows unauthenticated attackers to write files to arbitrary locations by exploiting a flawed token-based authentication mechanism and improper path validation. The avideoRelativePath parameter accepts user input without containment checks, enabling path traversal. The notifyCode token, decrypted but never validated, can be replayed to bypass authentication.

The attack requires the standAloneFFMPEG configuration to be enabled, which is not default. Successful exploitation could lead to arbitrary file writes, potentially enabling code execution if executable files are placed in web-accessible directories.

Detection Guidance

To detect this vulnerability, check if the notify.ffmpeg.json.php file exists in your AVideo installation and if the standAloneFFMPEG configuration is enabled. Inspect server logs for suspicious file write operations or requests containing the avideoRelativePath parameter with path traversal sequences like ../.

Impact Analysis

This vulnerability allows attackers to write arbitrary files to any location within the application root. This could lead to unauthorized code execution if executable files are placed in web-accessible directories. Attackers could also overwrite sensitive files, modify application behavior, or plant malicious scripts to steal data or escalate privileges.

Compliance Impact

This vulnerability could severely impact compliance with GDPR and HIPAA by enabling unauthorized access and modification of sensitive data. GDPR requires protection of personal data integrity and confidentiality, which could be violated through arbitrary file writes. HIPAA mandates strict controls over protected health information, which could be compromised if attackers write malicious files to sensitive directories.

Mitigation Strategies

Immediately disable the standAloneFFMPEG configuration if enabled. Apply patches from the vendor to fix token validation and path containment. Monitor for unauthorized file writes and restrict write permissions to web root directories. Consider blocking external access to notify.ffmpeg.json.php if not required.

Chat Assistant

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

EPSS Chart