CVE-2012-10034
BaseFortify
Publication date: 2025-08-05
Last updated on: 2025-09-23
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| csphere | clansphere | 2011.3 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a local file inclusion (LFI) flaw in ClanSphere 2011.3 caused by improper handling of the cs_lang cookie parameter. The application does not properly sanitize user input, allowing attackers to perform directory traversal and read arbitrary files outside the web root. Additionally, null byte injection (%00) can be used to bypass file extension checks, making the attack more effective.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can read sensitive files on the server that are outside the intended web directory. This can lead to exposure of confidential information, configuration files, or other sensitive data, potentially compromising the security and privacy of the system and its users.