CVE-2012-1200
Description
Multiple PHP remote file inclusion vulnerabilities in Nova CMS allow remote attackers to execute arbitrary PHP code via a URL in the (1) fileType parameter to optimizer/index.php, (2) id parameter to administrator/modules/moduleslist.php, (3) filename parameter to includes/function/gets.php, or (4) conf[blockfile] parameter to includes/function/usertpl.php.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
Exploits
Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.
Exploit-DB
Nova CMS - '/administrator/modules/moduleslist.php?id' Remote File Inclusion
Nova CMS - '/includes/function/gets.php?Filename' Remote File Inclusion
Nova CMS - '/includes/function/usertpl.php?conf[blockfile]' Remote File Inclusion
Nova CMS - '/optimizer/index.php?fileType' Remote File Inclusion
source: https://www.securityfocus.com/bid/51976/info
Nova CMS is prone to multiple remote file-include vulnerabilities because the application fails to sufficiently sanitize user-supplied input.
Exploiting these issues may allow a remote attacker to obtain sensitive information or execute malicious PHP code in the context of the webserver process. This may allow the attacker to compromise the application and the underlying computer; other attacks are also possible.
http://www.example.com/novacms/optimizer/index.php?fileType=[EV!L]
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| nova-cms | nova_cms | - | |
References
- http://packetstormsecurity.org/files/109669/Nova-CMS-Remote-File-Inclusion.html
- http://www.securityfocus.com/bid/51976
- https://exchange.xforce.ibmcloud.com/vulnerabilities/73159
- http://packetstormsecurity.org/files/109669/Nova-CMS-Remote-File-Inclusion.html
- http://www.securityfocus.com/bid/51976
- https://exchange.xforce.ibmcloud.com/vulnerabilities/73159
CWEs
CWE-94
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.