CVE-2026-88873
Deferred Deferred - Pending Action

CSRF in WWBN AVideo Log Archive

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

Publication date: 2026-09-10

Last updated on: 2026-09-10

Assigner: VulnCheck

Description

WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a cross-site request forgery vulnerability in view/logArchive.json.php that allows unauthenticated attackers to archive application logs by making GET requests without CSRF token validation. Attackers can craft malicious pages that trigger administrators' browsers to request the endpoint, copying sensitive application logs to a publicly accessible zip file and truncating the live log to remove forensic evidence.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
wwbn avideo to c3edcc274c389816d434acadac07ee78eaf330c1 (inc)
wwbn avideo *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-88873 is a Cross-Site Request Forgery (CSRF) vulnerability in WWBN AVideo. It exists in the view/logArchive.json.php endpoint, which allows unauthenticated attackers to archive application logs by making GET requests without CSRF token validation. Attackers can trick administrators into visiting a malicious page, causing their browsers to request the endpoint. This copies sensitive logs to a publicly accessible zip file and truncates the live log to remove forensic evidence.

Detection Guidance

Check for unexpected zip files in the public videos/ directory of your AVideo installation. Look for files named like logArchive-*.zip. Also inspect server access logs for GET requests to /view/logArchive.json.php from unusual sources or repeated requests.

Impact Analysis

This vulnerability allows attackers to access sensitive application logs stored in a publicly accessible location. It also erases forensic evidence by truncating the live log, making it harder to investigate security incidents. Administrators or users with access to the system may unknowingly trigger the exploit by visiting a malicious link.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized access to sensitive data in logs and loss of forensic evidence. GDPR requires protecting personal data, and HIPAA mandates maintaining audit logs. The truncation of logs removes critical evidence needed for compliance audits and incident response.

Mitigation Strategies

Immediately update AVideo to a patched version that enforces POST requests with CSRF tokens for the logArchive.json.php endpoint. As a temporary workaround, restrict write permissions to the videos/ directory and block external access to /view/logArchive.json.php.

Chat Assistant

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

EPSS Chart