Lucene search
+L

609330 matches found

NVD
NVD
added yesterday3 views

CVE-2026-18408

Untrusted data inclusion in pgdump in PostgreSQL allows a malicious superuser of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql \restrict meta-command input expansion. The fix for CVE-2025-871...

8.8CVSS
SaveExploits0References1
NVD
NVD
added yesterday5 views

CVE-2026-19385

Heap buffer overflow in PostgreSQL pgdump of long function transform lists allows an object creator to execute arbitrary code as the operating system user running pgdump, via a crafted transform list. Versions before PostgreSQL 18.5, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS
SaveExploits0References1
NVD
NVD
added yesterday5 views

CVE-2026-16238

Type confusion in PostgreSQL pgrestoreattributestats allows an object creator to execute arbitrary code as the operating system user running the database, via conflation of range and multirange values. Within major version 18, minor versions before PostgreSQL 18.5 are affected. Versions before...

8.8CVSS
SaveExploits0References1
NVD
NVD
added yesterday4 views

CVE-2026-16239

Type confusion in PostgreSQL "portal"/cursor lifecycle allows a user to execute arbitrary code as the operating system user running the database, via re-creation of a cursor or other portal with different types. Versions before PostgreSQL 18.5, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS
SaveExploits0References1
NVD
NVD
added yesterday5 views

CVE-2026-15742

Integer wraparound in PostgreSQL fuzzystrmatch allows a user to direct writes to a huge range of addresses, executing arbitrary code as the operating system user running the database, via extreme inputs to SQL function levenshtein or levenshteinlessequal. Versions before PostgreSQL 18.5, 17.11,...

8.8CVSS
SaveExploits0References1
NVD
NVD
added yesterday4 views

CVE-2026-14677

Integer wraparound in PostgreSQL 32-bit builds of pltcl and plperl allows an object creator to cause the server to undersize an allocation and write out-of-bounds via crafted function bodies. This may execute arbitrary code as the operating system user running the database. CVE-2026-6473 had fixe...

8.8CVSS
SaveExploits0References1
NVD
NVD
added yesterday5 views

CVE-2026-15741

SQL injection in PostgreSQL EXTRACT deparse allows an object owner to execute arbitrary SQL as a superuser via a hostile object definition. Attacks affect expression deparse consumers broadly, including pgdump, psql commands like \sf, and any similar usage in non-core tools. Versions before...

8.8CVSS
SaveExploits0References1
NVD
NVD
added yesterday4 views

CVE-2026-14680

Type confusion with PostgreSQL "internal" data type arguments allows any user to execute arbitrary code as the operating system user running the database, via calls to functions with that argument type. Type "internal" represents a class of mutually-incompatible data structures not intended for...

8.8CVSS
SaveExploits0References1
NVD
NVD
added yesterday5 views

CVE-2026-14679

Stack buffer overflow in PostgreSQL argument name matching allows an object creator to achieve unknown impacts via OUT parameter count. The attack can write only 0x0 and 0x1 bytes. Versions before PostgreSQL 18.5, 17.11, 16.15, 15.19, and 14.24 are affected...

8.2CVSS
SaveExploits0References1
NVD
NVD
added yesterday4 views

CVE-2026-14670

Heap buffer overflow in PostgreSQL plperl return of a tied hash allows the function owner to execute arbitrary code as the operating system user running the database, via a crafted function body. Versions before PostgreSQL 18.5, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS
SaveExploits0References1
NVD
NVD
added yesterday5 views

CVE-2026-14669

Heap buffer overflow in PostgreSQL tochartimestamptz allows the party choosing the timezone to execute arbitrary code as the operating system user running the database, via a long POSIX timezone abbreviation. Versions before PostgreSQL 18.5, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS
SaveExploits0References1
NVD
NVD
added yesterday4 views

CVE-2026-14676

Heap buffer overflow in PostgreSQL pgstatstatements allows the query author to execute arbitrary code as the operating system user running the database, via crafted queries containing array constants. Within major version 18, minor versions before PostgreSQL 18.5 are affected. Versions before...

8.8CVSS
SaveExploits0References1
NVD
NVD
added yesterday3 views

CVE-2026-14671

Type confusion in PostgreSQL module "refint" allows an object creator to execute arbitrary code as the operating system user running the database. The fix for this emerged as a non-security bug report, and the fix appear in the git repository with subject "refint: Remove plan cache.", without a C...

8.8CVSS
SaveExploits0References1
NVD
NVD
added yesterday4 views

CVE-2026-14664

Heap buffer overflow in PostgreSQL regexp allows the query author to execute arbitrary code as the operating system user running the database, via text that would not pass encoding validation. This shares heritage with CVE-2026-2006, but this case involved unanticipated data growth when...

8.8CVSS
SaveExploits0References1
NVD
NVD
added yesterday4 views

CVE-2026-14662

Integer wraparound in PostgreSQL tsvector and tsquery data type functions allows an unprivileged database user to cause the server to undersize an allocation and write out-of-bounds, via crafted large inputs. This may execute arbitrary code as the operating system user running the database. These...

8.8CVSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

MINI-CVGM-HGHM-566M

Bulletin has no description...

7.1CVSS4.8AI score0.00292EPSS
SaveExploits0
OSV
OSV
added yesterday4 views

MINI-2JRV-4FMF-GHP2

Bulletin has no description...

6.3CVSS4.8AI score0.00349EPSS
SaveExploits1
CVE
CVE
added yesterday22 views

CVE-2026-14671

The CVE-2026-14671 entry concerns PostgreSQL’s refint module, where a type confusion vulnerability could allow an object creator to execute arbitrary code as the database OS user. Affected versions are PostgreSQL prior to 18.5, 17.11, 16.15, 15.19, and 14.24. The fix is noted in the git history u...

8.8CVSS5.7AI score
SaveExploits0References1
CVE
CVE
added yesterday12 views

CVE-2026-6471

CVE-2026-6471 : Missing authorization in PostgreSQL logical decoding allows a non-superuser with the REPLICATION privilege to dlopen any file visible to the OS account running the server, via the chosen logical decoding plugin, potentially executing arbitrary code as that account. Affected: Postg...

7.2CVSS5.5AI score
SaveExploits0References1
Cvelist
Cvelist
added yesterday31 views

CVE-2026-14671 PostgreSQL refint plan cache type confusion executes arbitrary code

Type confusion in PostgreSQL module "refint" allows an object creator to execute arbitrary code as the operating system user running the database. The fix for this emerged as a non-security bug report, and the fix appear in the git repository with subject "refint: Remove plan cache.", without a C...

8.8CVSS
SaveExploits0References1
Rows per page
Query Builder