Intel

AIKIDO-2026-481643

drupal/ai_seo is vulnerable to Cross-Site Scripting (XSS)

Cross-Site Scripting (XSS)CVE-2026-15085 Published 3 days ago

53

Medium Risk

This Affects:

PHPdrupal/ai_seo
1.0.0 - 1.1.2
Fixed in 1.1.3
Are you affected? Scan for Free

TL;DR

The AI SEO/GEO Analyzer module generates SEO/GEO analysis reports by sending content of an entity (including its comments) to an LLM, then converts the model's Markdown response to HTML and stores it for display to privileged users. The generated HTML was rendered without passing through Drupal's filtering pipeline, so it relied on the LLM output being safe. Under certain circumstances a crafted prompt injection — planted in content that is included in the analysis — can cause the LLM to emit markup that results in stored Cross-site Scripting when the report is later viewed.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

drupal/ai_seo is vulnerable to Cross-Site Scripting (XSS) in versions 1.0.0 - 1.1.2.

How to fix this

Upgrade the drupal/ai_seo module to the patch version.