8.3
CVE-2026-0603
- EPSS 0.06%
- Veröffentlicht 23.01.2026 06:31:38
- Zuletzt bearbeitet 15.04.2026 00:35:42
- Quelle secalert@redhat.com
- CVE-Watchlists
- Unerledigt
Org.hibernate/hibernate-core: hibernate: information disclosure and data deletion via second-order sql injection
A flaw was found in Hibernate. A remote attacker with low privileges could exploit a second-order SQL injection vulnerability by providing specially crafted, unsanitized non-alphanumeric characters in the ID column when the InlineIdsOrClauseBuilder is used. This could lead to sensitive information disclosure, such as reading system files, and allow for data manipulation or deletion within the application's database, resulting in an application level denial of service.
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
Collection URLhttps://github.com/hibernate/hibernate-orm
≫
Paket
org.hibernate/hibernate-core
Default Statusunaffected
Version <=
5.6.15
Version
5.2.8
Status
affected
HerstellerRed Hat
≫
Produkt
Red Hat JBoss Enterprise Application Platform
Default Statusaffected
Version
5.3.38.Final-redhat-00001
Version <
*
Status
unaffected
HerstellerRed Hat
≫
Produkt
Red Hat JBoss Enterprise Application Platform 7.1 EUS for RHEL 7
Default Statusaffected
Version
0:5.1.17-4.Final_redhat_00005.1.ep7.el7
Version <
*
Status
unaffected
HerstellerRed Hat
≫
Produkt
Red Hat JBoss Enterprise Application Platform 7.1 EUS for RHEL 7
Default Statusaffected
Version
0:7.1.14-4.GA_redhat_00003.1.ep7.el7
Version <
*
Status
unaffected
HerstellerRed Hat
≫
Produkt
Red Hat JBoss Enterprise Application Platform 7.3 EUS for RHEL 7
Default Statusaffected
Version
0:5.3.38-1.Final_redhat_00001.1.el7eap
Version <
*
Status
unaffected
HerstellerRed Hat
≫
Produkt
Red Hat JBoss Enterprise Application Platform 7.3 EUS for RHEL 7
Default Statusaffected
Version
0:7.3.17-5.GA_redhat_00006.1.el7eap
Version <
*
Status
unaffected
HerstellerRed Hat
≫
Produkt
Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7
Default Statusaffected
Version
0:5.3.38-1.Final_redhat_00001.1.el7eap
Version <
*
Status
unaffected
HerstellerRed Hat
≫
Produkt
Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7
Default Statusaffected
Version
0:7.4.24-4.GA_redhat_00002.1.el7eap
Version <
*
Status
unaffected
HerstellerRed Hat
≫
Produkt
Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 8
Default Statusaffected
Version
0:5.3.38-1.Final_redhat_00001.1.el8eap
Version <
*
Status
unaffected
HerstellerRed Hat
≫
Produkt
Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 8
Default Statusaffected
Version
0:7.4.24-4.GA_redhat_00002.1.el8eap
Version <
*
Status
unaffected
HerstellerRed Hat
≫
Produkt
Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 9
Default Statusaffected
Version
0:5.3.38-1.Final_redhat_00001.1.el9eap
Version <
*
Status
unaffected
HerstellerRed Hat
≫
Produkt
Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 9
Default Statusaffected
Version
0:7.4.24-4.GA_redhat_00002.1.el9eap
Version <
*
Status
unaffected
HerstellerRed Hat
≫
Produkt
Red Hat AMQ Broker 7
Default Statusaffected
HerstellerRed Hat
≫
Produkt
Red Hat build of OptaPlanner 8
Default Statusaffected
HerstellerRed Hat
≫
Produkt
Red Hat Data Grid 8
Default Statusunaffected
HerstellerRed Hat
≫
Produkt
Red Hat Fuse 7
Default Statusaffected
HerstellerRed Hat
≫
Produkt
Red Hat JBoss Enterprise Application Platform 7
Default Statusaffected
HerstellerRed Hat
≫
Produkt
Red Hat JBoss Enterprise Application Platform 8
Default Statusunaffected
HerstellerRed Hat
≫
Produkt
Red Hat JBoss Enterprise Application Platform Expansion Pack
Default Statusunaffected
HerstellerRed Hat
≫
Produkt
Red Hat OpenShift AI (RHOAI)
Default Statusunaffected
HerstellerRed Hat
≫
Produkt
Red Hat OpenShift AI (RHOAI)
Default Statusunaffected
HerstellerRed Hat
≫
Produkt
Red Hat OpenShift Dev Spaces
Default Statusunaffected
HerstellerRed Hat
≫
Produkt
Red Hat OpenShift Dev Spaces
Default Statusunaffected
HerstellerRed Hat
≫
Produkt
Red Hat Process Automation 7
Default Statusaffected
HerstellerRed Hat
≫
Produkt
Red Hat Satellite 6
Default Statusunaffected
HerstellerRed Hat
≫
Produkt
Red Hat Satellite 6
Default Statusunaffected
HerstellerRed Hat
≫
Produkt
Red Hat Single Sign-On 7
Default Statusaffected
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.06% | 0.184 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| secalert@redhat.com | 8.3 | 2.8 | 5.5 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
|
CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.