CVE-2025-13910 MEDIUM

CVE-2025-13910: WP-WebAuthn <= 1.3.4 - Unauthenticated Stored Cross-Site Scripting

Vendor Axton
Product WP-WebAuthn
Weakness CWE-79 · XSS
Published March 21, 2026
Last update April 8, 2026

CVSS base score

6.1/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction Required
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

The WP-WebAuthn plugin for WordPress is vulnerable to Unauthenticated Stored Cross-Site Scripting via the `wwa_auth` AJAX endpoint in all versions up to, and including, 1.3.4 due to insufficient input sanitization and output escaping on user supplied attributes logged by the plugin. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses the plugin's log page, provided that the logging option is enabled in the plugin settings.

Explanation of Vulnerability in Simple Terms

02Summary

WP-WebAuthn versions up to 1.3.4 contain a cross-site scripting (XSS) vulnerability that allows attackers to inject malicious scripts into the site. The vulnerability requires user interaction—typically clicking a malicious link—and can affect other users or administrators who view the injected content. The impact is limited to reading or modifying non-sensitive data within the affected user's session.

What an attacker can do

03Attacker Capabilities

Inject malicious scripts that execute in users' browsers when they visit a crafted page or link.

Potential impact on your site

04Site Impact

Users' session data or site content could be read or modified by attackers; admin accounts are at higher risk.

Conditions required to exploit

05Prerequisites

No authentication required. Victim must click a malicious link or visit an attacker-controlled page.

Key dates

06Disclosure timeline

March 21, 2026 CVE published
April 8, 2026 Record updated