PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-89240 WWBN CVE debrief

A reflected cross-site scripting vulnerability exists in WWBN AVideo, specifically in the plugin/Live/confirmLivePassword.php script. The vulnerability allows a remote attacker to inject arbitrary JavaScript code by crafting a malicious link. This issue is rated as MEDIUM with a CVSS score of 5.3. Defenders should assess exposure and prioritize mitigation to prevent unauthorized actions and protect user interactions. The vulnerability is confirmed by the CVE Program and NVD, and details are provided in source references from [email protected].

Vendor
WWBN
Product
AVideo
CVSS
MEDIUM 5.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-11
Original CVE updated
2026-09-11
Advisory published
2026-09-11
Advisory updated
2026-09-11

Who should care

Defenders responsible for web application security, particularly those managing or using WWBN AVideo, should assess exposure and prioritize mitigation to prevent unauthorized actions and protect user interactions. Defenders should prioritize verifying the presence of this vulnerability in their systems and applying patches or mitigations as available.

Why it matters

CVE-2026-89240 is a reflected cross-site scripting vulnerability in WWBN AVideo that allows remote attackers to inject arbitrary JavaScript. Defenders should prioritize verification and mitigation to prevent unauthorized actions and protect user interactions.

  • Remote attackers can execute arbitrary JavaScript in the context of users who access the crafted link
  • Successful exploitation can lead to unauthorized actions within the application's origin
  • Defenders must verify the presence of this vulnerability and apply mitigations
  • Exposure requires immediate attention due to the potential for user exploitation

Technical summary

The plugin/Live/confirmLivePassword.php script in WWBN AVideo interpolates the unauthenticated GET parameter 'u' directly into an <img src='...'> attribute without URL- or HTML-encoding. This allows a remote attacker to craft a link containing a double-quote character in 'u' to close the src attribute and inject an additional tag with an onerror handler, executing arbitrary JavaScript in the site's origin.

Defensive priority

Defenders should prioritize verifying the presence of this vulnerability in their systems and applying patches or mitigations as available.

Recommended defensive actions

  • Verify the presence of the vulnerable script in your deployment
  • Assess exposure of the vulnerable component to untrusted input
  • Apply patches or mitigations as available from the vendor
  • Monitor for suspicious activity related to this vulnerability
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The vulnerability is confirmed by the CVE Program and NVD. Details are provided in the source references from [email protected]. The CVE record was published on 2026-09-11T12:16:53.493Z and has not been modified since then. No patched version was available at the time of the advisory. The script interpolates the unauthenticated GET parameter 'u' directly into an <img src='...'> attribute without URL- or HTML-encoding. A remote attacker can craft a link containing a double-quote character in 'u' (with a non-empty key parameter)

Sources and references

Verified primary and authoritative sources

  • CVE-2026-89240 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-89240

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-89240 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89240

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.