Giter Club home page Giter Club logo

aos_source's People

Contributors

aefrati avatar agenshaft avatar aosrnd avatar assafkub avatar daniel-balahsan avatar fizpok avatar goose1451 avatar kubany avatar mend-bolt-for-github[bot] avatar michaledery avatar shimor avatar

Watchers

 avatar  avatar

aos_source's Issues

CVE-2017-17485 (High) detected in jackson-databind-2.4.5.jar

CVE-2017-17485 - High Severity Vulnerability

Vulnerable Library - jackson-databind-2.4.5.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/com/fasterxml/jackson/core/jackson-databind/2.4.5/jackson-databind-2.4.5.jar

Dependency Hierarchy:

  • jackson-databind-2.4.5.jar (Vulnerable Library)

Found in HEAD commit: 83601fa71d48d16fba4d9361a6cdf00b6a9f5ffa

Vulnerability Details

FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the Spring libraries are available in the classpath.

Publish Date: 2018-01-10

URL: CVE-2017-17485

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Change files

Origin: FasterXML/jackson-databind@bb45fb1#diff-727a6e8db3603b95f185697108af6c48

Release Date: 2017-12-19

Fix Resolution: Replace or update the following files: AbstractApplicationContext.java, AbstractPointcutAdvisor.java, BogusApplicationContext.java, SubTypeValidator.java, BogusPointcutAdvisor.java, IllegalTypesCheckTest.java


Step up your Open Source Security Game with WhiteSource here

CVE-2018-16487 (High) detected in multiple libraries

CVE-2018-16487 - High Severity Vulnerability

Vulnerable Libraries - lodash-1.0.2.tgz, lodash-3.10.1.tgz, lodash-2.4.2.tgz, lodash-2.2.1.tgz, lodash-0.9.2.tgz

lodash-1.0.2.tgz

A utility library delivering consistency, customization, performance, and extras.

Library home page: https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/globule/node_modules/lodash/package.json

Dependency Hierarchy:

  • grunt-contrib-watch-0.6.1.tgz (Root Library)
    • gaze-0.5.2.tgz
      • globule-0.1.0.tgz
        • lodash-1.0.2.tgz (Vulnerable Library)
lodash-3.10.1.tgz

The modern build of lodash modular utilities.

Library home page: https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/grunt-usemin/node_modules/lodash/package.json

Dependency Hierarchy:

  • grunt-usemin-3.1.1.tgz (Root Library)
    • lodash-3.10.1.tgz (Vulnerable Library)
lodash-2.4.2.tgz

A utility library delivering consistency, customization, performance, & extras.

Library home page: https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/grunt-legacy-log-utils/node_modules/lodash/package.json

Dependency Hierarchy:

  • grunt-contrib-watch-0.6.1.tgz (Root Library)
    • lodash-2.4.2.tgz (Vulnerable Library)
lodash-2.2.1.tgz

A utility library delivering consistency, customization, performance, & extras.

Library home page: https://registry.npmjs.org/lodash/-/lodash-2.2.1.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/load-grunt-tasks/node_modules/lodash/package.json

Dependency Hierarchy:

  • load-grunt-tasks-0.1.3.tgz (Root Library)
    • lodash-2.2.1.tgz (Vulnerable Library)
lodash-0.9.2.tgz

A utility library delivering consistency, customization, performance, and extras.

Library home page: https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/lodash/package.json

Dependency Hierarchy:

  • grunt-0.4.5.tgz (Root Library)
    • lodash-0.9.2.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

A prototype pollution vulnerability was found in lodash <4.17.11 where the functions merge, mergeWith, and defaultsDeep can be tricked into adding or modifying properties of Object.prototype.

Publish Date: 2019-02-01

URL: CVE-2018-16487

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16487

Release Date: 2019-02-01

Fix Resolution: 4.17.11


Step up your Open Source Security Game with WhiteSource here

CVE-2018-10237 (Medium) detected in guava-18.0.jar

CVE-2018-10237 - Medium Severity Vulnerability

Vulnerable Library - guava-18.0.jar

Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more.

Guava has only one code dependency - javax.annotation,
per the JSR-305 spec.</p>

Library home page: http://code.google.com/

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: /root/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar

Dependency Hierarchy:

  • springfox-swagger2-2.2.2.jar (Root Library)
    • guava-18.0.jar (Vulnerable Library)

Found in HEAD commit: 83601fa71d48d16fba4d9361a6cdf00b6a9f5ffa

Vulnerability Details

Unbounded memory allocation in Google Guava 11.0 through 24.x before 24.1.1 allows remote attackers to conduct denial of service attacks against servers that depend on this library and deserialize attacker-provided data, because the AtomicDoubleArray class (when serialized with Java serialization) and the CompoundOrdering class (when serialized with GWT serialization) perform eager allocation without appropriate checks on what a client has sent and whether the data size is reasonable.

Publish Date: 2018-04-26

URL: CVE-2018-10237

CVSS 3 Score Details (5.9)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2018-10237

Release Date: 2018-04-26

Fix Resolution: 24.1.1-android,24.1.1-jre


Step up your Open Source Security Game with WhiteSource here

WS-2015-0003 (Medium) detected in handlebars-2.0.0.min.js

WS-2015-0003 - Medium Severity Vulnerability

Vulnerable Library - handlebars-2.0.0.min.js

Handlebars provides the power necessary to let you build semantic templates effectively with no frustration

Library home page: https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/2.0.0/handlebars.min.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/api/docs/index.html

Path to vulnerable library: /root/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/safepay/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/order/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/mastercredit/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/catalog/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/aos_source/safepay/src/main/webapp/api/docs/lib/handlebars-2.0.0.js

