CyberRota Analysis
AI-GeneratedFlextype CMS versions up to 1.0.0-dev are vulnerable to an expression language injection that enables authenticated attackers with a valid API token to exploit the Symfony ExpressionLanguage engine via the POST /api/v1/query endpoint. This vulnerability allows unauthorized file access and could lead to conditional remote code execution if a PHP file is uploaded through another vector. Organizations using Flextype CMS should prioritize patching this vulnerability to mitigate potential data breaches and system compromise.
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
Flextype CMS through v1.0.0-dev contains an expression language injection vulnerability that allows authenticated attackers with a valid API token to read arbitrary files by passing unsanitized user-supplied input to the Symfony ExpressionLanguage engine via the POST /api/v1/query endpoint. Attackers can leverage exposed application objects including filesystem() and serializers() within the evaluation scope to read arbitrary server files and achieve conditional remote code execution if a PHP file can be placed on disk through a secondary vector.