Lucene search

K
githubGitHub Advisory DatabaseGHSA-FG4Q-CCQ8-3R5Q
HistoryJul 08, 2024 - 2:20 p.m.

NHibernate SQL injection vulnerability in discriminator mappings, static fields referenced in HQL, and some utilities

2024-07-0814:20:33
CWE-89
GitHub Advisory Database
github.com
7
sql injection
discriminator mappings
hql queries
static fields
utilities
nhibernate
patch
workaround
culture exploits
releases

CVSS3

9.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

AI Score

6

Confidence

High

EPSS

0.001

Percentile

30.4%

Impact

A SQL injection vulnerability exists in some types implementing ILiteralType.ObjectToSQLString. Callers of these methods are exposed to the vulnerability, which includes:

  • Mappings using inheritance with discriminator values:
    • The discriminator value could be written in the mapping in a way exploiting the vulnerability of the associated discriminator type, if that type is among the vulnerable ones.
    • The current culture settings for formatting the discriminator value type could be altered in a way resulting into SQL injections with the discriminator values.
  • HQL queries referencing a static field of the application.
  • Users of the SqlInsertBuilder and SqlUpdateBuilder utilities, calling their AddColumn overload taking a literal value. These overloads are unused by NHibernate but could be used by users referencing directly these utilities.
  • Any direct use of the ObjectToSQLString methods for building SQL queries on the user side.

Patches

Releases 5.4.9 and 5.5.2.

Workarounds

  • Ensure the application does not use the features listed above.
  • For discriminator usages, ensure the discriminator values in the mappings do not contain quotes for string discriminators. Furthermore, for types which ToString conversion can be altered to include SQL injections through adequate hacking of the current culture settings, either change for another type, or ensure the used values cannot allow culture exploits, or ensure the application performs sanity checks of the current culture settings. Types sensitive to culture include integers for negative values, dates, times and datetimes, floats and decimals.

References

Affected configurations

Vulners
Node
nhibernatenhibernate-coreRange5.5.05.5.2
OR
nhibernatenhibernate-coreRange<5.4.9
VendorProductVersionCPE
nhibernatenhibernate-core*cpe:2.3:a:nhibernate:nhibernate-core:*:*:*:*:*:*:*:*

CVSS3

9.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

AI Score

6

Confidence

High

EPSS

0.001

Percentile

30.4%

Related for GHSA-FG4Q-CCQ8-3R5Q