Skip to content

hibernate-entitymanager-4.3.11.Final.jar: 4 vulnerabilities (highest severity is: 9.8) [vp-rem] (reachable) #264

@mend-developer-platform-dev

Description

@mend-developer-platform-dev
📂 Vulnerable Library - hibernate-entitymanager-4.3.11.Final.jar

Hibernate O/RM implementation of the JPA specification

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/hibernate/hibernate-entitymanager/4.3.11.Final/hibernate-entitymanager-4.3.11.Final.jar

Findings

Finding Severity 🎯 CVSS Exploit Maturity EPSS Library Type Fixed in Remediation Available Reachability
CVE-967109-690347 🟣 Critical 9.8 N/A N/A dom4j-1.6.1.jar Transitive N/A
CVE-2020-25638 🟣 Critical 9.1 Not Defined < 1% hibernate-core-4.3.11.Final.jar Transitive N/A Reachable
CVE-2018-1000632 🔴 High 8.7 Not Defined 1.0% dom4j-1.6.1.jar Transitive N/A Reachable
CVE-2019-14900 🔴 High 7.1 Not Defined 1.2% hibernate-core-4.3.11.Final.jar Transitive N/A Reachable

Details

🟣CVE-967109-690347

Vulnerable Library - dom4j-1.6.1.jar

dom4j: the flexible XML framework for Java

Library home page: http://dom4j.org

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar

Dependency Hierarchy:

  • hibernate-entitymanager-4.3.11.Final.jar (Root Library)
    • hibernate-core-4.3.11.Final.jar
      • dom4j-1.6.1.jar (Vulnerable Library)

Vulnerability Details

Created automatically by the test suite

Publish Date: Jun 07, 2010 05:12 PM

URL: CVE-967109-690347

Threat Assessment

Exploit Maturity:N/A

EPSS:N/A

Score: 9.8


Suggested Fix

Type: Upgrade version

Origin:

Release Date:

Fix Resolution :

🟣CVE-2020-25638

Vulnerable Library - hibernate-core-4.3.11.Final.jar

The core O/RM functionality as provided by Hibernate

Library home page: http://hibernate.org

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/hibernate/hibernate-core/4.3.11.Final/hibernate-core-4.3.11.Final.jar

Dependency Hierarchy:

  • hibernate-entitymanager-4.3.11.Final.jar (Root Library)
    • hibernate-core-4.3.11.Final.jar (Vulnerable Library)

Reachability Analysis

This vulnerability is potentially reachable:

- com.visualpathit.account.service.UserDetailsServiceImpl (Application)
    - org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$UserDetailsServiceDelegator (Extension)
        - org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (Extension)
            - org.springframework.test.web.servlet.setup.StubWebApplicationContext (Extension)
                - org.springframework.test.web.servlet.setup.StubWebApplicationContext$StubBeanFactory (Extension)
                    - org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests (Extension)
                        - org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException (Extension)
                            - org.hibernate.StaleObjectStateException (Extension)
                                - org.hibernate.pretty.MessageHelper (Extension)
                                    - org.hibernate.engine.spi.SessionImplementor (Extension)
                                        - org.hibernate.internal.CriteriaImpl (Extension)
                                            - org.hibernate.criterion.Distinct (Extension)
                                                - org.hibernate.loader.criteria.CriteriaQueryTranslator (Extension)
                                                    - org.hibernate.hql.internal.ast.tree.ComponentJoin$ComponentPropertyMapping (Extension)
                                                        - org.hibernate.hql.internal.ast.tree.ComponentJoin (Extension)
                                                            - org.hibernate.hql.internal.ast.tree.IndexNode$AggregatedIndexCollectionSelectorParameterSpecifications (Extension)
                                                                - org.hibernate.hql.internal.ast.tree.IndexNode (Extension)
                                                                    - org.hibernate.hql.internal.ast.tree.FromElementFactory (Extension)
                                                                        -> ❌ org.hibernate.hql.internal.ast.tree.DotNode (Vulnerable Component)

Vulnerability Details

A flaw was found in hibernate-core in versions prior to and including 5.4.23.Final. A SQL injection in the implementation of the JPA Criteria API can permit unsanitized literals when a literal is used in the SQL comments of the query. This flaw could allow an attacker to access unauthorized information or possibly conduct further attacks. The highest threat from this vulnerability is to data confidentiality and integrity.

Publish Date: Dec 02, 2020 02:36 PM

URL: CVE-2020-25638

Threat Assessment

Exploit Maturity:Not Defined

EPSS:< 1%

Score: 9.1


Suggested Fix

Type: Upgrade version

Origin: GHSA-j8jw-g6fq-mp7h

Release Date: Dec 02, 2020 02:36 PM

Fix Resolution : org.hibernate:hibernate-core:5.4.24.Final,org.hibernate:hibernate-core:5.3.20.Final

🔴CVE-2018-1000632

Vulnerable Library - dom4j-1.6.1.jar

dom4j: the flexible XML framework for Java

Library home page: http://dom4j.org

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar

Dependency Hierarchy:

  • hibernate-entitymanager-4.3.11.Final.jar (Root Library)
    • hibernate-core-4.3.11.Final.jar
      • dom4j-1.6.1.jar (Vulnerable Library)

Reachability Analysis

This vulnerability is potentially reachable:

- com.visualpathit.account.service.UserDetailsServiceImpl (Application)
    - org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$UserDetailsServiceDelegator (Extension)
        - org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (Extension)
            - org.springframework.test.web.servlet.setup.StubWebApplicationContext (Extension)
                - org.springframework.test.web.servlet.setup.StubWebApplicationContext$StubBeanFactory (Extension)
                    - org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests (Extension)
                        - org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException (Extension)
                            - org.hibernate.StaleObjectStateException (Extension)
                                - org.hibernate.pretty.MessageHelper (Extension)
                                    - org.hibernate.persister.collection.BasicCollectionPersister (Extension)
                                        - org.hibernate.cfg.AnnotationConfiguration (Extension)
                                            - org.dom4j.Document (Extension)
                                                -> ❌ org.dom4j.QName (Vulnerable Component)

Vulnerability Details

dom4j version prior to version 2.1.1 contains a CWE-91: XML Injection vulnerability in Class: Element. Methods: addElement, addAttribute that can result in an attacker tampering with XML documents through XML injection. This attack appear to be exploitable via an attacker specifying attributes or elements in the XML document. This vulnerability appears to have been fixed in 2.1.1 or later.

Publish Date: Aug 20, 2018 07:00 PM

URL: CVE-2018-1000632

Threat Assessment

Exploit Maturity:Not Defined

EPSS:1.0%

Score: 8.7


Suggested Fix

Type: Upgrade version

Origin: GHSA-6pcc-3rfx-4gpm

Release Date: Aug 20, 2018 07:00 PM

Fix Resolution : org.dom4j:dom4j:2.0.3,org.dom4j:dom4j:2.1.1

🔴CVE-2019-14900

Vulnerable Library - hibernate-core-4.3.11.Final.jar

The core O/RM functionality as provided by Hibernate

Library home page: http://hibernate.org

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/hibernate/hibernate-core/4.3.11.Final/hibernate-core-4.3.11.Final.jar

Dependency Hierarchy:

  • hibernate-entitymanager-4.3.11.Final.jar (Root Library)
    • hibernate-core-4.3.11.Final.jar (Vulnerable Library)

Reachability Analysis

This vulnerability is potentially reachable:

- com.visualpathit.account.service.UserDetailsServiceImpl (Application)
    - org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$UserDetailsServiceDelegator (Extension)
        - org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (Extension)
            - org.springframework.test.web.servlet.setup.StubWebApplicationContext (Extension)
                - org.springframework.test.web.servlet.setup.StubWebApplicationContext$StubBeanFactory (Extension)
                    - org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests (Extension)
                        - org.springframework.orm.hibernate4.HibernateOptimisticLockingFailureException (Extension)
                            - org.hibernate.StaleObjectStateException (Extension)
                                - org.hibernate.pretty.MessageHelper (Extension)
                                    - org.hibernate.internal.SessionFactoryImpl (Extension)
                                        -> ❌ org.hibernate.tool.hbm2ddl.MultipleLinesSqlCommandExtractor (Vulnerable Component)

Vulnerability Details

A flaw was found in Hibernate ORM in versions before 5.3.18, 5.4.18 and 5.5.0.Beta1. A SQL injection in the implementation of the JPA Criteria API can permit unsanitized literals when a literal is used in the SELECT or GROUP BY parts of the query. This flaw could allow an attacker to access unauthorized information or possibly conduct further attacks.

Publish Date: Jul 06, 2020 06:35 PM

URL: CVE-2019-14900

Threat Assessment

Exploit Maturity:Not Defined

EPSS:1.2%

Score: 7.1


Suggested Fix

Type: Upgrade version

Origin: GHSA-8grg-q944-cch5

Release Date: Jul 06, 2020 06:35 PM

Fix Resolution : org.hibernate:hibernate-core:5.5.0.Beta1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions