Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in LambertGroup SHOUT allows Reflected XSS. This issue affects SHOUT: from n/a through 3.5.3.
AnalysisAI
Reflected Cross-Site Scripting (XSS) vulnerability in LambertGroup SHOUT versions up to 3.5.3 that allows unauthenticated attackers to inject malicious scripts into web pages viewed by victims. An attacker can craft a malicious URL containing JavaScript payloads that execute in the context of the victim's browser session, potentially stealing session tokens, credentials, or performing actions on behalf of the user. The vulnerability has a CVSS score of 7.1 (High), requires user interaction (clicking a malicious link), and affects network-accessible instances of SHOUT without authentication requirements.
Technical ContextAI
This vulnerability stems from CWE-79 (Improper Neutralization of Input During Web Page Generation), a fundamental input validation flaw where user-supplied data is reflected back into HTML responses without proper encoding or sanitization. The SHOUT application fails to neutralize untrusted input before rendering it in web page responses, allowing attackers to break out of expected data contexts and inject arbitrary HTML/JavaScript. This is a classic Reflected XSS vulnerability affecting server-side web applications; the attack vector is Network (AV:N) with Low Complexity (AC:L), indicating the vulnerability is trivial to exploit once a victim visits a crafted URL. The CPE identifier would be vendor:LambertGroup, product:SHOUT, versions:3.5.3 and earlier. The reflected nature (versus stored XSS) means the malicious payload must be delivered via URL or form submission in real-time.
RemediationAI
Upgrade SHOUT to version 3.5.4 or later (version containing the fix is not explicitly stated in description; contact LambertGroup for confirmation of patched version); priority: Critical Workaround (Temporary): Implement Web Application Firewall (WAF) rules to detect and block common XSS payloads (javascript:, onerror=, onload=, etc.) in URL parameters and form inputs; priority: High Workaround (Temporary): Restrict network access to SHOUT instances using firewall rules or VPN, limiting exposure to trusted users only; priority: High Code-Level Mitigation: Apply input encoding/sanitization: use context-aware output encoding (HTML entity encoding for HTML context, JavaScript encoding for script context), implement Content Security Policy (CSP) headers to restrict inline script execution; priority: Critical Detection: Monitor application logs for suspicious URL parameters containing script tags, event handlers (onerror, onclick, onload), or JavaScript protocol handlers; priority: Medium
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-17507