File `~/.config/coderv2/postgres/bin/bin/postgres` version 13.11 is vulnerable to CVE-2023-39417, which exists in versions >= 13.0, < 13.12. The vulnerability was found in the [National Vulnerability Database (NVD)](https://nvd.nist.gov/vuln/detail/CVE-2023-39417) based on the CPE cpe:2.3:a:postgresql:postgresql with NVD severity: High. The file is associated with the technology PostgreSQL. The vulnerability can be remediated by updating PostgreSQL to 13.12 or higher. Looks like the cause is the go package which creates the embedded server: https://github.com/coder/coder/blob/70ccefc35749abdce87a0e59816c0b71221bb7a9/cli/server.go#L37 I have opened a pull request to patch this: https://github.com/fergusstrange/embedded-postgres/pull/131