CVE-2010-4330

medium
Published 2010-12-07 ยท Modified 2026-04-29
CVSS v3
โ€”
CVSS v4 NEW
โ€”
not yet in upstream
VIR risk
7.8

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

Exploit likelihood
20%
Patch ETA
โ€”

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 with source_tier=community-verified.

Exploits

Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.

Exploit-DB

EDB-15691 webapps php text ยท 2 KB
Mark Stanislav ยท 2010-12-05

Pulse CMS Basic - Local File Inclusion

text exploit Source: Exploit-DB
'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

VendorProductVersionsFixed
pulsecmspulse_cms{"endIncluding":"1.2.8"}
pulsecmspulse_cms1.0
pulsecmspulse_cms1.01
pulsecmspulse_cms1.1
pulsecmspulse_cms1.2
pulsecmspulse_cms1.2.1
pulsecmspulse_cms1.2.2
pulsecmspulse_cms1.2.3
pulsecmspulse_cms1.2.4
pulsecmspulse_cms1.2.5
pulsecmspulse_cms1.2.6
pulsecmspulse_cms1.2.7
pulsecmspulse_cms1.15
pulsecmspulse_cms1.16
pulsecmspulse_cms1.17
pulsecmspulse_cms1.18

References

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.