CWE-708Base

Incorrect Ownership Assignment

Incomplete in the CWE catalog · 21 CVEs mapped

21
CVEs mapped
6.0
Median CVSS
What it is

The product assigns an owner to a resource, but the owner is outside of the intended control sphere.

Recent examples
3.8cvss
CVE-2026-6469

CVE-2026-6469 - LOW Severity Vulnerability

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 prior statistics object owner. DROP TABLE remains able to remove statistics objects, so this exploit achieves nothing in many ownership arrangements. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.

LOWno explanation yet
0%
epss
8.1cvss
CVE-2026-40196

HomeBox has Unauthorized API Access via Retained defaultGroup ID After Group Access Revocation

HomeBox is a home inventory and organization system. Versions prior to 0.25.0 contain a vulnerability where the defaultGroup ID remained permanently assigned to a user after being invited to a group, even after their access to that group was revoked. While the web interface correctly enforced the access revocation and prevented the user from viewing or modifying the group's contents, the API did not. Because the original group ID persisted as the user's defaultGroup, and this value was not properly validated when the X-Tenant header was omitted, the user could still perform full CRUD operations on the group's collections through the API, bypassing the intended access controls. This issue has been fixed in version 0.25.0.

HIGHno explanation yet
0%
epss
5.3cvss
CVE-2026-32691

Timing ownership claim attack on new external back-end secrets

A race condition in the secrets management subsystem of Juju versions 3.0.0 through 3.6.18 allows an authenticated unit agent to claim ownership of a newly initialized secret. Between generating a Juju Secret ID and creating the secret's first revision, an attacker authenticated as another unit agent can claim ownership of a known secret. This leads to the attacking unit being able to read the content of the initial secret revision.

MEDIUMno explanation yet
0%
epss
The record
Technical detail
CWE ID
CWE-708
Abstraction
Base
Structure
Simple
Status
Incomplete