This update for postgresql13 fixes the following issues:
Security issues fixed:
CVE-2023-5870: Prevent the pgsignalbackend role from signalling background workers and autovacuum processes. The documentation says that pgsignalbackend cannot issue signals to superuser-owned processes. It was able to signal these background processes, though, because they advertise a role OID of zero. Treat that as indicating superuser ownership. The security implications of cancelling one of these process types are fairly small so far as the core code goes (we'll just start another one), but extensions might add background workers that are more vulnerable. Also ensure that the is_superuser parameter is set correctly in such processes. No specific security consequences are known for that oversight, but it might be significant for some extensions. (bsc#1216960)
Update to 13.13: https://www.postgresql.org/docs/13/release-13-13.html
Overhaul postgresql-README.SUSE and move it from the binary package to the noarch wrapper package.
{ "binaries": [ { "postgresql13-plperl": "13.13-3.43.1", "postgresql13-pltcl": "13.13-3.43.1", "postgresql13-server": "13.13-3.43.1", "postgresql13-contrib": "13.13-3.43.1", "postgresql13": "13.13-3.43.1", "postgresql13-docs": "13.13-3.43.1", "postgresql13-plpython": "13.13-3.43.1" } ] }
{ "binaries": [ { "postgresql13-plperl": "13.13-3.43.1", "postgresql13-pltcl": "13.13-3.43.1", "postgresql13-server": "13.13-3.43.1", "postgresql13-contrib": "13.13-3.43.1", "postgresql13": "13.13-3.43.1", "postgresql13-docs": "13.13-3.43.1", "postgresql13-plpython": "13.13-3.43.1" } ] }