Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spring-rabbit-1.7.1.RELEASE.jar: 16 vulnerabilities (highest severity is: 9.8) reachable #7

Open
mend-local-app bot opened this issue Nov 27, 2023 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@mend-local-app
Copy link

Vulnerable Library - spring-rabbit-1.7.1.RELEASE.jar

Spring RabbitMQ Support

Library home page: https://projects.spring.io/spring-amqp

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/amqp/spring-rabbit/1.7.1.RELEASE/spring-rabbit-1.7.1.RELEASE.jar

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (spring-rabbit version) Remediation Possible** Reachability
CVE-2018-1275 High 9.8 spring-messaging-4.3.7.RELEASE.jar Transitive N/A*

CVE-2018-1270 High 9.8 spring-messaging-4.3.7.RELEASE.jar Transitive N/A*

CVE-2017-8045 High 9.8 spring-amqp-1.7.1.RELEASE.jar Transitive N/A*

CVE-2020-14060 High 8.1 jackson-databind-2.9.10.4.jar Transitive N/A*

CVE-2020-14061 High 8.1 jackson-databind-2.9.10.4.jar Transitive N/A*

CVE-2022-42003 High 7.5 jackson-databind-2.9.10.4.jar Transitive 2.1.0.RELEASE

CVE-2018-1272 High 7.5 spring-core-4.3.7.RELEASE.jar Transitive N/A*

CVE-2018-15756 High 7.5 spring-web-4.3.7.RELEASE.jar Transitive N/A*

CVE-2022-22950 Medium 6.5 spring-expression-4.3.7.RELEASE.jar Transitive 2.1.1.RELEASE

CVE-2023-20863 Medium 6.5 spring-expression-4.3.7.RELEASE.jar Transitive 2.1.1.RELEASE

WS-2019-0379 Medium 6.5 commons-codec-1.6.jar Transitive N/A*

CVE-2018-1257 Medium 6.5 spring-messaging-4.3.7.RELEASE.jar Transitive N/A*

CVE-2018-11040 Medium 5.9 spring-web-4.3.7.RELEASE.jar Transitive N/A*

CVE-2018-11039 Medium 5.9 spring-web-4.3.7.RELEASE.jar Transitive N/A*

CVE-2018-11087 Medium 5.9 detected in multiple dependencies Direct 1.7.10.RELEASE,2.0.6.RELEASE
WS-2017-3734 Medium 5.5 httpclient-4.3.6.jar Transitive N/A*

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2018-1275

Vulnerable Library - spring-messaging-4.3.7.RELEASE.jar

Spring Messaging

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

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-messaging/4.3.7.RELEASE/spring-messaging-4.3.7.RELEASE.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Root Library)
    • spring-messaging-4.3.7.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Found in base branch: main

Reachability Analysis

This vulnerability is potentially used

com.visualpathit.account.validator.UserValidator (Application)
  -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration$1 (Extension)
   -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration (Extension)
    -> org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler (Extension)
     -> ❌ org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry (Vulnerable Component)

Vulnerability Details

Spring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.16 and older unsupported versions, allow applications to expose STOMP over WebSocket endpoints with a simple, in-memory STOMP broker through the spring-messaging module. A malicious user (or attacker) can craft a message to the broker that can lead to a remote code execution attack. This CVE addresses the partial fix for CVE-2018-1270 in the 4.3.x branch of the Spring Framework.

Publish Date: 2018-04-11

URL: CVE-2018-1275

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-1275

Release Date: 2018-04-11

Fix Resolution: 5.0.5,4.3.16

CVE-2018-1270

Vulnerable Library - spring-messaging-4.3.7.RELEASE.jar

Spring Messaging

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

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-messaging/4.3.7.RELEASE/spring-messaging-4.3.7.RELEASE.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Root Library)
    • spring-messaging-4.3.7.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Found in base branch: main

Reachability Analysis

This vulnerability is potentially used

com.visualpathit.account.validator.UserValidator (Application)
  -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration$1 (Extension)
   -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration (Extension)
    -> org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler (Extension)
     -> ❌ org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry (Vulnerable Component)

Vulnerability Details

Spring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.15 and older unsupported versions, allow applications to expose STOMP over WebSocket endpoints with a simple, in-memory STOMP broker through the spring-messaging module. A malicious user (or attacker) can craft a message to the broker that can lead to a remote code execution attack.

Publish Date: 2018-04-06

URL: CVE-2018-1270

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-1270

Release Date: 2018-04-06

Fix Resolution: 5.0.5,4.3.15

CVE-2017-8045

Vulnerable Library - spring-amqp-1.7.1.RELEASE.jar

Spring AMQP Core

Library home page: https://projects.spring.io/spring-amqp

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/amqp/spring-amqp/1.7.1.RELEASE/spring-amqp-1.7.1.RELEASE.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Root Library)
    • spring-amqp-1.7.1.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Found in base branch: main

Reachability Analysis

The vulnerable code is not reachable.

Vulnerability Details

In Pivotal Spring AMQP versions prior to 1.7.4, 1.6.11, and 1.5.7, an org.springframework.amqp.core.Message may be unsafely deserialized when being converted into a string. A malicious payload could be crafted to exploit this and enable a remote code execution attack.

Publish Date: 2017-11-27

URL: CVE-2017-8045

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-8045

Release Date: 2017-11-27

Fix Resolution: 1.7.4

CVE-2020-14060

Vulnerable Library - jackson-databind-2.9.10.4.jar

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

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

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.10.4/jackson-databind-2.9.10.4.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Root Library)
    • http-client-1.1.1.RELEASE.jar
      • jackson-databind-2.9.10.4.jar (Vulnerable Library)

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Found in base branch: main

Reachability Analysis

This vulnerability is potentially used

com.visualpathit.account.validator.UserValidator (Application)
  -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration$1 (Extension)
   -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration (Extension)
    -> org.springframework.messaging.converter.MappingJackson2MessageConverter (Extension)
     -> com.fasterxml.jackson.databind.ObjectMapper (Extension)
      -> com.fasterxml.jackson.databind.deser.BeanDeserializerFactory (Extension)
       -> ❌ com.fasterxml.jackson.databind.jsontype.impl.SubTypeValidator (Vulnerable Component)

Vulnerability Details

FasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to oadd.org.apache.xalan.lib.sql.JNDIConnectionPool (aka apache/drill).

Publish Date: 2020-06-14

URL: CVE-2020-14060

CVSS 3 Score Details (8.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • 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-2020-14060

Release Date: 2020-06-14

Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.10.0

CVE-2020-14061

Vulnerable Library - jackson-databind-2.9.10.4.jar

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

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

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.10.4/jackson-databind-2.9.10.4.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Root Library)
    • http-client-1.1.1.RELEASE.jar
      • jackson-databind-2.9.10.4.jar (Vulnerable Library)

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Found in base branch: main

Reachability Analysis

This vulnerability is potentially used

com.visualpathit.account.validator.UserValidator (Application)
  -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration$1 (Extension)
   -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration (Extension)
    -> org.springframework.messaging.converter.MappingJackson2MessageConverter (Extension)
     -> com.fasterxml.jackson.databind.ObjectMapper (Extension)
      -> com.fasterxml.jackson.databind.deser.BeanDeserializerFactory (Extension)
       -> ❌ com.fasterxml.jackson.databind.jsontype.impl.SubTypeValidator (Vulnerable Component)

Vulnerability Details

FasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to oracle.jms.AQjmsQueueConnectionFactory, oracle.jms.AQjmsXATopicConnectionFactory, oracle.jms.AQjmsTopicConnectionFactory, oracle.jms.AQjmsXAQueueConnectionFactory, and oracle.jms.AQjmsXAConnectionFactory (aka weblogic/oracle-aqjms).

Publish Date: 2020-06-14

URL: CVE-2020-14061

CVSS 3 Score Details (8.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • 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-2020-14061

Release Date: 2020-06-14

Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.10.0

CVE-2022-42003

Vulnerable Library - jackson-databind-2.9.10.4.jar

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

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

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.10.4/jackson-databind-2.9.10.4.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Root Library)
    • http-client-1.1.1.RELEASE.jar
      • jackson-databind-2.9.10.4.jar (Vulnerable Library)

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Found in base branch: main

Reachability Analysis

This vulnerability is potentially used

com.visualpathit.account.validator.UserValidator (Application)
  -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration$1 (Extension)
   -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration (Extension)
    -> com.fasterxml.jackson.databind.ObjectMapper (Extension)
    ...
      -> com.fasterxml.jackson.databind.deser.DeserializerCache (Extension)
       -> com.fasterxml.jackson.databind.deser.std.StdDelegatingDeserializer (Extension)
        -> ❌ com.fasterxml.jackson.databind.deser.std.StdDeserializer (Vulnerable Component)

Vulnerability Details

