suse-su-2025:01799-1
Vulnerability from csaf_suse
Published
2025-06-02 13:28
Modified
2025-06-02 13:28
Summary
Security update for postgresql, postgresql16, postgresql17
Notes
Title of the patch
Security update for postgresql, postgresql16, postgresql17
Description of the patch
This update for postgresql, postgresql16, postgresql17 fixes the following issues:
This update ships postgresql17 , and fixes security issues with postgresql16:
- bsc#1230423: Relax the dependency of extensions on the server
version from exact major.minor to greater or equal, after Tom
Lane confirmed on the PostgreSQL packagers list that ABI
stability is being taken care of between minor releases.
- bsc#1219340: The last fix was not correct. Improve it by removing
the dependency again and call fillup only if it is installed.
postgresql16 was updated to 16.6:
* Repair ABI break for extensions that work with struct
ResultRelInfo.
* Restore functionality of ALTER {ROLE|DATABASE} SET role.
* Fix cases where a logical replication slot's restart_lsn could
go backwards.
* Avoid deleting still-needed WAL files during pg_rewind.
* Fix race conditions associated with dropping shared statistics
entries.
* Count index scans in contrib/bloom indexes in the statistics
views, such as the pg_stat_user_indexes.idx_scan counter.
* Fix crash when checking to see if an index's opclass options
have changed.
* Avoid assertion failure caused by disconnected NFA sub-graphs
in regular expression parsing.
* https://www.postgresql.org/docs/release/16.6/
postgresql16 was updated to 16.5:
* CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as
dependent on the calling role when RLS applies to a
non-top-level table reference.
* CVE-2024-10977, bsc#1233325: Make libpq discard error messages
received during SSL or GSS protocol negotiation.
* CVE-2024-10978, bsc#1233326: Fix unintended interactions
between SET SESSION AUTHORIZATION and SET ROLE
* CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from
changing environment variables.
* https://www.postgresql.org/about/news/p-2955/
* https://www.postgresql.org/docs/release/16.5/
- Don't build the libs and mini flavor anymore to hand over to
PostgreSQL 17.
* https://www.postgresql.org/about/news/p-2910/
postgresql17 is shipped in version 17.2:
* CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as
dependent on the calling role when RLS applies to a
non-top-level table reference.
* CVE-2024-10977, bsc#1233325: Make libpq discard error messages
received during SSL or GSS protocol negotiation.
* CVE-2024-10978, bsc#1233326: Fix unintended interactions
between SET SESSION AUTHORIZATION and SET ROLE
* CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from
changing environment variables.
* https://www.postgresql.org/about/news/p-2955/
* https://www.postgresql.org/docs/release/17.1/
* https://www.postgresql.org/docs/release/17.2/
Upgrade to 17.2:
* Repair ABI break for extensions that work with struct
ResultRelInfo.
* Restore functionality of ALTER {ROLE|DATABASE} SET role.
* Fix cases where a logical replication slot's restart_lsn could
go backwards.
* Avoid deleting still-needed WAL files during pg_rewind.
* Fix race conditions associated with dropping shared statistics
entries.
* Count index scans in contrib/bloom indexes in the statistics
views, such as the pg_stat_user_indexes.idx_scan counter.
* Fix crash when checking to see if an index's opclass options
have changed.
* Avoid assertion failure caused by disconnected NFA sub-graphs
in regular expression parsing.
Upgrade to 17.0:
* New memory management system for VACUUM, which reduces memory
consumption and can improve overall vacuuming performance.
* New SQL/JSON capabilities, including constructors, identity
functions, and the JSON_TABLE() function, which converts JSON
data into a table representation.
* Various query performance improvements, including for
sequential reads using streaming I/O, write throughput under
high concurrency, and searches over multiple values in a btree
index.
* Logical replication enhancements, including:
+ Failover control
+ pg_createsubscriber, a utility that creates logical replicas
from physical standbys
+ pg_upgrade now preserves replication slots on both publishers
and subscribers
* New client-side connection option, sslnegotiation=direct, that
performs a direct TLS handshake to avoid a round-trip
negotiation.
* pg_basebackup now supports incremental backup.
* COPY adds a new option, ON_ERROR ignore, that allows a copy
operation to continue in the event of an error.
* https://www.postgresql.org/about/news/p-2936/
* https://www.postgresql.org/docs/17/release-17.html
Patchnames
SUSE-2025-1799,SUSE-SLE-SERVER-12-SP5-LTSS-2025-1799,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-1799
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql, postgresql16, postgresql17", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql, postgresql16, postgresql17 fixes the following issues:\n\nThis update ships postgresql17 , and fixes security issues with postgresql16:\n\n- bsc#1230423: Relax the dependency of extensions on the server\n version from exact major.minor to greater or equal, after Tom\n Lane confirmed on the PostgreSQL packagers list that ABI\n stability is being taken care of between minor releases.\n\n- bsc#1219340: The last fix was not correct. Improve it by removing\n the dependency again and call fillup only if it is installed.\n\npostgresql16 was updated to 16.6:\n* Repair ABI break for extensions that work with struct\n ResultRelInfo.\n* Restore functionality of ALTER {ROLE|DATABASE} SET role.\n* Fix cases where a logical replication slot\u0027s restart_lsn could\n go backwards.\n* Avoid deleting still-needed WAL files during pg_rewind.\n* Fix race conditions associated with dropping shared statistics\n entries.\n* Count index scans in contrib/bloom indexes in the statistics\n views, such as the pg_stat_user_indexes.idx_scan counter.\n* Fix crash when checking to see if an index\u0027s opclass options\n have changed.\n* Avoid assertion failure caused by disconnected NFA sub-graphs\n in regular expression parsing.\n* https://www.postgresql.org/docs/release/16.6/\n\npostgresql16 was updated to 16.5:\n\n* CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as\n dependent on the calling role when RLS applies to a\n non-top-level table reference.\n* CVE-2024-10977, bsc#1233325: Make libpq discard error messages\n received during SSL or GSS protocol negotiation.\n* CVE-2024-10978, bsc#1233326: Fix unintended interactions\n between SET SESSION AUTHORIZATION and SET ROLE\n* CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from\n changing environment variables.\n* https://www.postgresql.org/about/news/p-2955/\n* https://www.postgresql.org/docs/release/16.5/\n\n- Don\u0027t build the libs and mini flavor anymore to hand over to\n PostgreSQL 17.\n\n * https://www.postgresql.org/about/news/p-2910/\n\npostgresql17 is shipped in version 17.2:\n\n* CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as\n dependent on the calling role when RLS applies to a\n non-top-level table reference.\n* CVE-2024-10977, bsc#1233325: Make libpq discard error messages\n received during SSL or GSS protocol negotiation.\n* CVE-2024-10978, bsc#1233326: Fix unintended interactions\n between SET SESSION AUTHORIZATION and SET ROLE\n* CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from\n changing environment variables.\n* https://www.postgresql.org/about/news/p-2955/\n* https://www.postgresql.org/docs/release/17.1/\n* https://www.postgresql.org/docs/release/17.2/\n\nUpgrade to 17.2:\n\n* Repair ABI break for extensions that work with struct\n ResultRelInfo.\n* Restore functionality of ALTER {ROLE|DATABASE} SET role.\n* Fix cases where a logical replication slot\u0027s restart_lsn could\n go backwards.\n* Avoid deleting still-needed WAL files during pg_rewind.\n* Fix race conditions associated with dropping shared statistics\n entries.\n* Count index scans in contrib/bloom indexes in the statistics\n views, such as the pg_stat_user_indexes.idx_scan counter.\n* Fix crash when checking to see if an index\u0027s opclass options\n have changed.\n* Avoid assertion failure caused by disconnected NFA sub-graphs\n in regular expression parsing.\n\nUpgrade to 17.0:\n\n* New memory management system for VACUUM, which reduces memory\n consumption and can improve overall vacuuming performance.\n* New SQL/JSON capabilities, including constructors, identity\n functions, and the JSON_TABLE() function, which converts JSON\n data into a table representation.\n* Various query performance improvements, including for\n sequential reads using streaming I/O, write throughput under\n high concurrency, and searches over multiple values in a btree\n index.\n* Logical replication enhancements, including:\n + Failover control\n + pg_createsubscriber, a utility that creates logical replicas\n from physical standbys\n + pg_upgrade now preserves replication slots on both publishers\n and subscribers\n* New client-side connection option, sslnegotiation=direct, that\n performs a direct TLS handshake to avoid a round-trip\n negotiation.\n* pg_basebackup now supports incremental backup.\n* COPY adds a new option, ON_ERROR ignore, that allows a copy\n operation to continue in the event of an error.\n* https://www.postgresql.org/about/news/p-2936/\n* https://www.postgresql.org/docs/17/release-17.html\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-1799,SUSE-SLE-SERVER-12-SP5-LTSS-2025-1799,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-1799", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_01799-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:01799-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501799-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:01799-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-June/039507.html" }, { "category": "self", "summary": "SUSE Bug 1219340", "url": "https://bugzilla.suse.com/1219340" }, { "category": "self", "summary": "SUSE Bug 1230423", "url": "https://bugzilla.suse.com/1230423" }, { "category": "self", "summary": "SUSE Bug 1233323", "url": "https://bugzilla.suse.com/1233323" }, { "category": "self", "summary": "SUSE Bug 1233325", "url": "https://bugzilla.suse.com/1233325" }, { "category": "self", "summary": "SUSE Bug 1233326", "url": "https://bugzilla.suse.com/1233326" }, { "category": "self", "summary": "SUSE Bug 1233327", "url": "https://bugzilla.suse.com/1233327" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "Security update for postgresql, postgresql16, postgresql17", "tracking": { "current_release_date": "2025-06-02T13:28:47Z", "generator": { "date": "2025-06-02T13:28:47Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:01799-1", "initial_release_date": "2025-06-02T13:28:47Z", "revision_history": [ { "date": "2025-06-02T13:28:47Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-3.5.1.aarch64", "product": { "name": "libecpg6-17.2-3.5.1.aarch64", "product_id": "libecpg6-17.2-3.5.1.aarch64" } }, { "category": "product_version", "name": "libpq5-17.2-3.5.1.aarch64", "product": { "name": "libpq5-17.2-3.5.1.aarch64", "product_id": "libpq5-17.2-3.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-16.6-3.21.1.aarch64", "product_id": "postgresql16-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-contrib-16.6-3.21.1.aarch64", "product_id": "postgresql16-contrib-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-devel-16.6-3.21.1.aarch64", "product_id": "postgresql16-devel-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-plperl-16.6-3.21.1.aarch64", "product_id": "postgresql16-plperl-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-plpython-16.6-3.21.1.aarch64", "product_id": "postgresql16-plpython-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-pltcl-16.6-3.21.1.aarch64", "product_id": "postgresql16-pltcl-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-server-16.6-3.21.1.aarch64", "product_id": "postgresql16-server-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-server-devel-16.6-3.21.1.aarch64", "product_id": "postgresql16-server-devel-16.6-3.21.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql-17-4.29.1.noarch", "product": { "name": "postgresql-17-4.29.1.noarch", "product_id": "postgresql-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-contrib-17-4.29.1.noarch", "product": { "name": "postgresql-contrib-17-4.29.1.noarch", "product_id": "postgresql-contrib-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-devel-17-4.29.1.noarch", "product": { "name": "postgresql-devel-17-4.29.1.noarch", "product_id": "postgresql-devel-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-docs-17-4.29.1.noarch", "product": { "name": "postgresql-docs-17-4.29.1.noarch", "product_id": "postgresql-docs-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-plperl-17-4.29.1.noarch", "product": { "name": "postgresql-plperl-17-4.29.1.noarch", "product_id": "postgresql-plperl-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-plpython-17-4.29.1.noarch", "product": { "name": "postgresql-plpython-17-4.29.1.noarch", "product_id": "postgresql-plpython-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-pltcl-17-4.29.1.noarch", "product": { "name": "postgresql-pltcl-17-4.29.1.noarch", "product_id": "postgresql-pltcl-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-17-4.29.1.noarch", "product": { "name": "postgresql-server-17-4.29.1.noarch", "product_id": "postgresql-server-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-devel-17-4.29.1.noarch", "product": { "name": "postgresql-server-devel-17-4.29.1.noarch", "product_id": "postgresql-server-devel-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql16-docs-16.6-3.21.1.noarch", "product": { "name": "postgresql16-docs-16.6-3.21.1.noarch", "product_id": "postgresql16-docs-16.6-3.21.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-3.5.1.ppc64le", "product": { "name": "libecpg6-17.2-3.5.1.ppc64le", "product_id": "libecpg6-17.2-3.5.1.ppc64le" } }, { "category": "product_version", "name": "libpq5-17.2-3.5.1.ppc64le", "product": { "name": "libpq5-17.2-3.5.1.ppc64le", "product_id": "libpq5-17.2-3.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-16.6-3.21.1.ppc64le", "product_id": "postgresql16-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-contrib-16.6-3.21.1.ppc64le", "product_id": "postgresql16-contrib-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-devel-16.6-3.21.1.ppc64le", "product_id": "postgresql16-devel-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-plperl-16.6-3.21.1.ppc64le", "product_id": "postgresql16-plperl-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-plpython-16.6-3.21.1.ppc64le", "product_id": "postgresql16-plpython-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-pltcl-16.6-3.21.1.ppc64le", "product_id": "postgresql16-pltcl-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-server-16.6-3.21.1.ppc64le", "product_id": "postgresql16-server-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-server-devel-16.6-3.21.1.ppc64le", "product_id": "postgresql16-server-devel-16.6-3.21.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-3.5.1.s390x", "product": { "name": "libecpg6-17.2-3.5.1.s390x", "product_id": "libecpg6-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "libecpg6-32bit-17.2-3.5.1.s390x", "product": { "name": "libecpg6-32bit-17.2-3.5.1.s390x", "product_id": "libecpg6-32bit-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "libpq5-17.2-3.5.1.s390x", "product": { "name": "libpq5-17.2-3.5.1.s390x", "product_id": "libpq5-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "libpq5-32bit-17.2-3.5.1.s390x", "product": { "name": "libpq5-32bit-17.2-3.5.1.s390x", "product_id": "libpq5-32bit-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-16.6-3.21.1.s390x", "product": { "name": "postgresql16-16.6-3.21.1.s390x", "product_id": "postgresql16-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-3.21.1.s390x", "product": { "name": "postgresql16-contrib-16.6-3.21.1.s390x", "product_id": "postgresql16-contrib-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-3.21.1.s390x", "product": { "name": "postgresql16-devel-16.6-3.21.1.s390x", "product_id": "postgresql16-devel-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-3.21.1.s390x", "product": { "name": "postgresql16-plperl-16.6-3.21.1.s390x", "product_id": "postgresql16-plperl-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-3.21.1.s390x", "product": { "name": "postgresql16-plpython-16.6-3.21.1.s390x", "product_id": "postgresql16-plpython-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-3.21.1.s390x", "product": { "name": "postgresql16-pltcl-16.6-3.21.1.s390x", "product_id": "postgresql16-pltcl-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-16.6-3.21.1.s390x", "product": { "name": "postgresql16-server-16.6-3.21.1.s390x", "product_id": "postgresql16-server-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-3.21.1.s390x", "product": { "name": "postgresql16-server-devel-16.6-3.21.1.s390x", "product_id": "postgresql16-server-devel-16.6-3.21.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-3.5.1.x86_64", "product": { "name": "libecpg6-17.2-3.5.1.x86_64", "product_id": "libecpg6-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "libecpg6-32bit-17.2-3.5.1.x86_64", "product": { "name": "libecpg6-32bit-17.2-3.5.1.x86_64", "product_id": "libecpg6-32bit-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "libpq5-17.2-3.5.1.x86_64", "product": { "name": "libpq5-17.2-3.5.1.x86_64", "product_id": "libpq5-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "libpq5-32bit-17.2-3.5.1.x86_64", "product": { "name": "libpq5-32bit-17.2-3.5.1.x86_64", "product_id": "libpq5-32bit-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-16.6-3.21.1.x86_64", "product_id": "postgresql16-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-contrib-16.6-3.21.1.x86_64", "product_id": "postgresql16-contrib-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-devel-16.6-3.21.1.x86_64", "product_id": "postgresql16-devel-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-plperl-16.6-3.21.1.x86_64", "product_id": "postgresql16-plperl-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-plpython-16.6-3.21.1.x86_64", "product_id": "postgresql16-plpython-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-pltcl-16.6-3.21.1.x86_64", "product_id": "postgresql16-pltcl-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-server-16.6-3.21.1.x86_64", "product_id": "postgresql16-server-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-server-devel-16.6-3.21.1.x86_64", "product_id": "postgresql16-server-devel-16.6-3.21.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product": { "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-3.5.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64" }, "product_reference": "libecpg6-17.2-3.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-3.5.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le" }, "product_reference": "libecpg6-17.2-3.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-3.5.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x" }, "product_reference": "libecpg6-17.2-3.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64" }, "product_reference": "libecpg6-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17.2-3.5.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x" }, "product_reference": "libecpg6-32bit-17.2-3.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64" }, "product_reference": "libecpg6-32bit-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-3.5.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64" }, "product_reference": "libpq5-17.2-3.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-3.5.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le" }, "product_reference": "libpq5-17.2-3.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-3.5.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x" }, "product_reference": "libpq5-17.2-3.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64" }, "product_reference": "libpq5-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-3.5.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x" }, "product_reference": "libpq5-32bit-17.2-3.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64" }, "product_reference": "libpq5-32bit-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch" }, "product_reference": "postgresql-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch" }, "product_reference": "postgresql-contrib-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch" }, "product_reference": "postgresql-devel-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch" }, "product_reference": "postgresql-docs-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch" }, "product_reference": "postgresql-plperl-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch" }, "product_reference": "postgresql-plpython-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch" }, "product_reference": "postgresql-pltcl-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch" }, "product_reference": "postgresql-server-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch" }, "product_reference": "postgresql-server-devel-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-contrib-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-contrib-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-contrib-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-devel-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-devel-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-devel-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-devel-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.6-3.21.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch" }, "product_reference": "postgresql16-docs-16.6-3.21.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-plperl-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-plperl-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-plperl-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-plpython-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-plpython-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-plpython-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-pltcl-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-server-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-server-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-server-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-server-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-server-devel-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64" }, "product_reference": "libecpg6-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64" }, "product_reference": "libecpg6-32bit-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64" }, "product_reference": "libpq5-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64" }, "product_reference": "libpq5-32bit-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch" }, "product_reference": "postgresql-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch" }, "product_reference": "postgresql-contrib-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch" }, "product_reference": "postgresql-devel-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch" }, "product_reference": "postgresql-docs-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch" }, "product_reference": "postgresql-plperl-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch" }, "product_reference": "postgresql-plpython-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch" }, "product_reference": "postgresql-pltcl-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch" }, "product_reference": "postgresql-server-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch" }, "product_reference": "postgresql-server-devel-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-contrib-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-devel-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.6-3.21.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch" }, "product_reference": "postgresql16-docs-16.6-3.21.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-plperl-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-plpython-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-server-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-02T13:28:47Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-02T13:28:47Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-02T13:28:47Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-02T13:28:47Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…