Vulnerability Description
imFAQ is an advanced questions and answers management system for ImpressCMS. Prior to 1.0.1, if the $_GET['seoOp'] parameter is manipulated to include malicious input (e.g., seoOp=php://filter/read=convert.base64-encode/resource=/var/www/html/config.php), the application could allow an attacker to read sensitive files on the server (Local File Inclusion, LFI). The $_GET['seoOp'] and $_GET['seoArg'] parameters are directly used without sanitization or validation. This is partly mitigated by the fact that the ImpressCMS sensitive files are stored outside the web root, in a folder with a randomized name. The issue has been resolved in imFaq 1.0.1.
Related Weaknesses (CWE)
References
- https://github.com/ImpressModules/imfaq/commit/63dedd30a8f196db7b340740adf667a39
- https://github.com/ImpressModules/imfaq/security/advisories/GHSA-vrr3-54vc-vwg3
FAQ
What is CVE-2025-29930?
CVE-2025-29930 is a documented vulnerability. imFAQ is an advanced questions and answers management system for ImpressCMS. Prior to 1.0.1, if the $_GET['seoOp'] parameter is manipulated to include malicious input (e.g., seoOp=php://filter/read=co...
How severe is CVE-2025-29930?
CVSS scoring is not yet available for CVE-2025-29930. Check NVD for updates.
Is there a patch for CVE-2025-29930?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.