postgresql-18 (18.1-1)
[PTS] [DDPO]
OK: VCS matches the version in the archive
- Git: https://salsa.debian.org/postgresql/postgresql.git -b 18
-
- Branch: 18
- Path: debian/changelog
- Repo size: 6291456
- Browser: https://salsa.debian.org/postgresql/postgresql
- Last scan: 2025-11-25 19:54:09+00
- Next scan: 2025-12-03 18:01:00+00
- Open issues: 3
- CI pipeline status: success
- Debian changelog in Git:
postgresql-18 (18.1-1) unstable; urgency=medium
* New upstream version 18.1.
+ Check for CREATE privileges on the schema in CREATE STATISTICS
(Jelte Fennema-Nio)
This omission allowed table owners to create statistics in any schema,
potentially leading to unexpected naming conflicts.
The PostgreSQL Project thanks Jelte Fennema-Nio for reporting this
problem. (CVE-2025-12817)
+ Avoid integer overflow in allocation-size calculations within libpq
(Jacob Champion)
Several places in libpq were not sufficiently careful about computing
the required size of a memory allocation. Sufficiently large inputs
could cause integer overflow, resulting in an undersized buffer, which
would then lead to writing past the end of the buffer.
The PostgreSQL Project thanks Aleksey Solovev of Positive Technologies
for reporting this problem. (CVE-2025-12818)
* Handle EPERM in pg_numa_init.
* Test-Depend on postgresql-common-dev.
-- Christoph Berg <myon@debian.org> Tue, 11 Nov 2025 13:05:55 +0100
- This branch is even with tag debian/18.1-1