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.
Published: 2026-09-10
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: Cross‑Site Request Forgery enabling log exfiltration and evidence deletion
Action: Apply Patch
AI Analysis

Impact

A cross‑site request forgery flaw resides in the logArchive.json.php endpoint of WWBN AVideo. The endpoint accepts a GET request without requiring a CSRF token, allowing an unauthenticated attacker to cause an administrator’s browser to archive application logs. The logs are then stored in a publicly accessible ZIP file, and the live log file is truncated, removing forensic evidence. This results in a confidentiality breach, impact on log gathering.

Affected Systems

The vulnerability affects installations of WWBN AVideo that include or precede the commit c3edcc274c389816d434acadac07ee78eaf330c1. All versions lacking the recent patch are susceptible. No specific product version ranges are provided beyond the commit hash.

Risk and Exploitability

The CVSS score of 7.1 indicates moderate severity. The EPSS score is not available and the vulnerability is not listed in CISA KEV. The likely attack path involves an attacker hosting a malicious web page that an administrator unknowingly visits, thereby sending a GET request to the vulnerable endpoint. Successful exploitation delivers sensitive logs to the attacker and deletes the original log contents, creating a high impact on confidentiality and evidence retention.

Generated by OpenCVE AI on September 10, 2026 at 15:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Restrict log‑archiving functionality to authenticated, privileged users and require explicit confirmation before execution
  • If a vendor patch addressing CSRF validation for logArchive.json.php is available, apply it immediately
  • Implement WAF or IP‑whitelisting rules to block unauthorized access to the logArchive.json.php endpoint and monitor for anomalous GET requests

Generated by OpenCVE AI on September 10, 2026 at 15:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 10 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
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.
Title WWBN AVideo Cross-Site Request Forgery via logArchive.json.php
First Time appeared Wwbn
Wwbn avideo
Weaknesses CWE-352
CPEs cpe:2.3:a:wwbn:avideo:-:*:*:*:*:*:*:*
Vendors & Products Wwbn
Wwbn avideo
References
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:L'}

cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:N/VA:L/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-10T14:56:08.248Z

Reserved: 2026-09-10T11:24:26.195Z

Link: CVE-2026-88873

cve-icon Vulnrichment

Updated: 2026-09-10T14:22:25.855Z

cve-icon NVD

Status : Deferred

Published: 2026-09-10T14:17:15.430

Modified: 2026-09-10T15:17:57.660

Link: CVE-2026-88873

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T15:45:05Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)