Re: Security release CVE-2022-31197

Поиск
Список
Период
Сортировка
От Sehrope Sarkuni
Тема Re: Security release CVE-2022-31197
Дата
Msg-id CAH7T-aqwjmi+Vuc-how2BQKL3aPvgJrKUGZ2S7S1ruS5KvghGA@mail.gmail.com
обсуждение исходный текст
Ответ на Security release CVE-2022-31197  (Dave Cramer <davecramer@gmail.com>)
Список pgsql-jdbc
This security issue is specific to the PGJDBC implementation of the ResultSet.refresh() method.

If you are not using that method in your application code then you will not be impacted.

User applications that do invoke that method are impacted if the underlying database that they are querying via their JDBC application may be under the control of an attacker. The attack requires the attacker to trick the application into executing SQL against a table name who's column names would contain the malicious SQL and subsequently invoke the refreshRow() method on the ResultSet.

More information about this security advisory is available here: https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-r38f-c4h4-hqq2

Regards,
-- Sehrope Sarkuni
Founder & CEO | JackDB, Inc. | https://www.jackdb.com/

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Security release CVE-2022-31197
Следующее
От: Dave Cramer
Дата:
Сообщение: [pgjdbc/pgjdbc] f1a93a: bumped version for next release