LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10129: planet-freo auth.inc.php comparison

A vulnerability was found in planet-freo up to 20150116 and classified as problematic. Affected by this issue is some unknown functionality of the file admin/inc/auth.inc.php. The manipulation of the argument auth leads to incorrect comparison. The attack may be launched remotely. The complexity of an attack is rather high. The exploitation is known to be difficult. The exploit has been disclosed to the public and may be used. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available. The name of the patch is 6ad38c58a45642eb8c7844e2f272ef199f59550d. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-252716.

LowCVSS 3.7Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2015-10129 is a low-severity authentication comparison issue in planet-freo. It may allow limited information disclosure, but the published scoring says exploitation is remote, high-complexity, and difficult. There is no KEV listing or source evidence of active exploitation.

Executive priority

Treat this as a low-priority hygiene fix unless planet-freo is business-critical or externally exposed. The main action is inventory confirmation and patch verification, not emergency response.

Technical view

The issue affects planet-freo up to 20150116 in admin/inc/auth.inc.php. Manipulating the auth argument can trigger CWE-697 incorrect comparison behavior. CVSS 3.1 is 3.7, with network attack vector, high attack complexity, no privileges or user interaction, and low confidentiality impact only.

Likely exposure

Exposure is limited to organizations still running planet-freo, especially deployments with the affected admin/inc/auth.inc.php code. The source bundle states this project uses rolling releases, so affected and fixed version boundaries are not clearly available.

Exploitation context

The exploit has reportedly been publicly disclosed and may be used, but the sources also describe exploitation as difficult and high-complexity. There is no KEV entry and no cited evidence of active exploitation in the provided bundle.

Researcher notes

Evidence is sparse: VulDB names the file, auth argument, CWE-697 class, patch commit, and rolling-release version uncertainty. The vulnerable functionality is described as unknown, so validation should focus on code provenance and patch presence rather than assumed behavior.

Mitigation direction

  • Identify any active planet-freo deployments and their deployed commit or source snapshot.
  • Apply or verify patch commit 6ad38c58a45642eb8c7844e2f272ef199f59550d.
  • Prioritize internet-accessible admin deployments for review first.
  • Check upstream project or vendor guidance for any additional maintenance instructions.

Validation and detection

  • Confirm whether admin/inc/auth.inc.php exists in deployed planet-freo instances.
  • Compare deployed source against patch commit 6ad38c58a45642eb8c7844e2f272ef199f59550d.
  • Verify the deployment is not based on the 20150116 affected snapshot.
  • Review logs for unusual remote requests targeting admin authentication paths.
Prepared
Confidence
medium
Sources
5

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 · low confidence lookup

CWE-697: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-2015-10129 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
Low
CVSS
3.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A: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
4Source 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
3.7CVSS 3.1LowCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N2.21.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

3.7Low
CVSS 3.1 vector shape for CVE-2015-10129Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aplanet-freo20150116Listed
Weakness

CWE details

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

CWE-697 · source CWE mapping

Incorrect Comparison

Incorrect Comparison represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.