Skip to content

Update minimatch to fix vulnerability CVE-2016-10540 [1.x] #100

@nutjob4life

Description

@nutjob4life

I unfortunately have to ship Plone to government sites which use the Twistlock scanner to check Docker images for vulnerabilities.

Plone 5.2.2's plone.staticresources-1.3.2 includes one such vulnerability: CVE-2016-10540. The issue is that minimatch is at version 0.3.0, but should be ≥ 3.0.2.

The data from Twistlock is:

  • CVE ID: CVE-2016-10540
  • Type: Javascript
  • Severity: high
  • Packages: minimatch
  • Package version: 0.3.0
  • Fix status fixed in ≥ 3.0.2
  • Risk factors: Attack complexity: low, Attack vector: network, DoS, Has fix, High severity
  • Description: Minimatch is a minimal matching utility that works by converting glob expressions into JavaScript RegExp objects. The primary function, minimatch(path, pattern) in Minimatch 3.0.1 and earlier is vulnerable to ReDoS in the pattern parameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions