Lucene search
+L

278172 matches found

UbuntuCve
UbuntuCve
added 2026/08/13 1:19 p.m.12 views

CVE-2026-6469

Incorrect ownership assignment in PostgreSQL ALTER TABLE ALTER TYPE command reassigns ownership of dependent statistics objects to the current user. This wrongly allows the table owner to run DROP STATISTICS and ALTER STATISTICS via this improper ownership. It wrongly denies those commands to the...

3.8CVSS5.4AI score0.00188EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:19 p.m.10 views

CVE-2026-73585

A flaw was found in sblim-cmpi-base. Insecure temporary file creation in the provider registration scripts allows a local unprivileged user to perform a symlink attack. By creating a symlink in a world-writable directory, an attacker can redirect privileged writes to an arbitrary file during scri...

6.3CVSS5.8AI score0.00103EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/13 1:19 p.m.8 views

UBUNTU-CVE-2026-6469

Incorrect ownership assignment in PostgreSQL ALTER TABLE ALTER TYPE command reassigns ownership of dependent statistics objects to the current user. This wrongly allows the table owner to run DROP STATISTICS and ALTER STATISTICS via this improper ownership. It wrongly denies those commands to the...

3.8CVSS5.5AI score0.00188EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/13 1:19 p.m.6 views

UBUNTU-CVE-2026-73585

A flaw was found in sblim-cmpi-base. Insecure temporary file creation in the provider registration scripts allows a local unprivileged user to perform a symlink attack. By creating a symlink in a world-writable directory, an attacker can redirect privileged writes to an arbitrary file during scri...

6.3CVSS5.8AI score0.00103EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/13 1:19 p.m.7 views

UBUNTU-CVE-2026-73584

A flaw was found in sblim-sfcb. A local, low-privileged attacker can exploit a race condition during privileged instance migration by manipulating a temporary file in the /tmp directory. By repeatedly recreating a symbolic link, the attacker can redirect privileged output to an arbitrary file. Th...

6.3CVSS5.8AI score0.00091EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:19 p.m.6 views

CVE-2026-6471

Missing authorization in PostgreSQL logical decoding allows a non-superuser holding REPLICATION privilege to dlopen any file visible to the operating system account running the server, via the choice of logical decoding plugin. This in turn runs arbitrary code as that account. Versions before...

7.2CVSS5.8AI score0.00285EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/13 1:19 p.m.7 views

UBUNTU-CVE-2026-6471

Missing authorization in PostgreSQL logical decoding allows a non-superuser holding REPLICATION privilege to dlopen any file visible to the operating system account running the server, via the choice of logical decoding plugin. This in turn runs arbitrary code as that account. Versions before...

7.2CVSS5.8AI score0.00285EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/13 1:17 p.m.5 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.8CVSS0.00526EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/13 1:17 p.m.9 views

ALPINE-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.8CVSS6AI score0.00423EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 1:17 p.m.5 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.8CVSS0.00349EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/13 1:17 p.m.7 views

ALPINE-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.8CVSS6.2AI score0.00349EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 1:17 p.m.5 views

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.8CVSS0.00174EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/13 1:17 p.m.7 views

ALPINE-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.8CVSS5.9AI score0.00174EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 1:17 p.m.6 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.2CVSS0.00175EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/13 1:17 p.m.7 views

ALPINE-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.3AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/13 1:17 p.m.7 views

ALPINE-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.8CVSS6AI score0.0046EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 1:17 p.m.8 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.8CVSS0.0046EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 1:17 p.m.5 views

CVE-2025-52640

HCL AION is affected by a vulnerability where the shared storage used by product components is architected without sufficient access separation. Processes sharing the storage may be able to access or modify files beyond their intended scope, potentially resulting in unintended behavior or securit...

4.7CVSS0.00086EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.7 views

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.8CVSS5.9AI score0.00174EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.13 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.8CVSS5.9AI score0.00349EPSS
SaveExploits0References4
Rows per page
Query Builder