LiveActive security incident?Get immediate response
CVE Record

CVE-2016-10619: pennyworth is a natural language templating engine.

pennyworth is a natural language templating engine. pennyworth downloads data resources over HTTP, which leaves it vulnerable to MITM attacks.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

pennyworth is a Node.js natural language templating module that downloads data resources over HTTP. Because HTTP is not encrypted or integrity-protected, someone positioned on the network could interfere with those downloads. The public sources do not provide a CVSS score, confirmed exploitation, or a named vendor fix.

Executive priority

Treat this as a dependency hygiene and supply-chain exposure issue, not an emergency based on current evidence. Prioritize confirmation of use and replacement planning, especially for production systems that process externally downloaded content.

Technical view

CVE-2016-10619 affects all listed versions of the HackerOne pennyworth node module. The issue is classified as CWE-311 and stems from downloading data resources over HTTP, creating confidentiality and integrity exposure to man-in-the-middle interception or modification. Evidence does not describe exploit chains, affected downstream applications, or patch details.

Likely exposure

Exposure is likely limited to applications or build/runtime environments that install and use the pennyworth Node module. Risk is higher when downloaded resources affect generated content, decisions, or user-visible output across untrusted networks.

Exploitation context

The source bundle shows KEV is false and provides no cited evidence of active exploitation. Practical exploitation would depend on a network position able to intercept or alter HTTP resource downloads; no exploit procedure is provided in the sources.

Researcher notes

The public record is sparse: all versions are listed as affected, severity data is absent, and the only described behavior is HTTP resource downloading. Further assessment should focus on actual package usage, network trust boundaries, and whether resource tampering changes application output.

Mitigation direction

  • Inventory direct and transitive use of the pennyworth node module.
  • Remove or replace pennyworth where it is not business-critical.
  • Check vendor or advisory guidance for any maintained fix or replacement path.
  • Reduce exposure to untrusted networks where the module runs.
  • Assess whether downloaded resources influence sensitive application behavior.

Validation and detection

  • Review dependency manifests and lockfiles for pennyworth.
  • Confirm whether pennyworth is loaded in production code paths.
  • Identify environments where the module downloads external resources.
  • Check whether outputs from downloaded resources affect users or security decisions.
  • Document findings because public severity and fix evidence are incomplete.
Prepared
Confidence
medium
Sources
3

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-311: 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-2016-10619 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
2Source 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
HackerOnepennyworth node moduleAll versionsListed
Weakness

CWE details

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

CWE-311 · source CWE mapping

Missing Encryption of Sensitive Data

Missing Encryption of Sensitive Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.