Closed FraPazGal closed 1 year ago
It seems the sqlite-jdbc
version of 3.32.3.3
is also affected by a CVE and should probabli be updated:
├──────────────────────────────────────────────────────────────┼─────────────────────┼──────────┼───────────────────┼─────────────────────────────────┼─────────────────────────────────────────────────────────────┤
│ org.xerial:sqlite-jdbc (sqlite-jdbc-3.32.3.3.jar) │ CVE-2023-32697 │ HIGH │ 3.32.3.3 │ 3.41.2.2 │ Remote code execution when JDBC url is attacker controlled │
│ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2023-32697 │
└──────────────────────────────────────────────────────────────┴─────────────────────┴──────────┴───────────────────┴─────────────────────────────────┴─────────────────────────────────────────────────────────────┘
I saw your security email and I'm working on updating these now.
I've updated the drivers on master but this still needs a release @kares @enebo
pushed all three, the SQLite3 update might need backports + adapter release in order for users to be able to use the updated version.
haven't looked at the test so that might end up needing more work with the adapter ...
also the related CVE ("Remote code execution when JDBC url is attacker controlled") would only apply in weird use-cases, certainly not with Rails.
Hello! I wanted to check with you whether an update to the supported JDBC drivers is on the roadmap. There are several vulnerabilities affecting the used mysql and psql versions currently used that would be solved using newer ones.
I saw https://github.com/jruby/activerecord-jdbc-adapter/pull/1121 but it seems to be stale.
Thanks in advance!