-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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 thepattern
parameter.
Metadata
Metadata
Assignees
Labels
No labels