Dependency Hierarchy:

  • handlebars-2.0.0.min.js (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

Quoteless Attributes in Templates can lead to Content Injection

Publish Date: 2015-12-14

URL: WS-2015-0003

CVSS 2 Score Details (5.3)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://nodesecurity.io/advisories/61

Release Date: 2015-12-14

Fix Resolution: If you are unable to upgrade to version 4.0.0 or greater you can add quotes to your attributes in your handlebar templates.


Step up your Open Source Security Game with WhiteSource here

CVE-2016-5007 (High) detected in multiple libraries

CVE-2016-5007 - High Severity Vulnerability

Vulnerable Libraries - spring-security-config-4.0.3.RELEASE.jar, spring-security-web-4.0.3.RELEASE.jar, spring-webmvc-4.1.6.RELEASE.jar

spring-security-config-4.0.3.RELEASE.jar

spring-security-config

Library home page: http://spring.io/spring-security

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/org/springframework/security/spring-security-config/4.0.3.RELEASE/spring-security-config-4.0.3.RELEASE.jar

Dependency Hierarchy:

  • spring-security-config-4.0.3.RELEASE.jar (Vulnerable Library)
spring-security-web-4.0.3.RELEASE.jar

spring-security-web

Library home page: http://spring.io/spring-security

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/org/springframework/security/spring-security-web/4.0.3.RELEASE/spring-security-web-4.0.3.RELEASE.jar

Dependency Hierarchy:

  • spring-security-web-4.0.3.RELEASE.jar (Vulnerable Library)
spring-webmvc-4.1.6.RELEASE.jar

Spring Web MVC

Library home page: https://github.com/spring-projects/spring-framework

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/org/springframework/spring-webmvc/4.1.6.RELEASE/spring-webmvc-4.1.6.RELEASE.jar

Dependency Hierarchy:

  • spring-webmvc-4.1.6.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 83601fa71d48d16fba4d9361a6cdf00b6a9f5ffa

Vulnerability Details

Both Spring Security 3.2.x, 4.0.x, 4.1.0 and the Spring Framework 3.2.x, 4.0.x, 4.1.x, 4.2.x rely on URL pattern mappings for authorization and for mapping requests to controllers respectively. Differences in the strictness of the pattern matching mechanisms, for example with regards to space trimming in path segments, can lead Spring Security to not recognize certain paths as not protected that are in fact mapped to Spring MVC controllers that should be protected. The problem is compounded by the fact that the Spring Framework provides richer features with regards to pattern matching as well as by the fact that pattern matching in each Spring Security and the Spring Framework can easily be customized creating additional differences.

Publish Date: 2017-05-25

URL: CVE-2016-5007

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://pivotal.io/security/cve-2016-5007

Release Date: 2017-05-25

Fix Resolution: v4.3.0


Step up your Open Source Security Game with WhiteSource here

CVE-2015-8861 (Medium) detected in handlebars-2.0.0.min.js

CVE-2015-8861 - Medium Severity Vulnerability

Vulnerable Library - handlebars-2.0.0.min.js

Handlebars provides the power necessary to let you build semantic templates effectively with no frustration

Library home page: https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/2.0.0/handlebars.min.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/api/docs/index.html

Path to vulnerable library: /root/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/safepay/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/order/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/mastercredit/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/catalog/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/aos_source/safepay/src/main/webapp/api/docs/lib/handlebars-2.0.0.js

Dependency Hierarchy:

  • handlebars-2.0.0.min.js (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

The handlebars package before 4.0.0 for Node.js allows remote attackers to conduct cross-site scripting (XSS) attacks by leveraging a template with an attribute that is not quoted.

Publish Date: 2017-01-23

URL: CVE-2015-8861

CVSS 3 Score Details (6.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Changed
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/61

Release Date: 2017-01-23

Fix Resolution: 4.0.0


Step up your Open Source Security Game with WhiteSource here

CVE-2017-15708 (High) detected in commons-collections-3.2.1.jar

CVE-2017-15708 - High Severity Vulnerability

Vulnerable Library - commons-collections-3.2.1.jar

Types that extend and augment the Java Collections Framework.

Library home page: http://commons.apache.org/collections/

Path to dependency file: /tmp/ws-scm/aos_source/accountservice/pom.xml

Path to vulnerable library: epository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar

Dependency Hierarchy:

  • commons-collections-3.2.1.jar (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

In Apache Synapse, by default no authentication is required for Java Remote Method Invocation (RMI). So Apache Synapse 3.0.1 or all previous releases (3.0.0, 2.1.0, 2.0.0, 1.2, 1.1.2, 1.1.1) allows remote code execution attacks that can be performed by injecting specially crafted serialized objects. And the presence of Apache Commons Collections 3.2.1 (commons-collections-3.2.1.jar) or previous versions in Synapse distribution makes this exploitable. To mitigate the issue, we need to limit RMI access to trusted users only. Further upgrading to 3.0.1 version will eliminate the risk of having said Commons Collection version. In Synapse 3.0.1, Commons Collection has been updated to 3.2.2 version.

Publish Date: 2017-12-11

URL: CVE-2017-15708

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15708

Release Date: 2017-12-11

Fix Resolution: Apache Synapse - 3.0.1;Apache Commons Collections - 3.2.2


Step up your Open Source Security Game with WhiteSource here

CVE-2018-19360 (High) detected in jackson-databind-2.4.5.jar

CVE-2018-19360 - High Severity Vulnerability

Vulnerable Library - jackson-databind-2.4.5.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/com/fasterxml/jackson/core/jackson-databind/2.4.5/jackson-databind-2.4.5.jar

Dependency Hierarchy:

  • jackson-databind-2.4.5.jar (Vulnerable Library)

Found in HEAD commit: 83601fa71d48d16fba4d9361a6cdf00b6a9f5ffa

Vulnerability Details

FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the axis2-transport-jms class from polymorphic deserialization.

Publish Date: 2019-01-02

URL: CVE-2018-19360

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19360

Release Date: 2019-01-02

Fix Resolution: 2.9.8


Step up your Open Source Security Game with WhiteSource here

CVE-2016-10540 (High) detected in minimatch-0.3.0.tgz, minimatch-0.2.14.tgz

CVE-2016-10540 - High Severity Vulnerability

Vulnerable Libraries - minimatch-0.3.0.tgz, minimatch-0.2.14.tgz

minimatch-0.3.0.tgz

a glob matcher in javascript

Library home page: https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/cli/node_modules/minimatch/package.json

Dependency Hierarchy:

  • grunt-0.4.5.tgz (Root Library)
    • findup-sync-0.1.3.tgz
      • glob-3.2.11.tgz
        • minimatch-0.3.0.tgz (Vulnerable Library)
minimatch-0.2.14.tgz

a glob matcher in javascript

Library home page: https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/minimatch/package.json

Dependency Hierarchy:

  • grunt-0.4.5.tgz (Root Library)
    • minimatch-0.2.14.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

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.

Publish Date: 2018-05-31

URL: CVE-2016-10540

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nodesecurity.io/advisories/118

Release Date: 2016-06-20

Fix Resolution: Update to version 3.0.2 or later.


Step up your Open Source Security Game with WhiteSource here

WS-2019-0032 (Medium) detected in js-yaml-2.0.5.tgz

WS-2019-0032 - Medium Severity Vulnerability

Vulnerable Library - js-yaml-2.0.5.tgz

YAML 1.2 parser and serializer

Library home page: https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/js-yaml/package.json

Dependency Hierarchy:

  • grunt-0.4.5.tgz (Root Library)
    • js-yaml-2.0.5.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

Versions js-yaml prior to 3.13.0 are vulnerable to Denial of Service. By parsing a carefully-crafted YAML file, the node process stalls and may exhaust system resources leading to a Denial of Service.

Publish Date: 2019-03-26

URL: WS-2019-0032

CVSS 2 Score Details (5.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/788/versions

Release Date: 2019-03-26

Fix Resolution: 3.13.0


Step up your Open Source Security Game with WhiteSource here

WS-2019-0064 (High) detected in handlebars-2.0.0.min.js

WS-2019-0064 - High Severity Vulnerability

Vulnerable Library - handlebars-2.0.0.min.js

Handlebars provides the power necessary to let you build semantic templates effectively with no frustration

Library home page: https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/2.0.0/handlebars.min.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/api/docs/index.html

Path to vulnerable library: /root/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/safepay/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/order/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/mastercredit/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/catalog/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/aos_source/safepay/src/main/webapp/api/docs/lib/handlebars-2.0.0.js

Dependency Hierarchy:

  • handlebars-2.0.0.min.js (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

Versions of handlebars prior to 4.0.14 are vulnerable to Prototype Pollution. Templates may alter an Objects' prototype, thus allowing an attacker to execute arbitrary code on the server.

Publish Date: 2019-04-30

URL: WS-2019-0064

CVSS 2 Score Details (8.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/755/versions

Release Date: 2019-04-30

Fix Resolution: 1.0.6-2,4.0.14,4.1.2


Step up your Open Source Security Game with WhiteSource here

CVE-2019-11358 (Medium) detected in jquery-1.8.0.min.js, jquery-3.1.1.js

CVE-2019-11358 - Medium Severity Vulnerability

Vulnerable Libraries - jquery-1.8.0.min.js, jquery-3.1.1.js

jquery-1.8.0.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js

Path to vulnerable library: /aos_source/safepay/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/order/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/mastercredit/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/safepay/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/catalog/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/root/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js

Dependency Hierarchy:

  • jquery-1.8.0.min.js (Vulnerable Library)
jquery-3.1.1.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/jquery.soap/web/index.html

Path to vulnerable library: /root/src/main/webapp/node_modules/jquery.soap/web/index.html

Dependency Hierarchy:

  • jquery-3.1.1.js (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable proto property, it could extend the native Object.prototype.

Publish Date: 2019-04-20

URL: CVE-2019-11358

CVSS 3 Score Details (6.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Changed
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Change files

Origin: jquery/jquery@753d591

Release Date: 2019-03-25

Fix Resolution: Replace or update the following files: core.js, core.js


Step up your Open Source Security Game with WhiteSource here

CVE-2015-8858 (High) detected in uglify-js-2.4.24.tgz

CVE-2015-8858 - High Severity Vulnerability

Vulnerable Library - uglify-js-2.4.24.tgz

JavaScript parser, mangler/compressor and beautifier toolkit

Library home page: https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/uglify-js/package.json

Dependency Hierarchy:

  • grunt-contrib-uglify-0.2.7.tgz (Root Library)
    • uglify-js-2.4.24.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

The uglify-js package before 2.6.0 for Node.js allows attackers to cause a denial of service (CPU consumption) via crafted input in a parse call, aka a "regular expression denial of service (ReDoS)."

Publish Date: 2017-01-23

URL: CVE-2015-8858

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8858

Release Date: 2018-12-15

Fix Resolution: v2.6.0


Step up your Open Source Security Game with WhiteSource here

CVE-2012-6708 (Medium) detected in multiple libraries

CVE-2012-6708 - Medium Severity Vulnerability

Vulnerable Libraries - jquery-1.6.2.js, jquery-1.8.0.min.js, jquery-1.3.2.min.js, jquery-1.4.4.min.js, jquery-1.8.1.min.js

jquery-1.6.2.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.6.2/jquery.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/tiny-lr-fork/node_modules/qs/test/browser/index.html

Path to vulnerable library: /root/src/main/webapp/node_modules/tiny-lr-fork/node_modules/qs/test/browser/jquery.js

Dependency Hierarchy:

  • jquery-1.6.2.js (Vulnerable Library)
jquery-1.8.0.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js

Path to vulnerable library: /aos_source/safepay/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/order/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/mastercredit/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/safepay/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/catalog/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/root/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js

Dependency Hierarchy:

  • jquery-1.8.0.min.js (Vulnerable Library)
jquery-1.3.2.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.3.2/jquery.min.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/underscore.string/test/test_underscore/test.html

Path to vulnerable library: /root/src/main/webapp/node_modules/underscore.string/test/test_underscore/vendor/jquery.js

Dependency Hierarchy:

  • jquery-1.3.2.min.js (Vulnerable Library)
jquery-1.4.4.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.4/jquery.min.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/css/fonts/roboto_black_macroman/Roboto-Black-demo.html

Path to vulnerable library: /root/src/main/webapp/css/fonts/roboto_black_macroman/Roboto-Black-demo.html

Dependency Hierarchy:

  • jquery-1.4.4.min.js (Vulnerable Library)
jquery-1.8.1.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/tap/node_modules/redeyed/examples/browser/index.html

Path to vulnerable library: /root/src/main/webapp/node_modules/tap/node_modules/redeyed/examples/browser/index.html

Dependency Hierarchy:

  • jquery-1.8.1.min.js (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.

Publish Date: 2018-01-18

URL: CVE-2012-6708

CVSS 3 Score Details (6.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Changed
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2012-6708

Release Date: 2018-01-18

Fix Resolution: jQuery - v1.9.0


Step up your Open Source Security Game with WhiteSource here

CVE-2015-7501 (High) detected in commons-collections-3.2.1.jar

CVE-2015-7501 - High Severity Vulnerability

Vulnerable Library - commons-collections-3.2.1.jar

Types that extend and augment the Java Collections Framework.

Library home page: http://commons.apache.org/collections/

Path to dependency file: /tmp/ws-scm/aos_source/accountservice/pom.xml

Path to vulnerable library: epository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar

Dependency Hierarchy:

  • commons-collections-3.2.1.jar (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

Red Hat JBoss A-MQ 6.x; BPM Suite (BPMS) 6.x; BRMS 6.x and 5.x; Data Grid (JDG) 6.x; Data Virtualization (JDV) 6.x and 5.x; Enterprise Application Platform 6.x, 5.x, and 4.3.x; Fuse 6.x; Fuse Service Works (FSW) 6.x; Operations Network (JBoss ON) 3.x; Portal 6.x; SOA Platform (SOA-P) 5.x; Web Server (JWS) 3.x; Red Hat OpenShift/xPAAS 3.x; and Red Hat Subscription Asset Manager 1.3 allow remote attackers to execute arbitrary commands via a crafted serialized Java object, related to the Apache Commons Collections (ACC) library.

Publish Date: 2017-11-09

URL: CVE-2015-7501

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-7501

Release Date: 2017-12-31

Fix Resolution: Upgrade to version apache-commons-collections 4.1, apache-commons-collections 3.2.2 or greater


Step up your Open Source Security Game with WhiteSource here

CVE-2018-14719 (High) detected in jackson-databind-2.4.5.jar

CVE-2018-14719 - High Severity Vulnerability

Vulnerable Library - jackson-databind-2.4.5.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/com/fasterxml/jackson/core/jackson-databind/2.4.5/jackson-databind-2.4.5.jar

Dependency Hierarchy:

  • jackson-databind-2.4.5.jar (Vulnerable Library)

Found in HEAD commit: 83601fa71d48d16fba4d9361a6cdf00b6a9f5ffa

Vulnerability Details

FasterXML jackson-databind 2.x before 2.9.7 might allow remote attackers to execute arbitrary code by leveraging failure to block the blaze-ds-opt and blaze-ds-core classes from polymorphic deserialization.

Publish Date: 2019-01-02

URL: CVE-2018-14719

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2018-14719

Release Date: 2019-01-02

Fix Resolution: 2.9.7


Step up your Open Source Security Game with WhiteSource here

CVE-2016-10538 (Low) detected in cli-0.4.5.tgz, cli-0.6.6.tgz

CVE-2016-10538 - Low Severity Vulnerability

Vulnerable Libraries - cli-0.4.5.tgz, cli-0.6.6.tgz

cli-0.4.5.tgz

A tool for rapidly building command line apps

Library home page: https://registry.npmjs.org/cli/-/cli-0.4.5.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/jshint/node_modules/cli/package.json

Dependency Hierarchy:

  • grunt-contrib-jshint-0.6.5.tgz (Root Library)
    • jshint-2.1.11.tgz
      • cli-0.4.5.tgz (Vulnerable Library)
cli-0.6.6.tgz

A tool for rapidly building command line apps

Library home page: https://registry.npmjs.org/cli/-/cli-0.6.6.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/cli/package.json

Dependency Hierarchy:

  • grunt-angular-templatecache-0.2.5.tgz (Root Library)
    • html-minifier-0.7.2.tgz
      • cli-0.6.6.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

The package node-cli before 1.0.0 insecurely uses the lock_file and log_file. Both of these are temporary, but it allows the starting user to overwrite any file they have access to.

Publish Date: 2018-05-31

URL: CVE-2016-10538

CVSS 3 Score Details (3.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2016-10538

Release Date: 2018-05-31

Fix Resolution: 1.0.0


Step up your Open Source Security Game with WhiteSource here

WS-2016-0036 (Low) detected in cli-0.4.5.tgz, cli-0.6.6.tgz

WS-2016-0036 - Low Severity Vulnerability

Vulnerable Libraries - cli-0.4.5.tgz, cli-0.6.6.tgz

cli-0.4.5.tgz

A tool for rapidly building command line apps

Library home page: https://registry.npmjs.org/cli/-/cli-0.4.5.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/jshint/node_modules/cli/package.json

Dependency Hierarchy:

  • grunt-contrib-jshint-0.6.5.tgz (Root Library)
    • jshint-2.1.11.tgz
      • cli-0.4.5.tgz (Vulnerable Library)
cli-0.6.6.tgz

A tool for rapidly building command line apps

Library home page: https://registry.npmjs.org/cli/-/cli-0.6.6.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/cli/package.json

Dependency Hierarchy:

  • grunt-angular-templatecache-0.2.5.tgz (Root Library)
    • html-minifier-0.7.2.tgz
      • cli-0.6.6.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

The package node-cli insecurely uses the lock_file and log_file. Both of these are temporary, but it allows the starting user to overwrite any file they have access to.

Publish Date: 2016-06-15

URL: WS-2016-0036

CVSS 2 Score Details (1.9)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: node-js-libs/cli@fd6bc4d

Release Date: 2017-01-31

Fix Resolution: 1.0.0


Step up your Open Source Security Game with WhiteSource here

CVE-2018-12023 (High) detected in jackson-databind-2.4.5.jar

CVE-2018-12023 - High Severity Vulnerability

Vulnerable Library - jackson-databind-2.4.5.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/com/fasterxml/jackson/core/jackson-databind/2.4.5/jackson-databind-2.4.5.jar

Dependency Hierarchy:

  • jackson-databind-2.4.5.jar (Vulnerable Library)

Found in HEAD commit: 83601fa71d48d16fba4d9361a6cdf00b6a9f5ffa

Vulnerability Details

An issue was discovered in FasterXML jackson-databind prior to 2.7.9.4, 2.8.11.2, and 2.9.6. When Default Typing is enabled (either globally or for a specific property), the service has the Oracle JDBC jar in the classpath, and an attacker can provide an LDAP service to access, it is possible to make the service execute a malicious payload.

Publish Date: 2019-03-21

URL: CVE-2018-12023

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Change files

Origin: FasterXML/jackson-databind@7487cf7

Release Date: 2018-06-01

Fix Resolution: Replace or update the following file: SubTypeValidator.java


Step up your Open Source Security Game with WhiteSource here

CVE-2014-7191 (Medium) detected in qs-0.5.6.tgz

CVE-2014-7191 - Medium Severity Vulnerability

Vulnerable Library - qs-0.5.6.tgz

querystring parser

Library home page: https://registry.npmjs.org/qs/-/qs-0.5.6.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/tiny-lr-fork/node_modules/qs/package.json

Dependency Hierarchy:

  • grunt-contrib-watch-0.6.1.tgz (Root Library)
    • tiny-lr-fork-0.0.5.tgz
      • qs-0.5.6.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

The qs module before 1.0.0 in Node.js does not call the compact function for array data, which allows remote attackers to cause a denial of service (memory consumption) by using a large index value to create a sparse array.

Publish Date: 2014-10-19

URL: CVE-2014-7191

CVSS 2 Score Details (5.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2014-7191

Release Date: 2014-10-19

Fix Resolution: 1.0.0


Step up your Open Source Security Game with WhiteSource here

WS-2014-0005 (Medium) detected in qs-0.5.6.tgz

WS-2014-0005 - Medium Severity Vulnerability

Vulnerable Library - qs-0.5.6.tgz

querystring parser

Library home page: https://registry.npmjs.org/qs/-/qs-0.5.6.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/tiny-lr-fork/node_modules/qs/package.json

Dependency Hierarchy:

  • grunt-contrib-watch-0.6.1.tgz (Root Library)
    • tiny-lr-fork-0.0.5.tgz
      • qs-0.5.6.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

Denial-of-Service Extended Event Loop Blocking.The qs module does not have an option or default for specifying object depth and when parsing a string representing a deeply nested object will block the event loop for long periods of time

Publish Date: 2014-08-06

URL: WS-2014-0005

CVSS 2 Score Details (6.5)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://nodesecurity.io/advisories/qs_dos_extended_event_loop_blocking

Release Date: 2014-08-06

Fix Resolution: Update qs to version 1.0.0 or greater


Step up your Open Source Security Game with WhiteSource here

WS-2018-0232 (Medium) detected in multiple libraries

WS-2018-0232 - Medium Severity Vulnerability

Vulnerable Libraries - underscore.string-2.2.1.tgz, underscore.string-2.4.0.tgz, underscore.string-2.3.3.tgz

underscore.string-2.2.1.tgz

String manipulation extensions for Underscore.js javascript library.

Library home page: https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/underscore.string/package.json

Dependency Hierarchy:

  • grunt-0.4.5.tgz (Root Library)
    • underscore.string-2.2.1.tgz (Vulnerable Library)
underscore.string-2.4.0.tgz

String manipulation extensions for Underscore.js javascript library.

Library home page: https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/argparse/node_modules/underscore.string/package.json

Dependency Hierarchy:

  • grunt-0.4.5.tgz (Root Library)
    • js-yaml-2.0.5.tgz
      • argparse-0.1.16.tgz
        • underscore.string-2.4.0.tgz (Vulnerable Library)
underscore.string-2.3.3.tgz

String manipulation extensions for Underscore.js javascript library.

Library home page: https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/grunt-legacy-log-utils/node_modules/underscore.string/package.json

Dependency Hierarchy:

  • grunt-0.4.5.tgz (Root Library)
    • grunt-legacy-log-0.1.3.tgz
      • underscore.string-2.3.3.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

Underscore.string, before 3.3.5, is vulnerable to Regular Expression Denial of Service (ReDoS).

Publish Date: 2018-12-30

URL: WS-2018-0232

CVSS 2 Score Details (5.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/745

Release Date: 2018-12-30

Fix Resolution: 3.3.5


Step up your Open Source Security Game with WhiteSource here

CVE-2017-16137 (Medium) detected in debug-0.7.4.tgz

CVE-2017-16137 - Medium Severity Vulnerability

Vulnerable Library - debug-0.7.4.tgz

small debugging utility

Library home page: https://registry.npmjs.org/debug/-/debug-0.7.4.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/tiny-lr-fork/node_modules/debug/package.json

Dependency Hierarchy:

  • grunt-contrib-watch-0.6.1.tgz (Root Library)
    • tiny-lr-fork-0.0.5.tgz
      • debug-0.7.4.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the o formatter. It takes around 50k characters to block for 2 seconds making this a low severity issue.

Publish Date: 2018-06-07

URL: CVE-2017-16137

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Change files

Origin: debug-js/debug@42a6ae0

Release Date: 2017-09-21

Fix Resolution: Replace or update the following file: node.js


Step up your Open Source Security Game with WhiteSource here

CVE-2017-15095 (High) detected in jackson-databind-2.4.5.jar

CVE-2017-15095 - High Severity Vulnerability

Vulnerable Library - jackson-databind-2.4.5.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/com/fasterxml/jackson/core/jackson-databind/2.4.5/jackson-databind-2.4.5.jar

Dependency Hierarchy:

  • jackson-databind-2.4.5.jar (Vulnerable Library)

Found in HEAD commit: 83601fa71d48d16fba4d9361a6cdf00b6a9f5ffa

Vulnerability Details

A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525 by blacklisting more classes that could be used maliciously.

Publish Date: 2018-02-06

URL: CVE-2017-15095

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2017-15095

Release Date: 2018-02-06

Fix Resolution: 2.8.10,2.9.1


Step up your Open Source Security Game with WhiteSource here

CVE-2019-1010266 (Medium) detected in multiple libraries

CVE-2019-1010266 - Medium Severity Vulnerability

Vulnerable Libraries - lodash-1.0.2.tgz, lodash-3.10.1.tgz, lodash-2.4.2.tgz, lodash-2.2.1.tgz, lodash-0.9.2.tgz

lodash-1.0.2.tgz

A utility library delivering consistency, customization, performance, and extras.

Library home page: https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/globule/node_modules/lodash/package.json

Dependency Hierarchy:

  • grunt-contrib-watch-0.6.1.tgz (Root Library)
    • gaze-0.5.2.tgz
      • globule-0.1.0.tgz
        • lodash-1.0.2.tgz (Vulnerable Library)
lodash-3.10.1.tgz

The modern build of lodash modular utilities.

Library home page: https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/grunt-usemin/node_modules/lodash/package.json

Dependency Hierarchy:

  • grunt-usemin-3.1.1.tgz (Root Library)
    • lodash-3.10.1.tgz (Vulnerable Library)
lodash-2.4.2.tgz

A utility library delivering consistency, customization, performance, & extras.

Library home page: https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/grunt-legacy-log-utils/node_modules/lodash/package.json

Dependency Hierarchy:

  • grunt-contrib-watch-0.6.1.tgz (Root Library)
    • lodash-2.4.2.tgz (Vulnerable Library)
lodash-2.2.1.tgz

A utility library delivering consistency, customization, performance, & extras.

Library home page: https://registry.npmjs.org/lodash/-/lodash-2.2.1.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/load-grunt-tasks/node_modules/lodash/package.json

Dependency Hierarchy:

  • load-grunt-tasks-0.1.3.tgz (Root Library)
    • lodash-2.2.1.tgz (Vulnerable Library)
lodash-0.9.2.tgz

A utility library delivering consistency, customization, performance, and extras.

Library home page: https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/lodash/package.json

Dependency Hierarchy:

  • grunt-0.4.5.tgz (Root Library)
    • lodash-0.9.2.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

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.

Publish Date: 2019-07-17

URL: CVE-2019-1010266

CVSS 3 Score Details (6.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010266

Release Date: 2019-07-17

Fix Resolution: 4.17.11


Step up your Open Source Security Game with WhiteSource here

CVE-2015-4852 (High) detected in commons-collections-3.2.1.jar

CVE-2015-4852 - High Severity Vulnerability

Vulnerable Library - commons-collections-3.2.1.jar

Types that extend and augment the Java Collections Framework.

Library home page: http://commons.apache.org/collections/

Path to dependency file: /tmp/ws-scm/aos_source/accountservice/pom.xml

Path to vulnerable library: epository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar

Dependency Hierarchy:

  • commons-collections-3.2.1.jar (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers to execute arbitrary commands via a crafted serialized Java object in T3 protocol traffic to TCP port 7001, related to oracle_common/modules/com.bea.core.apache.commons.collections.jar. NOTE: the scope of this CVE is limited to the WebLogic Server product.

Publish Date: 2015-11-18

URL: CVE-2015-4852

CVSS 2 Score Details (7.5)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://www.openwall.com/lists/oss-security/2015/11/17/19

Release Date: 2015-11-18

Fix Resolution: 3.2.2


Step up your Open Source Security Game with WhiteSource here

WS-2016-0090 (Medium) detected in multiple libraries

WS-2016-0090 - Medium Severity Vulnerability

Vulnerable Libraries - jquery-1.6.2.js, jquery-1.8.0.min.js, jquery-1.3.2.min.js, jquery-1.4.4.min.js, jquery-1.8.1.min.js

jquery-1.6.2.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.6.2/jquery.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/tiny-lr-fork/node_modules/qs/test/browser/index.html

Path to vulnerable library: /root/src/main/webapp/node_modules/tiny-lr-fork/node_modules/qs/test/browser/jquery.js

Dependency Hierarchy:

  • jquery-1.6.2.js (Vulnerable Library)
jquery-1.8.0.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js

Path to vulnerable library: /aos_source/safepay/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/order/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/mastercredit/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/safepay/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/catalog/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/root/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js

Dependency Hierarchy:

  • jquery-1.8.0.min.js (Vulnerable Library)
jquery-1.3.2.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.3.2/jquery.min.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/underscore.string/test/test_underscore/test.html

Path to vulnerable library: /root/src/main/webapp/node_modules/underscore.string/test/test_underscore/vendor/jquery.js

Dependency Hierarchy:

  • jquery-1.3.2.min.js (Vulnerable Library)
jquery-1.4.4.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.4/jquery.min.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/css/fonts/roboto_black_macroman/Roboto-Black-demo.html

Path to vulnerable library: /root/src/main/webapp/css/fonts/roboto_black_macroman/Roboto-Black-demo.html

Dependency Hierarchy:

  • jquery-1.4.4.min.js (Vulnerable Library)
jquery-1.8.1.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/tap/node_modules/redeyed/examples/browser/index.html

Path to vulnerable library: /root/src/main/webapp/node_modules/tap/node_modules/redeyed/examples/browser/index.html

Dependency Hierarchy:

  • jquery-1.8.1.min.js (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

JQuery, before 2.2.0, is vulnerable to Cross-site Scripting (XSS) attacks via text/javascript response with arbitrary code execution.

Publish Date: 2016-11-27

URL: WS-2016-0090

CVSS 2 Score Details (4.3)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: jquery/jquery@b078a62

Release Date: 2019-04-08

Fix Resolution: 2.2.0


Step up your Open Source Security Game with WhiteSource here

CVE-2018-11307 (High) detected in jackson-databind-2.4.5.jar

CVE-2018-11307 - High Severity Vulnerability

Vulnerable Library - jackson-databind-2.4.5.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/com/fasterxml/jackson/core/jackson-databind/2.4.5/jackson-databind-2.4.5.jar

Dependency Hierarchy:

  • jackson-databind-2.4.5.jar (Vulnerable Library)

Found in HEAD commit: 83601fa71d48d16fba4d9361a6cdf00b6a9f5ffa

Vulnerability Details

An issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.5. Use of Jackson default typing along with a gadget class from iBatis allows exfiltration of content. Fixed in 2.7.9.4, 2.8.11.2, and 2.9.6.

Publish Date: 2019-07-09

URL: CVE-2018-11307

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: FasterXML/jackson-databind#2032

Release Date: 2019-03-17

Fix Resolution: jackson-databind-2.9.6


Step up your Open Source Security Game with WhiteSource here

WS-2019-0063 (High) detected in js-yaml-2.0.5.tgz

WS-2019-0063 - High Severity Vulnerability

Vulnerable Library - js-yaml-2.0.5.tgz

YAML 1.2 parser and serializer

Library home page: https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/js-yaml/package.json

Dependency Hierarchy:

  • grunt-0.4.5.tgz (Root Library)
    • js-yaml-2.0.5.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

Js-yaml prior to 3.13.1 are vulnerable to Code Injection. The load() function may execute arbitrary code injected through a malicious YAML file.

Publish Date: 2019-04-30

URL: WS-2019-0063

CVSS 2 Score Details (8.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/813

Release Date: 2019-04-30

Fix Resolution: 3.13.1


Step up your Open Source Security Game with WhiteSource here

CVE-2018-1320 (High) detected in libthrift-0.9.2.jar

CVE-2018-1320 - High Severity Vulnerability

Vulnerable Library - libthrift-0.9.2.jar

Thrift is a software framework for scalable cross-language services development.

Library home page: http://thrift.apache.org

Path to vulnerable library: _depth_0/aos_source/HPEAppPulseJava_1.60_AdvantageOnlineShopping/AppPulseJavaAgent/lib/libthrift-0.9.2.jar

Dependency Hierarchy:

  • libthrift-0.9.2.jar (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

Apache Thrift Java client library versions 0.5.0 through 0.11.0 can bypass SASL negotiation isComplete validation in the org.apache.thrift.transport.TSaslTransport class. An assert used to determine if the SASL handshake had successfully completed could be disabled in production settings making the validation incomplete.

Publish Date: 2019-01-07

URL: CVE-2018-1320

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1320

Release Date: 2019-01-07

Fix Resolution: 0.12.0


Step up your Open Source Security Game with WhiteSource here

WS-2009-0001 (Low) detected in commons-codec-1.10.jar

WS-2009-0001 - Low Severity Vulnerability

Vulnerable Library - commons-codec-1.10.jar

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

Library home page: http://commons.apache.org/proper/commons-codec/

Path to dependency file: /tmp/ws-scm/aos_source/accountservice/pom.xml

Path to vulnerable library: epository/commons-codec/commons-codec/1.10/commons-codec-1.10.jar

Dependency Hierarchy:

  • commons-codec-1.10.jar (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

Not all "business" method implementations of public API in Apache Commons Codec 1.x are thread safe, which might disclose the wrong data or allow an attacker to change non-private fields.Updated 2018-10-07 - an additional review by WhiteSource research team could not indicate on a clear security vulnerability.

Publish Date: 2007-10-07

URL: WS-2009-0001

CVSS 2 Score Details (0.0)

Base Score Metrics not available


Step up your Open Source Security Game with WhiteSource here

CVE-2015-6420 (High) detected in commons-collections-3.2.1.jar

CVE-2015-6420 - High Severity Vulnerability

Vulnerable Library - commons-collections-3.2.1.jar

Types that extend and augment the Java Collections Framework.

Library home page: http://commons.apache.org/collections/

Path to dependency file: /tmp/ws-scm/aos_source/accountservice/pom.xml

Path to vulnerable library: epository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar

Dependency Hierarchy:

  • commons-collections-3.2.1.jar (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

Serialized-object interfaces in certain Cisco Collaboration and Social Media; Endpoint Clients and Client Software; Network Application, Service, and Acceleration; Network and Content Security Devices; Network Management and Provisioning; Routing and Switching - Enterprise and Service Provider; Unified Computing; Voice and Unified Communications Devices; Video, Streaming, TelePresence, and Transcoding Devices; Wireless; and Cisco Hosted Services products allow remote attackers to execute arbitrary commands via a crafted serialized Java object, related to the Apache Commons Collections (ACC) library.

Publish Date: 2015-12-15

URL: CVE-2015-6420

CVSS 2 Score Details (7.5)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2015-6420

Release Date: 2019-04-08

Fix Resolution: 3.2.2,4.1


Step up your Open Source Security Game with WhiteSource here

CVE-2018-14720 (High) detected in jackson-databind-2.4.5.jar

CVE-2018-14720 - High Severity Vulnerability

Vulnerable Library - jackson-databind-2.4.5.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/com/fasterxml/jackson/core/jackson-databind/2.4.5/jackson-databind-2.4.5.jar

Dependency Hierarchy:

  • jackson-databind-2.4.5.jar (Vulnerable Library)

Found in HEAD commit: 83601fa71d48d16fba4d9361a6cdf00b6a9f5ffa

Vulnerability Details

FasterXML jackson-databind 2.x before 2.9.7 might allow attackers to conduct external XML entity (XXE) attacks by leveraging failure to block unspecified JDK classes from polymorphic deserialization.

Publish Date: 2019-01-02

URL: CVE-2018-14720

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2018-14720

Release Date: 2019-01-02

Fix Resolution: 2.9.7


Step up your Open Source Security Game with WhiteSource here

CVE-2018-14718 (High) detected in jackson-databind-2.4.5.jar

CVE-2018-14718 - High Severity Vulnerability

Vulnerable Library - jackson-databind-2.4.5.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/com/fasterxml/jackson/core/jackson-databind/2.4.5/jackson-databind-2.4.5.jar

Dependency Hierarchy:

  • jackson-databind-2.4.5.jar (Vulnerable Library)

Found in HEAD commit: 83601fa71d48d16fba4d9361a6cdf00b6a9f5ffa

Vulnerability Details

FasterXML jackson-databind 2.x before 2.9.7 might allow remote attackers to execute arbitrary code by leveraging failure to block the slf4j-ext class from polymorphic deserialization.

Publish Date: 2019-01-02

URL: CVE-2018-14718

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2018-14718

Release Date: 2019-01-02

Fix Resolution: 2.9.7


Step up your Open Source Security Game with WhiteSource here

CVE-2018-14721 (High) detected in jackson-databind-2.4.5.jar

CVE-2018-14721 - High Severity Vulnerability

Vulnerable Library - jackson-databind-2.4.5.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/com/fasterxml/jackson/core/jackson-databind/2.4.5/jackson-databind-2.4.5.jar

Dependency Hierarchy:

  • jackson-databind-2.4.5.jar (Vulnerable Library)

Found in HEAD commit: 83601fa71d48d16fba4d9361a6cdf00b6a9f5ffa

Vulnerability Details

FasterXML jackson-databind 2.x before 2.9.7 might allow remote attackers to conduct server-side request forgery (SSRF) attacks by leveraging failure to block the axis2-jaxws class from polymorphic deserialization.

Publish Date: 2019-01-02

URL: CVE-2018-14721

CVSS 3 Score Details (10.0)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Changed
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Change files

Origin: FasterXML/jackson-databind@87d29af

Release Date: 2018-08-16

Fix Resolution: Replace or update the following files: VERSION, BeanDeserializerFactory.java


Step up your Open Source Security Game with WhiteSource here

WS-2019-0103 (Medium) detected in handlebars-2.0.0.min.js

WS-2019-0103 - Medium Severity Vulnerability

Vulnerable Library - handlebars-2.0.0.min.js

Handlebars provides the power necessary to let you build semantic templates effectively with no frustration

Library home page: https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/2.0.0/handlebars.min.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/api/docs/index.html

Path to vulnerable library: /root/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/safepay/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/order/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/mastercredit/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/catalog/src/main/webapp/api/docs/lib/handlebars-2.0.0.js,/aos_source/safepay/src/main/webapp/api/docs/lib/handlebars-2.0.0.js

Dependency Hierarchy:

  • handlebars-2.0.0.min.js (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

Handlebars.js before 4.1.0 has Remote Code Execution (RCE)

Publish Date: 2019-05-30

URL: WS-2019-0103

CVSS 2 Score Details (5.5)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: handlebars-lang/handlebars.js@edc6220

Release Date: 2019-05-30

Fix Resolution: 4.1.0


Step up your Open Source Security Game with WhiteSource here

WS-2019-0017 (Medium) detected in multiple libraries

WS-2019-0017 - Medium Severity Vulnerability

Vulnerable Libraries - clean-css-2.2.23.tgz, clean-css-1.1.7.tgz, clean-css-3.1.9.tgz

clean-css-2.2.23.tgz

A well-tested CSS minifier

Library home page: https://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/grunt-angular-templates/node_modules/clean-css/package.json

Dependency Hierarchy:

  • grunt-angular-templates-0.5.9.tgz (Root Library)
    • html-minifier-0.6.9.tgz
      • clean-css-2.2.23.tgz (Vulnerable Library)
clean-css-1.1.7.tgz

A well-tested CSS minifier

Library home page: https://registry.npmjs.org/clean-css/-/clean-css-1.1.7.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/grunt-contrib-cssmin/node_modules/clean-css/package.json

Dependency Hierarchy:

  • grunt-contrib-cssmin-0.6.2.tgz (Root Library)
    • clean-css-1.1.7.tgz (Vulnerable Library)
clean-css-3.1.9.tgz

A well-tested CSS minifier

Library home page: https://registry.npmjs.org/clean-css/-/clean-css-3.1.9.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/clean-css/package.json

Dependency Hierarchy:

  • grunt-angular-templatecache-0.2.5.tgz (Root Library)
    • html-minifier-0.7.2.tgz
      • clean-css-3.1.9.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

Version of clean-css prior to 4.1.11 are vulnerable to Regular Expression Denial of Service (ReDoS). Untrusted input may cause catastrophic backtracking while matching regular expressions. This can cause the application to be unresponsive leading to Denial of Service.

Publish Date: 2019-02-21

URL: WS-2019-0017

CVSS 2 Score Details (5.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/785

Release Date: 2019-02-21

Fix Resolution: v4.1.11


Step up your Open Source Security Game with WhiteSource here

WS-2018-0075 (Medium) detected in concat-stream-1.4.11.tgz

WS-2018-0075 - Medium Severity Vulnerability

Vulnerable Library - concat-stream-1.4.11.tgz

writable stream that concatenates strings or binary data and calls a callback with the result

Library home page: https://registry.npmjs.org/concat-stream/-/concat-stream-1.4.11.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/concat-stream/package.json

Dependency Hierarchy:

  • grunt-angular-templatecache-0.2.5.tgz (Root Library)
    • html-minifier-0.7.2.tgz
      • concat-stream-1.4.11.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

Versions of concat-stream before 1.5.2 are vulnerable to memory exposure if userp provided input is passed into write()

Versions <1.3.0 are not affected due to not using unguarded Buffer constructor.

Publish Date: 2018-04-25

URL: WS-2018-0075

CVSS 2 Score Details (5.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://nodesecurity.io/advisories/597

Release Date: 2018-01-27

Fix Resolution: 1.5.2


Step up your Open Source Security Game with WhiteSource here

CVE-2018-3721 (Medium) detected in multiple libraries

CVE-2018-3721 - Medium Severity Vulnerability

Vulnerable Libraries - lodash-1.0.2.tgz, lodash-3.10.1.tgz, lodash-2.4.2.tgz, lodash-2.2.1.tgz, lodash-0.9.2.tgz

lodash-1.0.2.tgz

A utility library delivering consistency, customization, performance, and extras.

Library home page: https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/globule/node_modules/lodash/package.json

Dependency Hierarchy:

  • grunt-contrib-watch-0.6.1.tgz (Root Library)
    • gaze-0.5.2.tgz
      • globule-0.1.0.tgz
        • lodash-1.0.2.tgz (Vulnerable Library)
lodash-3.10.1.tgz

The modern build of lodash modular utilities.

Library home page: https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/grunt-usemin/node_modules/lodash/package.json

Dependency Hierarchy:

  • grunt-usemin-3.1.1.tgz (Root Library)
    • lodash-3.10.1.tgz (Vulnerable Library)
lodash-2.4.2.tgz

A utility library delivering consistency, customization, performance, & extras.

Library home page: https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/grunt-legacy-log-utils/node_modules/lodash/package.json

Dependency Hierarchy:

  • grunt-contrib-watch-0.6.1.tgz (Root Library)
    • lodash-2.4.2.tgz (Vulnerable Library)
lodash-2.2.1.tgz

A utility library delivering consistency, customization, performance, & extras.

Library home page: https://registry.npmjs.org/lodash/-/lodash-2.2.1.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/load-grunt-tasks/node_modules/lodash/package.json

Dependency Hierarchy:

  • load-grunt-tasks-0.1.3.tgz (Root Library)
    • lodash-2.2.1.tgz (Vulnerable Library)
lodash-0.9.2.tgz

A utility library delivering consistency, customization, performance, and extras.

Library home page: https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/lodash/package.json

Dependency Hierarchy:

  • grunt-0.4.5.tgz (Root Library)
    • lodash-0.9.2.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

lodash node module before 4.17.5 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability via defaultsDeep, merge, and mergeWith functions, which allows a malicious user to modify the prototype of "Object" via proto, causing the addition or modification of an existing property that will exist on all objects.

Publish Date: 2018-06-07

URL: CVE-2018-3721

CVSS 3 Score Details (6.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2018-3721

Release Date: 2018-06-07

Fix Resolution: 4.17.5


Step up your Open Source Security Game with WhiteSource here

CVE-2018-19361 (High) detected in jackson-databind-2.4.5.jar

CVE-2018-19361 - High Severity Vulnerability

Vulnerable Library - jackson-databind-2.4.5.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/com/fasterxml/jackson/core/jackson-databind/2.4.5/jackson-databind-2.4.5.jar

Dependency Hierarchy:

  • jackson-databind-2.4.5.jar (Vulnerable Library)

Found in HEAD commit: 83601fa71d48d16fba4d9361a6cdf00b6a9f5ffa

Vulnerability Details

FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the openjpa class from polymorphic deserialization.

Publish Date: 2019-01-02

URL: CVE-2018-19361

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19361

Release Date: 2019-01-02

Fix Resolution: 2.9.8


Step up your Open Source Security Game with WhiteSource here

CVE-2014-10064 (High) detected in qs-0.5.6.tgz

CVE-2014-10064 - High Severity Vulnerability

Vulnerable Library - qs-0.5.6.tgz

querystring parser

Library home page: https://registry.npmjs.org/qs/-/qs-0.5.6.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/tiny-lr-fork/node_modules/qs/package.json

Dependency Hierarchy:

  • grunt-contrib-watch-0.6.1.tgz (Root Library)
    • tiny-lr-fork-0.0.5.tgz
      • qs-0.5.6.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

The qs module before 1.0.0 does not have an option or default for specifying object depth and when parsing a string representing a deeply nested object will block the event loop for long periods of time. An attacker could leverage this to cause a temporary denial-of-service condition, for example, in a web application, other requests would not be processed while this blocking is occurring.

Publish Date: 2018-05-31

URL: CVE-2014-10064

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nodesecurity.io/advisories/28

Release Date: 2014-08-06

Fix Resolution: Update to version 1.0.0 or later


Step up your Open Source Security Game with WhiteSource here

WS-2018-0590 (High) detected in diff-1.4.0.tgz

WS-2018-0590 - High Severity Vulnerability

Vulnerable Library - diff-1.4.0.tgz

A javascript text diff implementation.

Library home page: https://registry.npmjs.org/diff/-/diff-1.4.0.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/tap-mocha-reporter/node_modules/diff/package.json

Dependency Hierarchy:

  • grunt-contrib-nodeunit-0.2.2.tgz (Root Library)
    • nodeunit-0.8.8.tgz
      • tap-14.6.5.tgz
        • tap-mocha-reporter-4.0.1.tgz
          • diff-1.4.0.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

A vulnerability was found in diff before v3.5.0, the affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) attacks.

Publish Date: 2019-06-11

URL: WS-2018-0590

CVSS 2 Score Details (7.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: kpdecker/jsdiff@2aec429

Release Date: 2019-06-11

Fix Resolution: 3.5.0


Step up your Open Source Security Game with WhiteSource here

CVE-2018-1199 (Medium) detected in multiple libraries

CVE-2018-1199 - Medium Severity Vulnerability

Vulnerable Libraries - spring-security-config-4.0.3.RELEASE.jar, spring-security-web-4.0.3.RELEASE.jar, spring-core-4.1.6.RELEASE.jar

spring-security-config-4.0.3.RELEASE.jar

spring-security-config

Library home page: http://spring.io/spring-security

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/org/springframework/security/spring-security-config/4.0.3.RELEASE/spring-security-config-4.0.3.RELEASE.jar

Dependency Hierarchy:

  • spring-security-config-4.0.3.RELEASE.jar (Vulnerable Library)
spring-security-web-4.0.3.RELEASE.jar

spring-security-web

Library home page: http://spring.io/spring-security

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/org/springframework/security/spring-security-web/4.0.3.RELEASE/spring-security-web-4.0.3.RELEASE.jar

Dependency Hierarchy:

  • spring-security-web-4.0.3.RELEASE.jar (Vulnerable Library)
spring-core-4.1.6.RELEASE.jar

Spring Core

Library home page: https://github.com/spring-projects/spring-framework

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/org/springframework/spring-core/4.1.6.RELEASE/spring-core-4.1.6.RELEASE.jar

Dependency Hierarchy:

  • spring-core-4.1.6.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 83601fa71d48d16fba4d9361a6cdf00b6a9f5ffa

Vulnerability Details

Spring Security (Spring Security 4.1.x before 4.1.5, 4.2.x before 4.2.4, and 5.0.x before 5.0.1; and Spring Framework 4.3.x before 4.3.14 and 5.0.x before 5.0.3) does not consider URL path parameters when processing security constraints. By adding a URL path parameter with special encodings, an attacker may be able to bypass a security constraint. The root cause of this issue is a lack of clarity regarding the handling of path parameters in the Servlet Specification. Some Servlet containers include path parameters in the value returned for getPathInfo() and some do not. Spring Security uses the value returned by getPathInfo() as part of the process of mapping requests to security constraints. In this particular attack, different character encodings used in path parameters allows secured Spring MVC static resource URLs to be bypassed.

Publish Date: 2018-03-16

URL: CVE-2018-1199

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: None
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2018-1199

Release Date: 2018-03-16

Fix Resolution: Spring Security - 4.1.5,4.2.4,5.0.1;Spring Framework - 4.3.14,5.0.3


Step up your Open Source Security Game with WhiteSource here

WS-2017-0225 (Medium) detected in API-0.18.RELEASE

WS-2017-0225 - Medium Severity Vulnerability

Vulnerable Library - API0.18.RELEASE

Application Program Interface

Library home page: https://github.com/ca-cwds/API.git

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Library Source Files (6)

* The source files were matched to this source library based on a best effort match. Source libraries are selected from a list of probable public libraries.

  • /aos_source/safepay/src/main/webapp/api/docs/lang/ja.js
  • /aos_source/safepay/src/main/webapp/api/docs/lang/pt.js
  • /aos_source/safepay/src/main/webapp/api/docs/lang/tr.js
  • /aos_source/safepay/src/main/webapp/api/docs/lang/zh-cn.js
  • /root/src/main/webapp/api/docs/lib/jquery.wiggle.min.js
  • /mastercredit/src/main/webapp/api/docs/lib/marked.js

Vulnerability Details

Affected versions of the package are vulnerable to Regular Expression Denial of Service (DoS) attacks.

Publish Date: 2017-05-08

URL: WS-2017-0225

CVSS 2 Score Details (5.5)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: uikit/uikit@aabd2bf

Release Date: 2017-01-31

Fix Resolution: v2.26.4


Step up your Open Source Security Game with WhiteSource here

CVE-2011-4969 (Medium) detected in multiple libraries

CVE-2011-4969 - Medium Severity Vulnerability

Vulnerable Libraries - jquery-1.6.2.js, jquery-1.3.2.min.js, jquery-1.4.4.min.js

jquery-1.6.2.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.6.2/jquery.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/tiny-lr-fork/node_modules/qs/test/browser/index.html

Path to vulnerable library: /root/src/main/webapp/node_modules/tiny-lr-fork/node_modules/qs/test/browser/jquery.js

Dependency Hierarchy:

  • jquery-1.6.2.js (Vulnerable Library)
jquery-1.3.2.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.3.2/jquery.min.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/underscore.string/test/test_underscore/test.html

Path to vulnerable library: /root/src/main/webapp/node_modules/underscore.string/test/test_underscore/vendor/jquery.js

Dependency Hierarchy:

  • jquery-1.3.2.min.js (Vulnerable Library)
jquery-1.4.4.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.4/jquery.min.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/css/fonts/roboto_black_macroman/Roboto-Black-demo.html

Path to vulnerable library: /root/src/main/webapp/css/fonts/roboto_black_macroman/Roboto-Black-demo.html

Dependency Hierarchy:

  • jquery-1.4.4.min.js (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

Cross-site scripting (XSS) vulnerability in jQuery before 1.6.3, when using location.hash to select elements, allows remote attackers to inject arbitrary web script or HTML via a crafted tag.

Publish Date: 2013-03-08

URL: CVE-2011-4969

CVSS 2 Score Details (4.3)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2011-4969

Release Date: 2013-03-08

Fix Resolution: 1.6.3


Step up your Open Source Security Game with WhiteSource here

CVE-2017-7525 (High) detected in jackson-databind-2.4.5.jar

CVE-2017-7525 - High Severity Vulnerability

Vulnerable Library - jackson-databind-2.4.5.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/com/fasterxml/jackson/core/jackson-databind/2.4.5/jackson-databind-2.4.5.jar

Dependency Hierarchy:

  • jackson-databind-2.4.5.jar (Vulnerable Library)

Found in HEAD commit: 83601fa71d48d16fba4d9361a6cdf00b6a9f5ffa

Vulnerability Details

A deserialization flaw was discovered in the jackson-databind, versions before 2.6.7.1, 2.7.9.1 and 2.8.9, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper.

Publish Date: 2018-02-06

URL: CVE-2017-7525

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2017-7525

Release Date: 2018-02-06

Fix Resolution: 2.6.7.1,2.7.9.1,2.8.9


Step up your Open Source Security Game with WhiteSource here

CVE-2015-9251 (Medium) detected in multiple libraries

CVE-2015-9251 - Medium Severity Vulnerability

Vulnerable Libraries - jquery-1.6.2.js, jquery-1.8.0.min.js, jquery-1.3.2.min.js, jquery-1.4.4.min.js, jquery-1.8.1.min.js

jquery-1.6.2.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.6.2/jquery.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/tiny-lr-fork/node_modules/qs/test/browser/index.html

Path to vulnerable library: /root/src/main/webapp/node_modules/tiny-lr-fork/node_modules/qs/test/browser/jquery.js

Dependency Hierarchy:

  • jquery-1.6.2.js (Vulnerable Library)
jquery-1.8.0.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js

Path to vulnerable library: /aos_source/safepay/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/order/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/mastercredit/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/safepay/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/catalog/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js,/root/src/main/webapp/api/docs/lib/jquery-1.8.0.min.js

Dependency Hierarchy:

  • jquery-1.8.0.min.js (Vulnerable Library)
jquery-1.3.2.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.3.2/jquery.min.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/underscore.string/test/test_underscore/test.html

Path to vulnerable library: /root/src/main/webapp/node_modules/underscore.string/test/test_underscore/vendor/jquery.js

Dependency Hierarchy:

  • jquery-1.3.2.min.js (Vulnerable Library)
jquery-1.4.4.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.4/jquery.min.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/css/fonts/roboto_black_macroman/Roboto-Black-demo.html

Path to vulnerable library: /root/src/main/webapp/css/fonts/roboto_black_macroman/Roboto-Black-demo.html

Dependency Hierarchy:

  • jquery-1.4.4.min.js (Vulnerable Library)
jquery-1.8.1.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/tap/node_modules/redeyed/examples/browser/index.html

Path to vulnerable library: /root/src/main/webapp/node_modules/tap/node_modules/redeyed/examples/browser/index.html

Dependency Hierarchy:

  • jquery-1.8.1.min.js (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed.

Publish Date: 2018-01-18

URL: CVE-2015-9251

CVSS 3 Score Details (6.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Changed
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2015-9251

Release Date: 2018-01-18

Fix Resolution: jQuery - v3.0.0


Step up your Open Source Security Game with WhiteSource here

CVE-2019-10744 (High) detected in multiple libraries

CVE-2019-10744 - High Severity Vulnerability

Vulnerable Libraries - lodash-1.0.2.tgz, lodash-3.10.1.tgz, lodash-2.4.2.tgz, lodash-2.2.1.tgz, lodash-0.9.2.tgz

lodash-1.0.2.tgz

A utility library delivering consistency, customization, performance, and extras.

Library home page: https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/globule/node_modules/lodash/package.json

Dependency Hierarchy:

  • grunt-contrib-watch-0.6.1.tgz (Root Library)
    • gaze-0.5.2.tgz
      • globule-0.1.0.tgz
        • lodash-1.0.2.tgz (Vulnerable Library)
lodash-3.10.1.tgz

The modern build of lodash modular utilities.

Library home page: https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/grunt-usemin/node_modules/lodash/package.json

Dependency Hierarchy:

  • grunt-usemin-3.1.1.tgz (Root Library)
    • lodash-3.10.1.tgz (Vulnerable Library)
lodash-2.4.2.tgz

A utility library delivering consistency, customization, performance, & extras.

Library home page: https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/grunt-legacy-log-utils/node_modules/lodash/package.json

Dependency Hierarchy:

  • grunt-contrib-watch-0.6.1.tgz (Root Library)
    • lodash-2.4.2.tgz (Vulnerable Library)
lodash-2.2.1.tgz

A utility library delivering consistency, customization, performance, & extras.

Library home page: https://registry.npmjs.org/lodash/-/lodash-2.2.1.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/load-grunt-tasks/node_modules/lodash/package.json

Dependency Hierarchy:

  • load-grunt-tasks-0.1.3.tgz (Root Library)
    • lodash-2.2.1.tgz (Vulnerable Library)
lodash-0.9.2.tgz

A utility library delivering consistency, customization, performance, and extras.

Library home page: https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/lodash/package.json

Dependency Hierarchy:

  • grunt-0.4.5.tgz (Root Library)
    • lodash-0.9.2.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

Versions of lodash lower than 4.17.12 are vulnerable to Prototype Pollution. The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload.

Publish Date: 2019-07-26

URL: CVE-2019-10744

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: lodash/lodash@a01e4fa

Release Date: 2019-07-08

Fix Resolution: 4.17.12


Step up your Open Source Security Game with WhiteSource here

WS-2015-0017 (Medium) detected in uglify-js-2.4.24.tgz

WS-2015-0017 - Medium Severity Vulnerability

Vulnerable Library - uglify-js-2.4.24.tgz

JavaScript parser, mangler/compressor and beautifier toolkit

Library home page: https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz

Path to dependency file: /tmp/ws-scm/aos_source/root/src/main/webapp/package.json

Path to vulnerable library: /tmp/ws-scm/aos_source/root/src/main/webapp/node_modules/uglify-js/package.json

Dependency Hierarchy:

  • grunt-contrib-uglify-0.2.7.tgz (Root Library)
    • uglify-js-2.4.24.tgz (Vulnerable Library)

Found in HEAD commit: 7bc55a90d2bd7a3b5df48c60cb89024439ad6f62

Vulnerability Details

Uglify-js is vulnerable to regular expression denial of service (ReDoS) when certain types of input is passed into .parse().

Publish Date: 2015-10-24

URL: WS-2015-0017

CVSS 2 Score Details (5.3)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://nodesecurity.io/advisories/48

Release Date: 2015-10-24

Fix Resolution: Update to version 2.6.0 or later


Step up your Open Source Security Game with WhiteSource here

CVE-2018-12022 (High) detected in jackson-databind-2.4.5.jar

CVE-2018-12022 - High Severity Vulnerability

Vulnerable Library - jackson-databind-2.4.5.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /tmp/ws-scm/aos_source/common/pom.xml

Path to vulnerable library: epository/com/fasterxml/jackson/core/jackson-databind/2.4.5/jackson-databind-2.4.5.jar

Dependency Hierarchy:

  • jackson-databind-2.4.5.jar (Vulnerable Library)

Found in HEAD commit: 83601fa71d48d16fba4d9361a6cdf00b6a9f5ffa

Vulnerability Details

An issue was discovered in FasterXML jackson-databind prior to 2.7.9.4, 2.8.11.2, and 2.9.6. When Default Typing is enabled (either globally or for a specific property), the service has the Jodd-db jar (for database access for the Jodd framework) in the classpath, and an attacker can provide an LDAP service to access, it is possible to make the service execute a malicious payload.

Publish Date: 2019-03-21

URL: CVE-2018-12022

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12022

Release Date: 2019-03-21

Fix Resolution: 2.7.9.4, 2.8.11.2, 2.9.6


Step up your Open Source Security Game with WhiteSource here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.