LiveActive security incident?Get immediate response
CVE Record

CVE-2014-10065: Certain input when passed into remarkable before 1.4.1 will bypass the bad protocol check that disallows th...

Certain input when passed into remarkable before 1.4.1 will bypass the bad protocol check that disallows the javascript: scheme allowing for javascript: url's to be injected into the rendered content.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Remarkable is a Markdown renderer. In versions before 1.4.1, certain link input could evade its check for blocked javascript: URLs, letting unsafe links be rendered into content. If an application renders untrusted Markdown to users, this can create browser script-execution risk. The source bundle does not show CISA KEV listing or active exploitation evidence.

Executive priority

Treat this as a targeted web application hygiene issue. Prioritize remediation where public or multi-user systems render untrusted Markdown with vulnerable remarkable versions. It is not KEV-listed in the bundle, but the impact can matter where stored or shared content reaches other users.

Technical view

CVE-2014-10065 affects the HackerOne remarkable node module before 1.4.1. Its bad-protocol filter intended to block javascript: schemes can be bypassed, allowing unsafe URLs in rendered Markdown output. The bundle lists CWE-94, but provides no CVSS score, no CPEs, and limited implementation detail.

Likely exposure

Exposure is most likely in Node.js applications using remarkable below 1.4.1 to render user-controlled or externally supplied Markdown into web pages.

Exploitation context

The available sources describe a sanitization bypass that can enable JavaScript URLs in rendered content. KEV is false, and the bundle provides no evidence of active exploitation. Risk depends on whether rendered Markdown is user-controllable and reachable by other users.

Researcher notes

Evidence is sparse: the CVE record identifies the affected package and version boundary, while references point to the GitHub issue and Node Security advisory. No CVSS vector, CPE mapping, or active exploitation claim is provided. Validate exposure through dependency inventory and Markdown rendering data flow.

Mitigation direction

  • Upgrade remarkable to version 1.4.1 or later where used.
  • Identify all transitive and direct uses of the remarkable node module.
  • Restrict or sanitize user-supplied Markdown before rendering it to browsers.
  • Check current vendor guidance if package upgrade is constrained.
  • Add regression coverage for blocked URL schemes in rendered Markdown.

Validation and detection

  • Review package manifests and lockfiles for remarkable versions below 1.4.1.
  • Map routes or services that render Markdown from users or external systems.
  • Confirm rendered Markdown does not preserve blocked JavaScript URL schemes.
  • Verify dependency scanners flag CVE-2014-10065 in affected builds.
  • Confirm tests cover Markdown links and unsafe protocol handling.
Prepared
Confidence
medium
Sources
4

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-94: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process 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-2014-10065 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HackerOneremarkable node module<1.4.1Listed
Weakness

CWE details

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

CWE-94 · source CWE mapping

Improper Control of Generation of Code ('Code Injection')

Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.