개요
PostgreSQL(https://www.postgresql.org/)에서는 공급한 제품의 취약점을 해결하는 보안 업데이트를 발표하였습니다. 해당하는 제품 사용자는 최신 버전으로 업데이트 하시기 바랍니다.
대상 제품
PostgreSQL 17
PostgreSQL 16
PostgreSQL 15
PostgreSQL 14
PostgreSQL 13
해결된 취약점
PostgreSQL에서 발생하는 SQL 인젝션 취약점 (CVE-2025-8715, CVSS 8.8) [1]
PostgreSQL에서 발생하는 임의 코드 실행 취약점 (CVE-2025-8714, CVSS 8.8) [2]
취약점 패치
08월 14일 게시된 보안 권고에 따라 해당 버전 및 최신 버전으로 업데이트 하시기 바랍니다.
PostgreSQL 17.6
PostgreSQL 16.10
PostgreSQL 15.14
PostgreSQL 14.19
PostgreSQL 13.22
참고 사이트
[1] CVE-2025-8715 : PostgreSQL pg_dump newline in object name executes arbitrary code in psql client and in restore target server
https://www.postgresql.org/support/security/CVE-2025-8715/
[2] CVE-2025-8714 : PostgreSQL pg_dump lets superuser of origin server execute arbitrary code in psql client