CyberRota Analysis
AI-GeneratedWinter CMS versions prior to 1.2.13 are vulnerable to a local file inclusion flaw in the JavascriptImporter filter, allowing authenticated users with the cms.manage_assets permission to disclose sensitive server files. This vulnerability can lead to the exposure of critical information, such as application keys and database credentials, to unauthenticated users through manipulated theme JavaScript assets. Organizations using Winter CMS should prioritize patching this vulnerability to mitigate the risk of unauthorized data exposure.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Winter CMS before 1.2.13 contains a local file inclusion vulnerability in the JavascriptImporter filter that allows authenticated users with cms.manage_assets permission to disclose arbitrary server-readable files by placing =include or =require directives in theme JavaScript assets. Attackers can reference files like .env outside the theme directory, and the combined output served through the combine route becomes readable by unauthenticated visitors, exposing application keys and database credentials.