CVE-2010-4330
Description
Directory traversal vulnerability in includes/controller.php in Pulse CMS Basic before 1.2.9 allows remote attackers to include and execute arbitrary local files via a .. (dot dot) in the p parameter to index.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
Pulse CMS Basic - Local File Inclusion
'Pulse CMS Basic' Local File Inclusion Vulnerability (CVE-2010-4330)
Mark Stanislav - mark.stanislav@gmail.com
I. DESCRIPTION
---------------------------------------
A vulnerability exists in the 'includes/controller.php' script that allows for arbitrary local file inclusion due to a null-byte attack.
II. TESTED VERSION
---------------------------------------
Version 1.2.8
III. AFFECTED VERSIONS
---------------------------------------
< 1.2.9
IV. PoC EXPLOIT
---------------------------------------
http://www.example.com/index.php?p=/../../../../../../../../../../../../../../etc/passwd%00
V. NOTES
---------------------------------------
* magic_quotes_gpc must be disabled for null-byte attacks to work
* This issue did not affect Pulse CMS Pro according to the vendor
VI. SOLUTION
---------------------------------------
Upgrade all previously installed versions to 1.2.9
VII. REFERENCES
---------------------------------------
http://pulsecms.com/
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4330
http://www.uncompiled.com/2010/12/pulse-cms-basic-local-file-inclusion-vulnerability-cve-2010-4330/
VIII. TIMELINE
---------------------------------------
11/24/2010: Initial vendor disclosure
11/25/2010: Vendor response that they had fixed the issue & updated the existing version (1.2.8)
11/25/2010: Replied to vendor inquiring if a new point release would be made and affected versions
11/26/2010: Vendor response noting a version increment was coming & vulnerable versions confirmation
11/26/2010: Pulse CMS Basic 1.2.9 released
12/05/2010: Public disclosure
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| pulsecms | pulse_cms | {"endIncluding":"1.2.8"} | |
| pulsecms | pulse_cms | 1.0 | |
| pulsecms | pulse_cms | 1.01 | |
| pulsecms | pulse_cms | 1.1 | |
| pulsecms | pulse_cms | 1.2 | |
| pulsecms | pulse_cms | 1.2.1 | |
| pulsecms | pulse_cms | 1.2.2 | |
| pulsecms | pulse_cms | 1.2.3 | |
| pulsecms | pulse_cms | 1.2.4 | |
| pulsecms | pulse_cms | 1.2.5 | |
| pulsecms | pulse_cms | 1.2.6 | |
| pulsecms | pulse_cms | 1.2.7 | |
| pulsecms | pulse_cms | 1.15 | |
| pulsecms | pulse_cms | 1.16 | |
| pulsecms | pulse_cms | 1.17 | |
| pulsecms | pulse_cms | 1.18 | |
References
- http://osvdb.org/69622
- http://pulsecms.com/release-notes.php
- http://secunia.com/advisories/42462
- http://www.exploit-db.com/exploits/15691
- http://www.securityfocus.com/archive/1/515029/100/0/threaded
- http://www.securityfocus.com/bid/45186
- http://www.uncompiled.com/2010/12/pulse-cms-basic-local-file-inclusion-vulnerability-cve-2010-4330/
- http://www.vupen.com/english/advisories/2010/3128
- http://osvdb.org/69622
- http://pulsecms.com/release-notes.php
- http://secunia.com/advisories/42462
- http://www.exploit-db.com/exploits/15691
- http://www.securityfocus.com/archive/1/515029/100/0/threaded
- http://www.securityfocus.com/bid/45186
- http://www.uncompiled.com/2010/12/pulse-cms-basic-local-file-inclusion-vulnerability-cve-2010-4330/
- http://www.vupen.com/english/advisories/2010/3128
CWEs
CWE-22
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.