Lucene search
+L

15817 matches found

UbuntuCve
UbuntuCve
•added 2026/08/13 1:17 p.m.•31 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.8CVSS7.8AI score0.00466EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/13 1:17 p.m.•9 views

UBUNTU-CVE-2026-14663

Cleartext storage in PostgreSQL pgcrypto disabled ciphers allows a user to recover cleartext, via direct observation of the faulty ciphertext. The OpenSSL version and OpenSSL configuration determine the disabled ciphers. If the application accepts encrypted data as input, decryption will succeed...

6.5CVSS6.6AI score0.00096EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/13 1:17 p.m.•10 views

UBUNTU-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.8CVSS8.1AI score0.0046EPSS
SaveExploits1References5
OSV
OSV
•added 2026/08/13 1:17 p.m.•11 views

UBUNTU-CVE-2026-14672

Observable response discrepancy in PostgreSQL SCRAM authentication allows an unauthenticated user to test the existence of a user via observing the SCRAM iteration count. This requires the probed user to have a non-default scramiterations count, because the authentication challenge for a...

5.3CVSS5.9AI score0.00252EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/13 1:17 p.m.•10 views

UBUNTU-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.6, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS8.4AI score0.00436EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/13 1:17 p.m.•14 views

UBUNTU-CVE-2026-18024

Buffer over-read in PostgreSQL ascii SQL function allows a user to disclose up to 3 bytes after the end of a specific allocation, via a crafted text value. This is the same class of defect that CVE-2026-2006 fixed, though this instance has less impact. Versions before PostgreSQL 18.6, 17.11, 16.1...

4.3CVSS5.3AI score0.00195EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/13 1:17 p.m.•9 views

UBUNTU-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.6, 17.11,...

8.8CVSS7.9AI score0.00555EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/13 1:17 p.m.•10 views

UBUNTU-CVE-2026-16241

Integer underflow in PostgreSQL ECPG allows a database server administrator to achieve temporary denial of service against the ECPG client via sending a bytea value lacking the mandatory prefix. The client overwrites a huge memory region with bytes outside attacker knowledge or control. This...

3.8CVSS5.4AI score0.00198EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/13 1:17 p.m.•12 views

UBUNTU-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.6, 17.11, 16.15, 15.19, and 14.24 are affected...

8.2CVSS7.7AI score0.00293EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/08/13 1:17 p.m.•20 views

CVE-2026-16241

Integer underflow in PostgreSQL ECPG allows a database server administrator to achieve temporary denial of service against the ECPG client via sending a bytea value lacking the mandatory prefix. The client overwrites a huge memory region with bytes outside attacker knowledge or control. This...

3.8CVSS5.5AI score0.00198EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/13 1:17 p.m.•18 views

CVE-2026-14672

Observable response discrepancy in PostgreSQL SCRAM authentication allows an unauthenticated user to test the existence of a user via observing the SCRAM iteration count. This requires the probed user to have a non-default scramiterations count, because the authentication challenge for a...

5.3CVSS5.9AI score0.00252EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/13 1:17 p.m.•18 views

CVE-2026-14681

Improper enforcement of message integrity in PostgreSQL GSSAPI support allows a user to negotiate GSSAPI contrary to pghba.conf rules, via initial direct TLS connection. Despite a pghba.conf that appears to require GSSAPI, the connection may exchange data over TLS encryption alone. If the TLS...

4.2CVSS5.7AI score0.00066EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/13 1:17 p.m.•19 views

CVE-2026-14666

Incomplete tracking in PostgreSQL of changes to role membership, role attributes, and database ownership allows a query to continue using cached row-level security policies after those changes require a different policy, via plan reuse. Stale policies continue until some other event invalidates t...

4.2CVSS5.5AI score0.00175EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/13 1:17 p.m.•21 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.6, 17.11, 16.15, 15.19, and 14.24 are affected...

8.2CVSS7.7AI score0.00293EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/13 1:17 p.m.•23 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.6, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS7.9AI score0.00683EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/13 1:17 p.m.•21 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.6, 17.11,...

8.8CVSS7.9AI score0.00555EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/13 1:17 p.m.•19 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.8CVSS8.1AI score0.00423EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/13 1:17 p.m.•21 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.8CVSS7.9AI score0.0046EPSS
SaveExploits1References4
OSV
OSV
•added 2026/08/13 1:17 p.m.•10 views

UBUNTU-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.8CVSS8.1AI score0.00423EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/13 1:17 p.m.•9 views

UBUNTU-CVE-2026-14673

Untrusted search path in PostgreSQL amcheck allows a grantee of amcheck function EXECUTE privilege to execute arbitrary functions as the owners of expression indexes that depend on the search path, via setting a hostile search path before calling the amcheck function. Within major versions 18, 16...

3.8CVSS6AI score0.00174EPSS
SaveExploits0References5
Rows per page
Query Builder