Description
The FAQ Builder AYS WordPress plugin before 1.8.5 does not sanitize or escape content submitted by unauthenticated visitors before storing it and outputting it in an admin area page, and the escaping it does apply is undone by a subsequent decoding step, leading to Stored XSS which will execute in the context of a logged in administrator.
Published: 2026-09-02
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows unauthenticated users to submit arbitrary content through the ays_get_user_information endpoint of the FAQ Builder AYS WordPress plugin. Because the plugin fails to sanitize or escape the submitted data before storing it and the escaping performed is later neutralized by a decoding step, the stored payload is rendered as executable script within the admin area. This enables an attacker to run arbitrary JavaScript with the privileges of a logged‑in administrator, potentially leading to credential theft, defacement, or further lateral movement.

Affected Systems

Any installation of the FAQ Builder AYS WordPress plugin at versions 1.6.3 through 1.8.4 is vulnerable. The issue is present only in those releases before 1.8.5, where the input handling in ays_get_user_information lacks proper sanitization.

Risk and Exploitability

The lack of authentication on the input endpoint means the attack can be performed publicly. No exploit probability score is provided and the vulnerability is not listed in CISA's KEV catalog. However, because the malicious code will execute in the context of an administrator session, the potential impact is high. The attacker needs only to forge a payload that reaches the endpoint, which can be done via crafted GET or POST requests. If an admin later logs in, the payload runs with their privileges.

Generated by OpenCVE AI on September 2, 2026 at 07:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FAQ Builder AYS to version 1.8.5 or later, which includes proper sanitization of user input before storage.
  • If an upgrade cannot be performed immediately, disable the ays_get_user_information endpoint or restrict its use to authenticated users only to prevent unauthenticated submissions.
  • Delete or sanitize any content that may have been stored via the vulnerable endpoint and verify that the admin area no longer contains malicious code.

Generated by OpenCVE AI on September 2, 2026 at 07:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79

Wed, 02 Sep 2026 06:15:00 +0000

Type Values Removed Values Added
Description The FAQ Builder AYS WordPress plugin before 1.8.5 does not sanitize or escape content submitted by unauthenticated visitors before storing it and outputting it in an admin area page, and the escaping it does apply is undone by a subsequent decoding step, leading to Stored XSS which will execute in the context of a logged in administrator.
Title FAQ Builder AYS 1.6.3 - 1.8.4 - Unauthenticated Stored XSS via ays_get_user_information
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-02T06:00:23.578Z

Reserved: 2026-08-27T11:45:24.782Z

Link: CVE-2026-81737

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-02T06:17:19.667

Modified: 2026-09-02T06:17:19.667

Link: CVE-2026-81737

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T08:00:14Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')