LiveActive security incident?Get immediate response
CVE Record

CVE-2014-125060: holdennb CollabCal calenderServer.cpp handleGet improper authentication

A vulnerability, which was classified as critical, was found in holdennb CollabCal. Affected is the function handleGet of the file calenderServer.cpp. The manipulation leads to improper authentication. It is possible to launch the attack remotely. The patch is identified as b80f6d1893607c99e5113967592417d0fe310ce6. It is recommended to apply a patch to fix this issue. VDB-217614 is the identifier assigned to this vulnerability.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CollabCal has an improper authentication flaw that could let a remote attacker reach functionality that should require identity checks. The source bundle rates it high severity because confidentiality, integrity, and availability may be partially affected. A patch commit is identified, but affected version details are not provided.

Executive priority

Prioritize remediation for any internet-accessible CollabCal deployment because the flaw is remote and unauthenticated. Urgency is lower if CollabCal is not used or is isolated, but version ambiguity makes inventory verification important.

Technical view

CVE-2014-125060 is a CWE-287 improper authentication issue in holdennb CollabCal's handleGet function in calenderServer.cpp. The CVSS 2.0 vector is AV:N/AC:L/Au:N/C:P/I:P/A:P, indicating remote, low-complexity access without authentication. The identified patch is commit b80f6d1893607c99e5113967592417d0fe310ce6.

Likely exposure

Exposure appears limited to organizations running holdennb CollabCal. The source bundle does not identify affected versions, CPEs, deployment patterns, or default exposure. Treat any reachable CollabCal instance without the patch as potentially exposed until verified.

Exploitation context

The sources state the issue can be attacked remotely. The CVE is not listed as KEV in the provided bundle, and no supplied source supports active exploitation. No exploit steps or weaponization details are needed to assess business urgency.

Researcher notes

Evidence is sparse: affected versions are listed as n/a, with no CPEs. The strongest technical anchors are CWE-287, handleGet in calenderServer.cpp, CVSS 2.0 vector, VulDB ID VDB-217614, and the named GitHub patch commit.

Mitigation direction

  • Inventory systems for holdennb CollabCal deployments.
  • Apply patch commit b80f6d1893607c99e5113967592417d0fe310ce6 where applicable.
  • Check vendor or project guidance for version-specific remediation details.
  • Restrict external access to CollabCal until remediation is confirmed.

Validation and detection

  • Confirm whether CollabCal is deployed in production or exposed environments.
  • Verify the deployed code includes the referenced patch commit.
  • Review authentication behavior around handleGet for expected access controls.
  • Check logs for suspicious unauthenticated access to calendar endpoints.
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 · medium confidence lookup

CWE-287: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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-2014-125060 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
7.5 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

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
7.5CVSS 2.0HighAV:N/AC:L/Au:N/C:P/I:P/A:P106.4Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

7.5High
CVSS 2.0 vector shape for CVE-2014-125060Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
holdennbCollabCaln/aListed
Weakness

CWE details

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

CWE-287 · source CWE mapping

Improper Authentication

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