LiveActive security incident?Get immediate response
CVE Record

CVE-2012-10034: ClanSphere 2011.3 Local File Inclusion via cs_lang Cookie

ClanSphere 2011.3 is vulnerable to a local file inclusion (LFI) flaw due to improper handling of the cs_lang cookie parameter. The application fails to sanitize user-supplied input, allowing attackers to traverse directories and read arbitrary files outside the web root. The vulnerability is further exacerbated by null byte injection (%00) to bypass file extension checks.

HighCVSS 8.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

ClanSphere 2011.3 has a file-reading flaw that can let an unauthenticated remote attacker read files the web server can access. The issue is in how the application handles the cs_lang cookie. This is serious for any exposed legacy ClanSphere site because file disclosure can reveal credentials, configuration, or other sensitive server data.

Executive priority

Prioritize remediation for any public ClanSphere 2011.3 instance. The vulnerability enables sensitive file disclosure without authentication, and public exploit references increase operational risk even without confirmed active exploitation.

Technical view

CVE-2012-10034 is a CWE-22 local file inclusion issue in ClanSphere 2011.3. Unsanitized cs_lang cookie input allows directory traversal, and the source bundle notes null byte injection can bypass extension checks. CVSS 4.0 is 8.7. Public exploit references exist, but the provided sources do not show CISA KEV listing or active exploitation.

Likely exposure

Exposure is likely limited to organizations still running ClanSphere 2011.3, especially internet-facing community or clan sites. The source bundle does not identify other affected versions or CPEs.

Exploitation context

Public exploit artifacts are cited by Rapid7 Metasploit and Exploit-DB references. However, KEV is false, and the supplied evidence does not establish active exploitation in the wild.

Researcher notes

The record is source-grounded but sparse. Evidence supports ClanSphere 2011.3, CWE-22, unauthenticated network exposure, high confidentiality impact, and public exploit availability. No official patch, broader version range, or active exploitation evidence is present in the supplied bundle.

Mitigation direction

  • Inventory and identify any ClanSphere 2011.3 deployments.
  • Check ClanSphere project or vendor guidance for fixed versions or official workarounds.
  • Remove public exposure until the application is upgraded, replaced, or isolated.
  • Review configuration files and credentials for possible disclosure risk.
  • Rotate secrets if logs suggest suspicious file access attempts.

Validation and detection

  • Confirm the running ClanSphere version from application files or admin metadata.
  • Review web logs for suspicious cs_lang cookie values.
  • Check whether the site is reachable from the internet.
  • Assess whether sensitive files are readable by the web server account.
  • Document compensating controls if upgrade or replacement is delayed.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-22: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2012-10034 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.7 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.7CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

8.7High
CVSS 4.0 vector shape for CVE-2012-10034Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ClanSphere ProjectClanSphere2011.3unknown
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-22 · source CWE mapping

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.