Description
AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a cross-site request forgery vulnerability in plugin/YPTWallet/view/saveBalance.php that allows attackers to set arbitrary wallet balances by relying only on session cookies without token validation. Attackers can craft a malicious webpage that, when loaded by an administrator, submits a POST request to modify any user's wallet balance to any value.
Published: 2026-09-08
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the AVideo YPTWallet plugin within the saveBalance.php script. It is a CSRF flaw that allows an attacker to alter any wallet balance without authentication checks beyond the victim's session cookie. An attacker can embed a malicious form in a web page that, when loaded by an administrator, sends a forged POST request and sets the target user’s balance to an arbitrary value, potentially draining or inflating funds.

Affected Systems

The affected product is WWBN's AVideo platform. All installations that include the YPTWallet plugin with the vulnerable commit c3edcc274c389816d434acadac07ee78eaf330c1 are impacted. No specific version number is supplied, so any deployment containing that commit is considered vulnerable.

Risk and Exploitability

The reported CVSS score of 7.1 indicates high severity. The exploitable vector relies on administrators visiting a crafted page, leveraging their session cookie, which is a well‑known and easily executed CSRF attack. With no EPSS data, the exact likelihood of exploitation is unknown, and the CVE is not listed in the KEV catalog. The risk is that an attacker could induce large financial losses for the organization or its users.

Generated by OpenCVE AI on September 8, 2026 at 16:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest AVideo update that removes the vulnerable saveBalance.php file or patches the CSRF check.
  • Enable CSRF protection mechanisms by ensuring that all state‑changing POST requests require a unique, server‑generated token.
  • Restrict administrative access to trusted users, enforce multi‑factor authentication, and monitor for suspicious account activity.

Generated by OpenCVE AI on September 8, 2026 at 16:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Description AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a cross-site request forgery vulnerability in plugin/YPTWallet/view/saveBalance.php that allows attackers to set arbitrary wallet balances by relying only on session cookies without token validation. Attackers can craft a malicious webpage that, when loaded by an administrator, submits a POST request to modify any user's wallet balance to any value.
Title AVideo YPTWallet saveBalance.php Cross-Site Request Forgery
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.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N'}

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-08T15:13:56.917Z

Reserved: 2026-09-08T11:30:41.420Z

Link: CVE-2026-86724

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-08T16:18:33.070

Modified: 2026-09-08T19:53:13.400

Link: CVE-2026-86724

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T16:45:17Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)