Description
WWBN AVideo contains a cross-site request forgery vulnerability in sendEmail.json.php that allows authenticated administrators to send mail from the site's contact address by bypassing origin checks and captcha validation. Attackers can craft a malicious web page that, when visited by an authenticated admin, sends emails with attacker-controlled subject and body to arbitrary recipients, passing SPF/DKIM/DMARC validation for phishing and brand impersonation attacks.
Published: 2026-08-30
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw lies in sendEmail.json.php, which accepts requests without adequate origin checks or captcha validation. If an administrator is authenticated, an attacker can host a malicious page that, when loaded in the admin’s browser, forces the site to send emails from its contact address. The resulting messages have attacker‑controlled subject lines, bodies, and recipients, and they pass normal email authentication checks such as SPF, DKIM, and DMARC. This allows phishing campaigns and brand‑impersonation attacks that appear to come from the legitimate site.

Affected Systems

All installations of WWBN AVideo are potentially vulnerable, regardless of version, unless the vendor releases a patch or the endpoint is removed.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate risk profile, and although an EPSS score is not available, the vulnerability relies on an authenticated administrator’s session. Attackers need only trick those users into visiting a crafted web page. Since the vulnerability can create emails that bypass standard email‑authentication defenses, the potential for brand‑impersonation attacks is high. The issue is not currently listed in the CISA KEV catalog, but that does not diminish the impact to an organization that relies on this software.

Generated by OpenCVE AI on August 30, 2026 at 15:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Disable the sendEmail.json.php endpoint or block its POST path until a vendor patch is released.
  • Implement CSRF protection or origin header validation for all admin actions that trigger email sending, requiring a server‑generated token for each request.
  • Apply the WWBN AVideo vendor patch or upgrade to the patched version as soon as it becomes available.

Generated by OpenCVE AI on August 30, 2026 at 15:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 30 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description WWBN AVideo contains a cross-site request forgery vulnerability in sendEmail.json.php that allows authenticated administrators to send mail from the site's contact address by bypassing origin checks and captcha validation. Attackers can craft a malicious web page that, when visited by an authenticated admin, sends emails with attacker-controlled subject and body to arbitrary recipients, passing SPF/DKIM/DMARC validation for phishing and brand impersonation attacks.
Title WWBN AVideo Cross-Site Request Forgery via sendEmail.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': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-30T14:33:30.402Z

Reserved: 2026-08-30T13:38:00.101Z

Link: CVE-2026-82647

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-30T15:16:45.160

Modified: 2026-08-30T15:16:45.160

Link: CVE-2026-82647

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-30T16:00:14Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)