LiveActive security incident?Get immediate response
CVE Record

CVE-2014-125108: w3c online-spellchecker-py spellchecker cross site scripting

A vulnerability was found in w3c online-spellchecker-py up to 20140130. It has been rated as problematic. This issue affects some unknown processing of the file spellchecker. The manipulation leads to cross site scripting. The attack may be initiated remotely. The complexity of an attack is rather high. The exploitation is known to be difficult. The identifier of the patch is d6c21fd8187c5db2a50425ff80694149e75d722e. It is recommended to apply a patch to fix this issue. The identifier VDB-248849 was assigned to this vulnerability.

LowCVSS 3.1Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

This is a low-severity cross-site scripting issue in W3C online-spellchecker-py. A successful attack could alter what a user sees or does in the browser, but the published scoring indicates high attack complexity, required user interaction, no confidentiality impact, and only low integrity impact.

Executive priority

Treat this as a low-priority cleanup unless the component is exposed to untrusted users. Confirm presence first, then patch or retire it during normal maintenance. Escalation is only warranted if a sensitive exposed deployment is found.

Technical view

CVE-2014-125108 affects unknown processing in the spellchecker file of w3c online-spellchecker-py up to 20140130. Manipulation can cause CWE-79 cross-site scripting. The CVSS 3.1 vector is AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N, score 3.1.

Likely exposure

Exposure is likely limited to organizations still running w3c online-spellchecker-py version 20140130 or earlier. The source bundle does not identify CPEs, package ecosystems, deployment defaults, or downstream bundled products, so asset discovery must confirm actual use.

Exploitation context

The vulnerability is remotely reachable, but sources describe attack complexity as high and exploitation as difficult. User interaction is required. The bundle says KEV is false, and no cited source in the bundle establishes active exploitation.

Researcher notes

The public detail is sparse: the affected processing path is described only as the spellchecker file, and the source bundle does not provide affected CPEs or exploit evidence. Analysis should focus on provenance, patch comparison, and whether any public-facing deployment still uses the old component.

Mitigation direction

  • Inventory any deployment of w3c online-spellchecker-py version 20140130 or earlier.
  • Apply upstream patch commit d6c21fd8187c5db2a50425ff80694149e75d722e where the component remains in use.
  • If patching is impractical, remove or replace the component after vendor guidance review.
  • Limit exposure of the spellchecker service to trusted users until remediation is complete.

Validation and detection

  • Confirm whether online-spellchecker-py exists in source repositories, servers, containers, or dependency inventories.
  • Check deployed version or commit state against the 20140130 affected version and patch commit.
  • Review application logs and browser security reports for unusual spellchecker-related script activity.
  • Verify remediation in a test environment without using offensive payloads or production user data.
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-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-125108 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.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/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.1CVSS 3.1LowCVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N1.61.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

3.1Low
CVSS 3.1 vector shape for CVE-2014-125108Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/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
w3conline-spellchecker-py20140130Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.