Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

microsoft/mssql-jdbc
main @ e55f510
5
Fixes
0
CVEs
CRITICAL
Peak severity
20.0%
Coverage
Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
KerbAuthentication: most-fixed (1 issue). Treat as high-risk during review.
4 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Remote Code Execution: Attackers can achieve Remote Code Execution by supplying a malicious remote JAAS configuration file path to the `java.security.auth.login.config` system property during Kerberos authentication, which is then processed by the JVM.
Auth Bypass: Insecure manual string-parsing of the certificate Common Name (CN) allowed bypasses in server name validation, exposing connections to man-in-the-middle attacks.
SQL Injection: Direct concatenation of schema and table name variables into SQL queries executed during metadata operations (e.g., Azure Data Warehouse queries) allowed SQL injection.