In FasterXML jackson-databind before 2.14.0-rc1, resource exhaustion can occur because of a lack of a check in primitive value deserializers to avoid deep wrapper array nesting, when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled. Additional fix version in 2.13.4.1 and 2.12.17.1

Publish Date: 2022-10-02

URL: CVE-2022-42003

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

Release Date: 2022-10-02

Fix Resolution (com.fasterxml.jackson.core:jackson-databind): 2.12.7.1

Direct dependency fix Resolution (org.springframework.amqp:spring-rabbit): 2.1.0.RELEASE

In order to enable automatic remediation, please create workflow rules

CVE-2018-1272

Vulnerable Library - spring-core-4.3.7.RELEASE.jar

Spring Core

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

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-core/4.3.7.RELEASE/spring-core-4.3.7.RELEASE.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Root Library)
    • spring-web-4.3.7.RELEASE.jar
      • spring-aop-4.3.7.RELEASE.jar
        • spring-beans-4.3.7.RELEASE.jar
          • spring-core-4.3.7.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Found in base branch: main

Reachability Analysis

This vulnerability is potentially used

com.visualpathit.account.validator.UserValidator (Application)
  -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration$1 (Extension)
   -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration (Extension)
    -> ❌ org.springframework.util.MimeTypeUtils (Vulnerable Component)

Vulnerability Details

Spring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.15 and older unsupported versions, provide client-side support for multipart requests. When Spring MVC or Spring WebFlux server application (server A) receives input from a remote client, and then uses that input to make a multipart request to another server (server B), it can be exposed to an attack, where an extra multipart is inserted in the content of the request from server A, causing server B to use the wrong value for a part it expects. This could to lead privilege escalation, for example, if the part content represents a username or user roles.

Publish Date: 2018-04-06

URL: CVE-2018-1272

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: Low
    • 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://tanzu.vmware.com/security/cve-2018-1272

Release Date: 2018-04-06

Fix Resolution: org.springframework:spring-core:4.3.15.RELEASE,5.0.5.RELEASE;org.springframework:spring-web:4.3.15.RELEASE,5.0.5.RELEASE

CVE-2018-15756

Vulnerable Library - spring-web-4.3.7.RELEASE.jar

Spring Web

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

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-web/4.3.7.RELEASE/spring-web-4.3.7.RELEASE.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Root Library)
    • spring-web-4.3.7.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Found in base branch: main

Reachability Analysis

This vulnerability is potentially used

com.visualpathit.account.controller.FileUploadController (Application)
  -> org.springframework.web.multipart.support.StandardMultipartHttpServletRequest$StandardMultipartFile (Extension)
   -> org.springframework.web.multipart.support.StandardMultipartHttpServletRequest (Extension)
    -> org.springframework.http.HttpHeaders (Extension)
     -> ❌ org.springframework.http.HttpRange (Vulnerable Component)

Vulnerability Details

Spring Framework, version 5.1, versions 5.0.x prior to 5.0.10, versions 4.3.x prior to 4.3.20, and older unsupported versions on the 4.2.x branch provide support for range requests when serving static resources through the ResourceHttpRequestHandler, or starting in 5.0 when an annotated controller returns an org.springframework.core.io.Resource. A malicious user (or attacker) can add a range header with a high number of ranges, or with wide ranges that overlap, or both, for a denial of service attack. This vulnerability affects applications that depend on either spring-webmvc or spring-webflux. Such applications must also have a registration for serving static resources (e.g. JS, CSS, images, and others), or have an annotated controller that returns an org.springframework.core.io.Resource. Spring Boot applications that depend on spring-boot-starter-web or spring-boot-starter-webflux are ready to serve static resources out of the box and are therefore vulnerable.

Publish Date: 2018-10-18

URL: CVE-2018-15756

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://pivotal.io/security/cve-2018-15756

Release Date: 2018-10-18

Fix Resolution: 4.3.20,5.0.10,5.1.1

CVE-2022-22950

Vulnerable Library - spring-expression-4.3.7.RELEASE.jar

Spring Expression Language (SpEL)

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

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-expression/4.3.7.RELEASE/spring-expression-4.3.7.RELEASE.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Root Library)
    • spring-web-4.3.7.RELEASE.jar
      • spring-context-4.3.7.RELEASE.jar
        • spring-expression-4.3.7.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Found in base branch: main

Reachability Analysis

This vulnerability is potentially used

com.visualpathit.account.validator.UserValidator (Application)
  -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration$1 (Extension)
   -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration (Extension)
    -> org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler (Extension)
    ...
      -> org.springframework.expression.spel.standard.SpelExpressionParser (Extension)
       -> org.springframework.expression.spel.standard.InternalSpelExpressionParser (Extension)
        -> ❌ org.springframework.expression.spel.ast.ConstructorReference (Vulnerable Component)

Vulnerability Details

n Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial of service condition.

Publish Date: 2022-04-02

URL: CVE-2022-22950

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://tanzu.vmware.com/security/cve-2022-22950

Release Date: 2022-04-02

Fix Resolution (org.springframework:spring-expression): 5.2.20.RELEASE

Direct dependency fix Resolution (org.springframework.amqp:spring-rabbit): 2.1.1.RELEASE

In order to enable automatic remediation, please create workflow rules

CVE-2023-20863

Vulnerable Library - spring-expression-4.3.7.RELEASE.jar

Spring Expression Language (SpEL)

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

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-expression/4.3.7.RELEASE/spring-expression-4.3.7.RELEASE.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Root Library)
    • spring-web-4.3.7.RELEASE.jar
      • spring-context-4.3.7.RELEASE.jar
        • spring-expression-4.3.7.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Found in base branch: main

Reachability Analysis

This vulnerability is potentially used

com.visualpathit.account.validator.UserValidator (Application)
  -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration$1 (Extension)
   -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration (Extension)
    -> org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler (Extension)
     -> org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry (Extension)
      -> org.springframework.expression.spel.standard.SpelExpressionParser (Extension)
       -> ❌ org.springframework.expression.spel.standard.InternalSpelExpressionParser (Vulnerable Component)

Vulnerability Details

In spring framework versions prior to 5.2.24 release+ ,5.3.27+ and 6.0.8+ , it is possible for a user to provide a specially crafted SpEL expression that may cause a denial-of-service (DoS) condition.

Publish Date: 2023-04-13

URL: CVE-2023-20863

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://spring.io/security/cve-2023-20863

Release Date: 2023-04-13

Fix Resolution (org.springframework:spring-expression): 5.2.24.RELEASE

Direct dependency fix Resolution (org.springframework.amqp:spring-rabbit): 2.1.1.RELEASE

In order to enable automatic remediation, please create workflow rules

WS-2019-0379

Vulnerable Library - commons-codec-1.6.jar

The 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.

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Root Library)
    • http-client-1.1.1.RELEASE.jar
      • httpclient-4.3.6.jar
        • commons-codec-1.6.jar (Vulnerable Library)

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Found in base branch: main

Reachability Analysis

The vulnerable code is not reachable.

Vulnerability Details

Apache commons-codec before version “commons-codec-1.13-RC1” is vulnerable to information disclosure due to Improper Input validation.

Publish Date: 2019-05-20

URL: WS-2019-0379

CVSS 3 Score Details (6.5)

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: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2019-05-12

Fix Resolution: 1.13-RC1

CVE-2018-1257

Vulnerable Library - spring-messaging-4.3.7.RELEASE.jar

Spring Messaging

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

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-messaging/4.3.7.RELEASE/spring-messaging-4.3.7.RELEASE.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Root Library)
    • spring-messaging-4.3.7.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Found in base branch: main

Reachability Analysis

This vulnerability is potentially used

com.visualpathit.account.validator.UserValidator (Application)
  -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration$1 (Extension)
   -> org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration (Extension)
    -> org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler (Extension)
     -> ❌ org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry (Vulnerable Component)

Vulnerability Details

Spring Framework, versions 5.0.x prior to 5.0.6, versions 4.3.x prior to 4.3.17, and older unsupported versions allows applications to expose STOMP over WebSocket endpoints with a simple, in-memory STOMP broker through the spring-messaging module. A malicious user (or attacker) can craft a message to the broker that can lead to a regular expression, denial of service attack.

Publish Date: 2018-05-11

URL: CVE-2018-1257

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://nvd.nist.gov/vuln/detail/CVE-2018-1257

Release Date: 2018-05-11

Fix Resolution: 5.0.6,4.3.17

CVE-2018-11040

Vulnerable Library - spring-web-4.3.7.RELEASE.jar

Spring Web

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

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-web/4.3.7.RELEASE/spring-web-4.3.7.RELEASE.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Root Library)
    • spring-web-4.3.7.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Found in base branch: main

Reachability Analysis

The vulnerable code is not reachable.

Vulnerability Details

Spring Framework, versions 5.0.x prior to 5.0.7 and 4.3.x prior to 4.3.18 and older unsupported versions, allows web applications to enable cross-domain requests via JSONP (JSON with Padding) through AbstractJsonpResponseBodyAdvice for REST controllers and MappingJackson2JsonView for browser requests. Both are not enabled by default in Spring Framework nor Spring Boot, however, when MappingJackson2JsonView is configured in an application, JSONP support is automatically ready to use through the "jsonp" and "callback" JSONP parameters, enabling cross-domain requests.

Publish Date: 2018-06-25

URL: CVE-2018-11040

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: High
    • Integrity Impact: None
    • 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-11040

Release Date: 2018-06-25

Fix Resolution: org.springframework:spring-web:5.0.7.RELEASE,4.3.18.RELEASE,org.springframework:spring-webmvc:5.0.7.RELEASE,4.3.18.RELEASE,org.springframework:spring-websocket:5.0.7.RELEASE,4.3.18.RELEASE

CVE-2018-11039

Vulnerable Library - spring-web-4.3.7.RELEASE.jar

Spring Web

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

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-web/4.3.7.RELEASE/spring-web-4.3.7.RELEASE.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Root Library)
    • spring-web-4.3.7.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Found in base branch: main

Reachability Analysis

The vulnerable code is not reachable.

Vulnerability Details

Spring Framework (versions 5.0.x prior to 5.0.7, versions 4.3.x prior to 4.3.18, and older unsupported versions) allow web applications to change the HTTP request method to any HTTP method (including TRACE) using the HiddenHttpMethodFilter in Spring MVC. If an application has a pre-existing XSS vulnerability, a malicious user (or attacker) can use this filter to escalate to an XST (Cross Site Tracing) attack.

Publish Date: 2018-06-25

URL: CVE-2018-11039

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: High
    • 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-11039

Release Date: 2018-06-25

Fix Resolution: org.springframework:spring-web:5.0.7.RELEASE,4.3.18.RELEASE,org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-web:5.0.7.RELEASE,4.3.18.RELEASE

CVE-2018-11087

Vulnerable Libraries - spring-rabbit-1.7.1.RELEASE.jar, spring-amqp-1.7.1.RELEASE.jar

spring-rabbit-1.7.1.RELEASE.jar

Spring RabbitMQ Support

Library home page: https://projects.spring.io/spring-amqp

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/amqp/spring-rabbit/1.7.1.RELEASE/spring-rabbit-1.7.1.RELEASE.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Vulnerable Library)

spring-amqp-1.7.1.RELEASE.jar

Spring AMQP Core

Library home page: https://projects.spring.io/spring-amqp

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/amqp/spring-amqp/1.7.1.RELEASE/spring-amqp-1.7.1.RELEASE.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Root Library)
    • spring-amqp-1.7.1.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Found in base branch: main

Vulnerability Details

Pivotal Spring AMQP, 1.x versions prior to 1.7.10 and 2.x versions prior to 2.0.6, expose a man-in-the-middle vulnerability due to lack of hostname validation. A malicious user that has the ability to intercept traffic would be able to view data in transit.

Publish Date: 2018-09-14

URL: CVE-2018-11087

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: High
    • 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-11087

Release Date: 2018-09-14

Fix Resolution: 1.7.10.RELEASE,2.0.6.RELEASE

In order to enable automatic remediation, please create workflow rules

WS-2017-3734

Vulnerable Library - httpclient-4.3.6.jar

HttpComponents Client

Path to dependency file: /vprofile-project3/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar

Dependency Hierarchy:

  • spring-rabbit-1.7.1.RELEASE.jar (Root Library)
    • http-client-1.1.1.RELEASE.jar
      • httpclient-4.3.6.jar (Vulnerable Library)

Found in HEAD commit: 7301fa7a68e571bf3ddba7c1cd6704c9d04923a6

Found in base branch: main

Reachability Analysis

The vulnerable code is not reachable.

Vulnerability Details

Apache httpclient before 4.5.3 are vulnerable to Directory Traversal. The user-provided path was able to override the specified host, resulting in giving network access to a sensitive environment.

Publish Date: 2017-01-21

URL: WS-2017-3734

CVSS 2 Score Details (5.5)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://issues.apache.org/jira/browse/HTTPCLIENT-1803

Release Date: 2017-01-21

Fix Resolution: org.apache.httpcomponents:httpclient:4.5.3


In order to enable automatic remediation for this issue, please create workflow rules

@mend-local-app mend-local-app bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend
Projects
None yet
Development

No branches or pull requests

0 participants