OESA-2026-1531 (CVE-2026-2003)

Vulnerability from osv_openeuler – Published: 2026-03-06 11:10 – Updated: 2026-08-06 11:10 – Source website
VLAI
Summary
postgresql-17 security update
Details

PostgreSQL is an advanced Object-Relational database management system (DBMS). The base postgresql package contains the client programs that you'll need to access a PostgreSQL DBMS server, as well as HTML documentation for the whole system. These client programs can be located on the same machine as the PostgreSQL server, or on a remote machine that accesses a PostgreSQL server over a network connection. The PostgreSQL server can be found in the postgresql-server sub-package.

Security Fix(es):

Improper validation of type "oidvector" in PostgreSQL allows a database user to disclose a few bytes of server memory. We have not ruled out viability of attacks that arrange for presence of confidential information in disclosed bytes, but they seem unlikely. Versions before PostgreSQL 18.2, 17.8, 16.12, 15.16, and 14.21 are affected.(CVE-2026-2003)

Missing validation of type of input in PostgreSQL intarray extension selectivity estimator function allows an object creator to execute arbitrary code as the operating system user running the database. Versions before PostgreSQL 18.2, 17.8, 16.12, 15.16, and 14.21 are affected.(CVE-2026-2004)

Heap buffer overflow in PostgreSQL pgcrypto allows a ciphertext provider to execute arbitrary code as the operating system user running the database. Versions before PostgreSQL 18.2, 17.8, 16.12, 15.16, and 14.21 are affected.(CVE-2026-2005)

Missing validation of multibyte character length in PostgreSQL text manipulation allows a database user to issue crafted queries that achieve a buffer overrun. That suffices to execute arbitrary code as the operating system user running the database. Versions before PostgreSQL 18.2, 17.8, 16.12, 15.16, and 14.21 are affected.(CVE-2026-2006)


{
  "affected": [
    {
      "ecosystem_specific": {
        "aarch64": [
          "postgresql-17-17.9-1.oe2403sp3.aarch64.rpm",
          "postgresql-17-contrib-17.9-1.oe2403sp3.aarch64.rpm",
          "postgresql-17-debuginfo-17.9-1.oe2403sp3.aarch64.rpm",
          "postgresql-17-debugsource-17.9-1.oe2403sp3.aarch64.rpm",
          "postgresql-17-docs-17.9-1.oe2403sp3.aarch64.rpm",
          "postgresql-17-plperl-17.9-1.oe2403sp3.aarch64.rpm",
          "postgresql-17-plpython3-17.9-1.oe2403sp3.aarch64.rpm",
          "postgresql-17-pltcl-17.9-1.oe2403sp3.aarch64.rpm",
          "postgresql-17-private-devel-17.9-1.oe2403sp3.aarch64.rpm",
          "postgresql-17-private-libs-17.9-1.oe2403sp3.aarch64.rpm",
          "postgresql-17-server-17.9-1.oe2403sp3.aarch64.rpm",
          "postgresql-17-server-devel-17.9-1.oe2403sp3.aarch64.rpm",
          "postgresql-17-static-17.9-1.oe2403sp3.aarch64.rpm",
          "postgresql-17-test-17.9-1.oe2403sp3.aarch64.rpm",
          "postgresql-17-upgrade-17.9-1.oe2403sp3.aarch64.rpm",
          "postgresql-17-upgrade-devel-17.9-1.oe2403sp3.aarch64.rpm"
        ],
        "noarch": [
          "postgresql-17-test-rpm-macros-17.9-1.oe2403sp3.noarch.rpm"
        ],
        "src": [
          "postgresql-17-17.9-1.oe2403sp3.src.rpm"
        ],
        "x86_64": [
          "postgresql-17-17.9-1.oe2403sp3.x86_64.rpm",
          "postgresql-17-contrib-17.9-1.oe2403sp3.x86_64.rpm",
          "postgresql-17-debuginfo-17.9-1.oe2403sp3.x86_64.rpm",
          "postgresql-17-debugsource-17.9-1.oe2403sp3.x86_64.rpm",
          "postgresql-17-docs-17.9-1.oe2403sp3.x86_64.rpm",
          "postgresql-17-plperl-17.9-1.oe2403sp3.x86_64.rpm",
          "postgresql-17-plpython3-17.9-1.oe2403sp3.x86_64.rpm",
          "postgresql-17-pltcl-17.9-1.oe2403sp3.x86_64.rpm",
          "postgresql-17-private-devel-17.9-1.oe2403sp3.x86_64.rpm",
          "postgresql-17-private-libs-17.9-1.oe2403sp3.x86_64.rpm",
          "postgresql-17-server-17.9-1.oe2403sp3.x86_64.rpm",
          "postgresql-17-server-devel-17.9-1.oe2403sp3.x86_64.rpm",
          "postgresql-17-static-17.9-1.oe2403sp3.x86_64.rpm",
          "postgresql-17-test-17.9-1.oe2403sp3.x86_64.rpm",
          "postgresql-17-upgrade-17.9-1.oe2403sp3.x86_64.rpm",
          "postgresql-17-upgrade-devel-17.9-1.oe2403sp3.x86_64.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:24.03-LTS-SP3",
        "name": "postgresql-17",
        "purl": "pkg:rpm/openEuler/postgresql-17\u0026distro=openEuler-24.03-LTS-SP3"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "17.9-1.oe2403sp3"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "severity": "High"
  },
  "details": "PostgreSQL is an advanced Object-Relational database management system (DBMS). The base postgresql package contains the client programs that you\u0026amp;apos;ll need to access a PostgreSQL DBMS server, as well as HTML documentation for the whole system.  These client programs can be located on the same machine as the PostgreSQL server, or on a remote machine that accesses a PostgreSQL server over a network connection.  The PostgreSQL server can be found in the postgresql-server sub-package.\r\n\r\nSecurity Fix(es):\n\nImproper validation of type \u0026quot;oidvector\u0026quot; in PostgreSQL allows a database user to disclose a few bytes of server memory.  We have not ruled out viability of attacks that arrange for presence of confidential information in disclosed bytes, but they seem unlikely.  Versions before PostgreSQL 18.2, 17.8, 16.12, 15.16, and 14.21 are affected.(CVE-2026-2003)\n\nMissing validation of type of input in PostgreSQL intarray extension selectivity estimator function allows an object creator to execute arbitrary code as the operating system user running the database.  Versions before PostgreSQL 18.2, 17.8, 16.12, 15.16, and 14.21 are affected.(CVE-2026-2004)\n\nHeap buffer overflow in PostgreSQL pgcrypto allows a ciphertext provider to execute arbitrary code as the operating system user running the database.  Versions before PostgreSQL 18.2, 17.8, 16.12, 15.16, and 14.21 are affected.(CVE-2026-2005)\n\nMissing validation of multibyte character length in PostgreSQL text manipulation allows a database user to issue crafted queries that achieve a buffer overrun.  That suffices to execute arbitrary code as the operating system user running the database.  Versions before PostgreSQL 18.2, 17.8, 16.12, 15.16, and 14.21 are affected.(CVE-2026-2006)",
  "id": "OESA-2026-1531",
  "modified": "2026-08-06T11:10:32Z",
  "published": "2026-03-06T11:10:32Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-1531"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2003"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2004"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2005"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2006"
    }
  ],
  "schema_version": "1.7.2",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "postgresql-17 security update",
  "upstream": [
    "CVE-2026-2003",
    "CVE-2026-2004",
    "CVE-2026-2005",
    "CVE-2026-2006"
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…