-
Notifications
You must be signed in to change notification settings - Fork 0
Description
📂 Vulnerable Library - hibernate-core-3.6.10.Final.jar
The core functionality of 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/3.6.10.Final/hibernate-core-3.6.10.Final.jar
Findings
| Finding | Severity | 🎯 CVSS | Exploit Maturity | EPSS | Library | Type | Fixed in | Remediation Available | Reachability |
|---|---|---|---|---|---|---|---|---|---|
| CVE-2020-25638 | 🟣 Critical | 9.1 | Not Defined | < 1% | hibernate-core-3.6.10.Final.jar | Direct | org.hibernate:hibernate-core:5.4.24.Final,org.hibernate:hibernate-core:5.3.20.Final | ✅ | |
| CVE-2019-14900 | 🔴 High | 7.1 | Not Defined | 1.2% | hibernate-core-3.6.10.Final.jar | Direct | org.hibernate:hibernate-core:5.5.0.Beta1 | ✅ |
Details
🟣CVE-2020-25638
Vulnerable Library - hibernate-core-3.6.10.Final.jar
The core functionality of 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/3.6.10.Final/hibernate-core-3.6.10.Final.jar
Dependency Hierarchy:
- ❌ hibernate-core-3.6.10.Final.jar (Vulnerable Library)
Reachability Analysis
This vulnerability is potentially reachable:
- org.owasp.benchmark.helpers.HibernateUtil (Application)
- org.hibernate.cfg.Configuration (Extension)
- org.hibernate.event.def.DefaultFlushEntityEventListener (Extension)
- org.hibernate.impl.AbstractSessionImpl (Extension)
- org.hibernate.engine.QueryParameters (Extension)
- org.hibernate.hql.ast.tree.MapEntryNode$MapEntryBuilder (Extension)
- org.hibernate.hql.ast.tree.MapEntryNode (Extension)
- org.hibernate.hql.ast.SqlASTFactory (Extension)
-> ❌ org.hibernate.hql.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-2019-14900
Vulnerable Library - hibernate-core-3.6.10.Final.jar
The core functionality of 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/3.6.10.Final/hibernate-core-3.6.10.Final.jar
Dependency Hierarchy:
- ❌ hibernate-core-3.6.10.Final.jar (Vulnerable Library)
Reachability Analysis
This vulnerability is potentially reachable:
- org.owasp.benchmark.helpers.HibernateUtil (Application)
- org.hibernate.Query (Extension)
- org.hibernate.type.OrderedSetType (Extension)
- org.hibernate.persister.entity.SingleTableEntityPersister (Extension)
-> ❌ org.hibernate.id.insert.AbstractReturningDelegate (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