CVE-2025-15019: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in pagup Bulk Auto Image Alt Text (Alt tag, Alt attribute) optimizer (image SEO)
The BIALTY - Bulk Image Alt Text (Alt tag, Alt Attribute) with Yoast SEO + WooCommerce plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'bialty_cs_alt' post meta in all versions up to, and including, 2.2.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor level access and above, to inject arbitrary web scripts in pages that will execute whenever an administrator accesses the post editor.
AI Analysis
Technical Summary
CVE-2025-15019 is a stored cross-site scripting (XSS) vulnerability identified in the Bulk Auto Image Alt Text (Alt tag, Alt attribute) optimizer plugin developed by pagup for WordPress. This plugin is designed to automate the addition of alt text to images, improving SEO for WooCommerce and Yoast SEO users. The vulnerability exists in all versions up to and including 2.2.1 due to improper neutralization of input during web page generation, specifically insufficient sanitization and escaping of the 'bialty_cs_alt' post meta field. Authenticated users with contributor-level access or higher can inject arbitrary JavaScript code into this field. When an administrator subsequently accesses the post editor interface, the malicious script executes in their browser context. This can lead to session hijacking, privilege escalation, or other malicious actions within the WordPress admin environment. The vulnerability has a CVSS v3.1 base score of 6.4, reflecting a medium severity with network attack vector, low attack complexity, and requiring privileges but no user interaction. The scope is changed (S:C) because the vulnerability affects resources beyond the attacker’s initial privileges. No public exploits have been reported yet, but the risk remains significant due to the common use of this plugin in WordPress sites with multiple contributors. The root cause is the failure to properly sanitize and escape user-supplied input before rendering it in the admin interface, a classic CWE-79 issue. The vulnerability highlights the need for strict input validation and output encoding in WordPress plugins, especially those handling user-generated content or metadata.
Potential Impact
The primary impact of CVE-2025-15019 is on the confidentiality and integrity of WordPress sites using the affected plugin. An attacker with contributor-level access can inject persistent malicious scripts that execute in the context of administrators, potentially leading to theft of admin session cookies, unauthorized actions, or installation of backdoors. This can compromise the entire site, leading to data breaches, defacement, or further malware deployment. Although availability is not directly impacted, the resulting compromise could indirectly disrupt site operations. Organizations with multiple contributors or open contributor policies are particularly vulnerable. E-commerce sites using WooCommerce and SEO-focused sites using Yoast SEO integrated with this plugin face reputational and financial risks if attackers leverage this vulnerability. The medium CVSS score reflects that exploitation requires authenticated access but is otherwise straightforward and impactful. The lack of known exploits in the wild currently reduces immediate risk but does not eliminate it, as attackers may develop exploits once the vulnerability is publicly known. The vulnerability also increases the attack surface for insider threats or compromised contributor accounts.
Mitigation Recommendations
To mitigate CVE-2025-15019, organizations should first restrict contributor-level access to trusted users only, minimizing the risk of malicious input injection. Administrators should monitor and audit post meta fields, especially 'bialty_cs_alt', for suspicious or unexpected content. Applying principle of least privilege to WordPress roles can reduce exposure. Until an official patch is released, consider disabling or removing the Bulk Auto Image Alt Text optimizer plugin if feasible. Web application firewalls (WAFs) can be configured to detect and block typical XSS payloads targeting this plugin’s input fields. Developers and site administrators should implement additional input validation and output escaping for post meta data in custom code or plugin extensions. Regular backups and monitoring for unusual admin activity can help detect and recover from exploitation. Once a patch or update is available from the vendor, it should be applied promptly. Security teams should also educate contributors about the risks of injecting untrusted content and enforce secure coding practices in plugin development.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, India, Brazil, Japan
CVE-2025-15019: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in pagup Bulk Auto Image Alt Text (Alt tag, Alt attribute) optimizer (image SEO)
Description
The BIALTY - Bulk Image Alt Text (Alt tag, Alt Attribute) with Yoast SEO + WooCommerce plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'bialty_cs_alt' post meta in all versions up to, and including, 2.2.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor level access and above, to inject arbitrary web scripts in pages that will execute whenever an administrator accesses the post editor.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2025-15019 is a stored cross-site scripting (XSS) vulnerability identified in the Bulk Auto Image Alt Text (Alt tag, Alt attribute) optimizer plugin developed by pagup for WordPress. This plugin is designed to automate the addition of alt text to images, improving SEO for WooCommerce and Yoast SEO users. The vulnerability exists in all versions up to and including 2.2.1 due to improper neutralization of input during web page generation, specifically insufficient sanitization and escaping of the 'bialty_cs_alt' post meta field. Authenticated users with contributor-level access or higher can inject arbitrary JavaScript code into this field. When an administrator subsequently accesses the post editor interface, the malicious script executes in their browser context. This can lead to session hijacking, privilege escalation, or other malicious actions within the WordPress admin environment. The vulnerability has a CVSS v3.1 base score of 6.4, reflecting a medium severity with network attack vector, low attack complexity, and requiring privileges but no user interaction. The scope is changed (S:C) because the vulnerability affects resources beyond the attacker’s initial privileges. No public exploits have been reported yet, but the risk remains significant due to the common use of this plugin in WordPress sites with multiple contributors. The root cause is the failure to properly sanitize and escape user-supplied input before rendering it in the admin interface, a classic CWE-79 issue. The vulnerability highlights the need for strict input validation and output encoding in WordPress plugins, especially those handling user-generated content or metadata.
Potential Impact
The primary impact of CVE-2025-15019 is on the confidentiality and integrity of WordPress sites using the affected plugin. An attacker with contributor-level access can inject persistent malicious scripts that execute in the context of administrators, potentially leading to theft of admin session cookies, unauthorized actions, or installation of backdoors. This can compromise the entire site, leading to data breaches, defacement, or further malware deployment. Although availability is not directly impacted, the resulting compromise could indirectly disrupt site operations. Organizations with multiple contributors or open contributor policies are particularly vulnerable. E-commerce sites using WooCommerce and SEO-focused sites using Yoast SEO integrated with this plugin face reputational and financial risks if attackers leverage this vulnerability. The medium CVSS score reflects that exploitation requires authenticated access but is otherwise straightforward and impactful. The lack of known exploits in the wild currently reduces immediate risk but does not eliminate it, as attackers may develop exploits once the vulnerability is publicly known. The vulnerability also increases the attack surface for insider threats or compromised contributor accounts.
Mitigation Recommendations
To mitigate CVE-2025-15019, organizations should first restrict contributor-level access to trusted users only, minimizing the risk of malicious input injection. Administrators should monitor and audit post meta fields, especially 'bialty_cs_alt', for suspicious or unexpected content. Applying principle of least privilege to WordPress roles can reduce exposure. Until an official patch is released, consider disabling or removing the Bulk Auto Image Alt Text optimizer plugin if feasible. Web application firewalls (WAFs) can be configured to detect and block typical XSS payloads targeting this plugin’s input fields. Developers and site administrators should implement additional input validation and output escaping for post meta data in custom code or plugin extensions. Regular backups and monitoring for unusual admin activity can help detect and recover from exploitation. Once a patch or update is available from the vendor, it should be applied promptly. Security teams should also educate contributors about the risks of injecting untrusted content and enforce secure coding practices in plugin development.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-12-22T03:18:33.945Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 6960a320ecefc3cd7c0b983b
Added to database: 1/9/2026, 6:41:36 AM
Last enriched: 2/27/2026, 11:50:32 AM
Last updated: 4/8/2026, 12:58:26 PM
Views: 105
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.