LiveActive security incident?Get immediate response
CVE Record

CVE-2019-1010266: lodash prior to 4.17.11 is affected by: CWE-400: Uncontrolled Resource Consumption.

lodash prior to 4.17.11 is affected by: CWE-400: Uncontrolled Resource Consumption. The impact is: Denial of service. The component is: Date handler. The attack vector is: Attacker provides very long strings, which the library attempts to match using a regular expression. The fixed version is: 4.17.11.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Older lodash versions can be made to spend excessive processing time on very long date-related strings. In affected applications, this can degrade availability or cause denial of service. The sources identify lodash 4.17.11 as the fixed version.

Executive priority

Treat as a availability-risk dependency cleanup item. Prioritize internet-facing services, high-traffic APIs, and products where users can submit date-like input. Escalate if vulnerable lodash is embedded in critical systems without vendor patch guidance.

Technical view

CVE-2019-1010266 is CWE-400 uncontrolled resource consumption in lodash before 4.17.11. The described component is a date handler where attacker-supplied long strings are matched by a regular expression, creating denial-of-service risk. No CVSS details are provided in the bundle.

Likely exposure

Exposure is likely where JavaScript applications or bundled products include lodash below 4.17.11 and pass attacker-controlled strings into affected date-handling paths. Transitive dependencies matter because lodash is often embedded through other packages.

Exploitation context

The bundle does not show CISA KEV listing or cite active exploitation. It describes a denial-of-service vector requiring attacker-controlled very long strings reaching the affected lodash date handler.

Researcher notes

The source bundle identifies DoS impact, CWE-400, long-string regular expression processing, and fixed version 4.17.11. It does not provide CVSS, exploit maturity, exact affected APIs, or proof of active exploitation. The affected-version field appears inconsistent with the stated fixed version.

Mitigation direction

  • Upgrade lodash to 4.17.11 or later where application-controlled.
  • Regenerate lockfiles so transitive lodash copies are updated.
  • Use SCA tooling to find duplicate vulnerable lodash instances.
  • Check vendor advisories for bundled products that include lodash.
  • Apply input length limits on untrusted date-like strings.

Validation and detection

  • Inspect package manifests and lockfiles for lodash versions below 4.17.11.
  • Run dependency scanning across application and container artifacts.
  • Confirm production bundles do not include vulnerable lodash copies.
  • Review input paths that feed untrusted strings into date handling.
  • Track vendor remediation status for third-party appliances or products.
Prepared
Confidence
medium
Sources
6

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-400: 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-2019-1010266 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
5Source 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
lodashlodash<4.17.11 [fixed: 4.7.11]Listed
Weakness

CWE details

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

CWE-400 · source CWE mapping

Uncontrolled Resource Consumption

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