Update dependency com.h2database:h2 to v2 [SECURITY]#45
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
requested review from
pattemmanohar,
sajanchandran and
vsmeruga-2025
and removed request for
a team
March 1, 2026 06:35
renovate
Bot
force-pushed
the
renovate/major-h2.version
branch
from
March 18, 2026 16:28
e83a8d6 to
369d399
Compare
renovate
Bot
force-pushed
the
renovate/major-h2.version
branch
2 times, most recently
from
March 30, 2026 17:41
fffbbba to
c5c55c3
Compare
renovate
Bot
force-pushed
the
renovate/major-h2.version
branch
7 times, most recently
from
April 3, 2026 09:04
e76be3a to
8938d1e
Compare
renovate
Bot
force-pushed
the
renovate/major-h2.version
branch
9 times, most recently
from
April 24, 2026 10:54
cb929b1 to
d8213fb
Compare
renovate
Bot
force-pushed
the
renovate/major-h2.version
branch
4 times, most recently
from
May 1, 2026 19:04
c73b364 to
4e3139c
Compare
renovate
Bot
force-pushed
the
renovate/major-h2.version
branch
10 times, most recently
from
May 18, 2026 10:08
e8c877b to
c47d033
Compare
renovate
Bot
force-pushed
the
renovate/major-h2.version
branch
from
June 8, 2026 14:34
c47d033 to
e3f803d
Compare
renovate
Bot
force-pushed
the
renovate/major-h2.version
branch
5 times, most recently
from
June 17, 2026 09:07
89ba86c to
dc0274b
Compare
renovate
Bot
force-pushed
the
renovate/major-h2.version
branch
5 times, most recently
from
July 15, 2026 11:40
6e0eb38 to
2c9d058
Compare
renovate
Bot
force-pushed
the
renovate/major-h2.version
branch
4 times, most recently
from
July 16, 2026 14:08
2338900 to
02ca5b5
Compare
renovate
Bot
force-pushed
the
renovate/major-h2.version
branch
from
July 20, 2026 16:34
02ca5b5 to
c8840a0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.4.196→2.1.210Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
RCE in H2 Console
CVE-2021-42392 / GHSA-h376-j262-vhq6
More information
Details
Impact
H2 Console in versions since 1.1.100 (2008-10-14) to 2.0.204 (2021-12-21) inclusive allows loading of custom classes from remote servers through JNDI.
H2 Console doesn't accept remote connections by default. If remote access was enabled explicitly and some protection method (such as security constraint) wasn't set, an intruder can load own custom class and execute its code in a process with H2 Console (H2 Server process or a web server with H2 Console servlet).
It is also possible to load them by creation a linked table in these versions, but it requires
ADMINprivileges and user withADMINprivileges has full access to the Java process by design. These privileges should never be granted to untrusted users.Patches
Since version 2.0.206 H2 Console and linked tables explicitly forbid attempts to specify LDAP URLs for JNDI. Only local data sources can be used.
Workarounds
H2 Console should never be available to untrusted users.
-webAllowOthersis a dangerous setting that should be avoided.H2 Console Servlet deployed on a web server can be protected with a security constraint:
https://h2database.com/html/tutorial.html#usingH2ConsoleServlet
If
webAllowOthersis specified, you need to uncomment and edit<security-role>and<security-constraint>as necessary. See documentation of your web server for more details.References
This issue was found and privately reported to H2 team by JFrog Security's vulnerability research team with detailed information.
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:HReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Arbitrary code execution in H2 Console
CVE-2022-23221 / GHSA-45hx-wfhj-473x
More information
Details
H2 Console before 2.1.210 allows remote attackers to execute arbitrary code via a jdbc:h2:mem JDBC URL containing the IGNORE_UNKNOWN_SETTINGS=TRUE;FORBID_CREATION=FALSE;INIT=RUNSCRIPT substring, a different vulnerability than CVE-2021-42392.
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:HReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.