LiveActive security incident?Get immediate response
CVE Record

CVE-2014-125071: lukehutch Gribbit HttpRequestHandler.java messageReceived missing origin validation in websockets

A vulnerability was found in lukehutch Gribbit. It has been classified as problematic. Affected is the function messageReceived of the file src/gribbit/request/HttpRequestHandler.java. The manipulation leads to missing origin validation in websockets. The name of the patch is 620418df247aebda3dd4be1dda10fe229ea505dd. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-217716.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This CVE affects lukehutch Gribbit WebSocket handling. The vulnerable code did not properly validate WebSocket origins, which can let an unauthorized or unexpected origin interact with a WebSocket endpoint. The published severity is medium, with limited confidentiality, integrity, and availability impact.

Executive priority

Treat as a moderate-priority remediation for systems that expose Gribbit WebSockets. It is not documented as actively exploited, but the patch is available and the weakness can affect data confidentiality, integrity, and availability.

Technical view

The issue is in messageReceived in src/gribbit/request/HttpRequestHandler.java. Sources classify it as CWE-1385, missing origin validation in WebSockets. CVSS 3.1 is 5.5 with adjacent attack vector, low complexity, low privileges, no user interaction, and limited CIA impact.

Likely exposure

Exposure is most likely in applications using lukehutch Gribbit with WebSocket functionality and code predating patch 620418df247aebda3dd4be1dda10fe229ea505dd. The source bundle does not provide affected version ranges or CPEs.

Exploitation context

The supplied sources do not report active exploitation, and KEV status is false. The CVSS vector indicates adjacent-network access and low privileges are required, but deployment details determine practical reachability.

Researcher notes

Evidence is clear on vulnerable function, weakness class, CVSS, and patch commit. Evidence is incomplete on affected versions, exploit maturity, and real-world deployment prevalence. Avoid broad product assumptions beyond lukehutch Gribbit.

Mitigation direction

  • Inventory applications and services using lukehutch Gribbit.
  • Apply upstream patch 620418df247aebda3dd4be1dda10fe229ea505dd where applicable.
  • Review WebSocket origin validation against vendor guidance.
  • Restrict WebSocket exposure to trusted networks where feasible.
  • Monitor CVE and VulDB records for updated version guidance.

Validation and detection

  • Confirm deployed code includes the referenced upstream patch.
  • Identify WebSocket routes implemented through Gribbit.
  • Verify origin validation exists before WebSocket processing.
  • Check logs for unexpected WebSocket origins or cross-origin attempts.
  • Record unresolved version uncertainty in the vulnerability tracker.
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-1385: 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-2014-125071 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
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

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

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
5.5CVSS 3.1MediumCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L2.13.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2014-125071Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
lukehutchGribbitn/aListed
Weakness

CWE details

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

CWE-1385 · source CWE mapping

Missing Origin Validation in WebSockets

Missing Origin Validation in WebSockets represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.