close
Skip to content

CVE-2025-59250 JDBC Driver for SQL Server has improper input validation issue - #570

Merged
vharseko merged 28 commits into
masterfrom
dependabot/maven/opendj-server-legacy/com.microsoft.sqlserver-mssql-jdbc-12.10.2.jre8
Nov 4, 2025
Merged

CVE-2025-59250 JDBC Driver for SQL Server has improper input validation issue#570
vharseko merged 28 commits into
masterfrom
dependabot/maven/opendj-server-legacy/com.microsoft.sqlserver-mssql-jdbc-12.10.2.jre8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 3, 2025

Copy link
Copy Markdown
Contributor

Bumps com.microsoft.sqlserver:mssql-jdbc from 12.10.0.jre8 to 12.10.2.jre8.

Release notes

Sourced from com.microsoft.sqlserver:mssql-jdbc's releases.

[12.10.2] Hotfix & Stable Release

Fixed issues

  • Address a hostname validation vulnerability by securely parsing certificate common names. microsoft/mssql-jdbc#2803 What was fixed: Secure hostname validation is enforced by replacing the vulnerable CN parsing logic in SQLServerCertificateUtils.java, preventing spoofing attacks. Who benefits: All users of the SQL Server JDBC driver, especially those relying on TLS for secure connections, benefit from improved certificate validation.

[12.10.1] Stable Release

Fixed issues

  • Make ibm security module optional #2679
  • Invalidate existing enclave session during connection (re)connect #2680
  • Update readFromFile() in ConfigurableRetryLogic to handle filePath #2681
  • Increased the max noOfRedirections and updated the message. #2682
  • Fixed New Type Param Definitions logic in doExecutePreparedStatement #2683
  • Fixed session recovery for Azure SQL DB in redirect mode connected #2684
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

maximthomas and others added 25 commits October 6, 2025 06:46
StringBuilder to StringBuffer for the FakeReplicationDomain because of thread safety
Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 12.10.0.jre8 to 12.10.2.jre8.
- [Release notes](https://github.com/Microsoft/mssql-jdbc/releases)
- [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/mssql-jdbc/commits)

---
updated-dependencies:
- dependency-name: com.microsoft.sqlserver:mssql-jdbc
  dependency-version: 12.10.2.jre8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Nov 3, 2025
@vharseko vharseko changed the title Bump com.microsoft.sqlserver:mssql-jdbc from 12.10.0.jre8 to 12.10.2.jre8 in /opendj-server-legacy CVE-2025-59250 JDBC Driver for SQL Server has improper input validation issue Nov 3, 2025
@vharseko
vharseko requested a review from maximthomas November 3, 2025 15:25
@vharseko
vharseko merged commit b34f31f into master Nov 4, 2025
68 of 70 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/opendj-server-legacy/com.microsoft.sqlserver-mssql-jdbc-12.10.2.jre8 branch November 4, 2025 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants