Skip to content

chore(deps): update dependency org.hsqldb:hsqldb to v2.7.1 [security]#97

Open
gjed wants to merge 1 commit intodevelfrom
renovate/maven-org.hsqldb-hsqldb-vulnerability
Open

chore(deps): update dependency org.hsqldb:hsqldb to v2.7.1 [security]#97
gjed wants to merge 1 commit intodevelfrom
renovate/maven-org.hsqldb-hsqldb-vulnerability

Conversation

@gjed
Copy link
Copy Markdown

@gjed gjed commented May 7, 2026

This PR contains the following updates:

Package Change Age Confidence
org.hsqldb:hsqldb (source) 2.4.12.7.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


HyperSQL DataBase vulnerable to remote code execution when processing untrusted input

CVE-2022-41853 / GHSA-77xx-rxvh-q682

More information

Details

Those using java.sql.Statement or java.sql.PreparedStatement in hsqldb (HyperSQL DataBase) to process untrusted input may be vulnerable to a remote code execution attack. By default it is allowed to call any static method of any Java class in the classpath resulting in code execution. The issue can be prevented by updating to 2.7.1 or by setting the system property "hsqldb.method_class_names" to classes which are allowed to be called. For example, System.setProperty("hsqldb.method_class_names", "abc") or Java argument -Dhsqldb.method_class_names="abc" can be used. From version 2.7.1 all classes by default are not accessible except those in java.lang.Math and need to be manually enabled.

Severity

  • CVSS Score: 9.8 / 10 (Critical)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Configuration

📅 Schedule: (in timezone Europe/Rome)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants