Plugin Name: SportsPress Version: 2.7.26 File: class-sp-shortcodes.php Last Change: Revision 3629324, checked in by ThemeBoy 4 years ago Vulnerability Information Vulnerability Type: Potential Cross-Site Scripting (XSS) Vulnerable Function: Vulnerable Line: Description: The function is used to sanitize the output, but there might be cases where user-generated content is not properly sanitized before being passed to , leading to potential XSS vulnerabilities. Recommendation: - Conduct a thorough code review to ensure all user inputs are properly sanitized and validated. - Consider using with a custom allowed tags and attributes list for more granular control over what HTML elements are allowed.