GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-8933 (GCVE-0-2026-8933)

Vulnerability from cvelistv5 – Published: 2026-07-21 14:02 – Updated: 2026-07-22 18:28
VLAI
Title
snap-confine Local Privilege Escalation via Capabilities Misconfiguration or Flaw in Execution Environment Setup
Summary
A local privilege escalation vulnerability exists in snap-confine, a set-capabilities core component used internally by Canonical snapd to construct the secure execution environment for snap applications. This vulnerability uniquely affects versions of snap-confine configured with set-capabilities (rather than standard set-uid-root installations). Due to a flaw in how privilege boundaries or security sandboxes are initialized when the binary runs under limited ambient capabilities, a local, unprivileged attacker can exploit this behavior to bypass intended restrictions and execute arbitrary code. Successful exploitation allows the local user to elevate their privileges to full root authority.
SSVC
Exploitation: none Automatable: no Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-07-22 18:15 UTC
CWE
  • CWE-250 - Execution with unnecessary privileges
References
URL Tags
https://ubuntu.com/security/CVE-2026-8933 vdb-entryissue-tracking
Impacted products
Vendor Product Version CPE status
Affected: 2.75.0 , < 2.76.1 (semver)
Canonical Ubuntu 26.04 LTS Unaffected: 2.76+ubuntu26.04.3 (dpkg)
guessed Create a notification for this product.
Canonical Ubuntu 24.04 LTS Unaffected: 2.76+ubuntu24.04.1 (dpkg)
guessed Create a notification for this product.
Canonical Ubuntu 22.04 LTS Unaffected: 2.76+ubuntu22.04.1 (dpkg)
guessed Create a notification for this product.
Date Public
2026-07-21 02:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-8933",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-07-22T18:15:11.199548Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-07-22T18:28:05.924Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "collectionURL": "https://github.com/canonical",
          "defaultStatus": "unaffected",
          "packageName": "snapd",
          "repo": "https://github.com/canonical/snapd/",
          "versions": [
            {
              "lessThan": "2.76.1",
              "status": "affected",
              "version": "2.75.0",
              "versionType": "semver"
            }
          ]
        },
        {
          "collectionURL": "https://launchpad.net/ubuntu/resolute",
          "defaultStatus": "affected",
          "packageName": "snapd",
          "platforms": [
            "Linux"
          ],
          "product": "Ubuntu 26.04 LTS",
          "repo": "https://launchpad.net/ubuntu/+source/snapd",
          "vendor": "Canonical",
          "versions": [
            {
              "status": "unaffected",
              "version": "2.76+ubuntu26.04.3",
              "versionType": "dpkg"
            }
          ]
        },
        {
          "collectionURL": "https://launchpad.net/ubuntu/noble",
          "defaultStatus": "affected",
          "packageName": "snapd",
          "platforms": [
            "Linux"
          ],
          "product": "Ubuntu 24.04 LTS",
          "repo": "https://launchpad.net/ubuntu/+source/snapd",
          "vendor": "Canonical",
          "versions": [
            {
              "status": "unaffected",
              "version": "2.76+ubuntu24.04.1",
              "versionType": "dpkg"
            }
          ]
        },
        {
          "collectionURL": "https://launchpad.net/ubuntu/jammy",
          "defaultStatus": "affected",
          "packageName": "snapd",
          "platforms": [
            "Linux"
          ],
          "product": "Ubuntu 22.04 LTS",
          "repo": "https://launchpad.net/ubuntu/+source/snapd",
          "vendor": "Canonical",
          "versions": [
            {
              "status": "unaffected",
              "version": "2.76+ubuntu22.04.1",
              "versionType": "dpkg"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "finder",
          "value": "Qualys Security Advisory Team"
        }
      ],
      "datePublic": "2026-07-21T02:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "value": "A local privilege escalation vulnerability exists in snap-confine, a set-capabilities core component used internally by Canonical snapd to construct the secure execution environment for snap applications. This vulnerability uniquely affects versions of snap-confine configured with set-capabilities (rather than standard set-uid-root installations).\nDue to a flaw in how privilege boundaries or security sandboxes are initialized when the binary runs under limited ambient capabilities, a local, unprivileged attacker can exploit this behavior to bypass intended restrictions and execute arbitrary code. Successful exploitation allows the local user to elevate their privileges to full root authority."
        }
      ],
      "impacts": [
        {
          "capecId": "CAPEC-233",
          "descriptions": [
            {
              "lang": "en",
              "value": "CAPEC-233 Privilege Escalation"
            }
          ]
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-250",
              "description": "CWE-250 Execution with unnecessary privileges",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-07-21T14:02:19.758Z",
        "orgId": "cc1ad9ee-3454-478d-9317-d3e869d708bc",
        "shortName": "canonical"
      },
      "references": [
        {
          "tags": [
            "vdb-entry",
            "issue-tracking"
          ],
          "url": "https://ubuntu.com/security/CVE-2026-8933"
        }
      ],
      "source": {
        "discovery": "EXTERNAL"
      },
      "title": "snap-confine Local Privilege Escalation via Capabilities Misconfiguration or Flaw in Execution Environment Setup"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "cc1ad9ee-3454-478d-9317-d3e869d708bc",
    "assignerShortName": "canonical",
    "cveId": "CVE-2026-8933",
    "datePublished": "2026-07-21T14:02:19.758Z",
    "dateReserved": "2026-05-19T10:37:03.649Z",
    "dateUpdated": "2026-07-22T18:28:05.924Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-8933",
      "date": "2026-09-20",
      "epss": "0.00215",
      "percentile": "0.1223"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "collectionURL": "https://github.com/canonical",
                "defaultStatus": "unaffected",
                "packageName": "snapd",
                "repo": "https://github.com/canonical/snapd/",
                "versions": [
                  {
                    "lessThan": "2.76.1",
                    "status": "affected",
                    "version": "2.75.0",
                    "versionType": "semver"
                  }
                ]
              },
              {
                "collectionURL": "https://launchpad.net/ubuntu/resolute",
                "defaultStatus": "affected",
                "packageName": "snapd",
                "platforms": [
                  "Linux"
                ],
                "product": "Ubuntu 26.04 LTS",
                "repo": "https://launchpad.net/ubuntu/+source/snapd",
                "vendor": "Canonical",
                "versions": [
                  {
                    "status": "unaffected",
                    "version": "2.76+ubuntu26.04.3",
                    "versionType": "dpkg"
                  }
                ]
              },
              {
                "collectionURL": "https://launchpad.net/ubuntu/noble",
                "defaultStatus": "affected",
                "packageName": "snapd",
                "platforms": [
                  "Linux"
                ],
                "product": "Ubuntu 24.04 LTS",
                "repo": "https://launchpad.net/ubuntu/+source/snapd",
                "vendor": "Canonical",
                "versions": [
                  {
                    "status": "unaffected",
                    "version": "2.76+ubuntu24.04.1",
                    "versionType": "dpkg"
                  }
                ]
              },
              {
                "collectionURL": "https://launchpad.net/ubuntu/jammy",
                "defaultStatus": "affected",
                "packageName": "snapd",
                "platforms": [
                  "Linux"
                ],
                "product": "Ubuntu 22.04 LTS",
                "repo": "https://launchpad.net/ubuntu/+source/snapd",
                "vendor": "Canonical",
                "versions": [
                  {
                    "status": "unaffected",
                    "version": "2.76+ubuntu22.04.1",
                    "versionType": "dpkg"
                  }
                ]
              }
            ],
            "source": "security@ubuntu.com"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "A local privilege escalation vulnerability exists in snap-confine, a set-capabilities core component used internally by Canonical snapd to construct the secure execution environment for snap applications. This vulnerability uniquely affects versions of snap-confine configured with set-capabilities (rather than standard set-uid-root installations).\nDue to a flaw in how privilege boundaries or security sandboxes are initialized when the binary runs under limited ambient capabilities, a local, unprivileged attacker can exploit this behavior to bypass intended restrictions and execute arbitrary code. Successful exploitation allows the local user to elevate their privileges to full root authority."
          }
        ],
        "id": "CVE-2026-8933",
        "lastModified": "2026-07-22T19:17:14.773",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 7.8,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 1.8,
              "impactScore": 5.9,
              "source": "security@ubuntu.com",
              "type": "Secondary"
            }
          ],
          "ssvcV203": [
            {
              "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "ssvcData": {
                "id": "CVE-2026-8933",
                "options": [
                  {
                    "exploitation": "none"
                  },
                  {
                    "automatable": "no"
                  },
                  {
                    "technicalImpact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-07-22T18:15:11.199548Z",
                "version": "2.0.3"
              }
            }
          ]
        },
        "published": "2026-07-21T15:16:39.563",
        "references": [
          {
            "source": "security@ubuntu.com",
            "url": "https://ubuntu.com/security/CVE-2026-8933"
          }
        ],
        "sourceIdentifier": "security@ubuntu.com",
        "vulnStatus": "Awaiting Analysis",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-250"
              }
            ],
            "source": "security@ubuntu.com",
            "type": "Secondary"
          }
        ]
      }
    },
    "redhat_vex": {
      "current_release_date": "2026-08-24T12:07:04+00:00",
      "cve": "CVE-2026-8933",
      "id": "CVE-2026-8933",
      "initial_release_date": "2026-07-21T14:02:19.758000+00:00",
      "product_status:known_not_affected": "1",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "snap-confine: snapd: snap-confine: Local Privilege Escalation via Insecure Privilege Boundary Initialization",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-8933.json",
      "version": "3"
    },
    "vulnrichment": {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-8933",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-22T18:15:11.199548Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-22T18:15:11.839Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://github.com/canonical",
              "defaultStatus": "unaffected",
              "packageName": "snapd",
              "repo": "https://github.com/canonical/snapd/",
              "versions": [
                {
                  "lessThan": "2.76.1",
                  "status": "affected",
                  "version": "2.75.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://launchpad.net/ubuntu/resolute",
              "defaultStatus": "affected",
              "packageName": "snapd",
              "platforms": [
                "Linux"
              ],
              "product": "Ubuntu 26.04 LTS",
              "repo": "https://launchpad.net/ubuntu/+source/snapd",
              "vendor": "Canonical",
              "versions": [
                {
                  "status": "unaffected",
                  "version": "2.76+ubuntu26.04.3",
                  "versionType": "dpkg"
                }
              ]
            },
            {
              "collectionURL": "https://launchpad.net/ubuntu/noble",
              "defaultStatus": "affected",
              "packageName": "snapd",
              "platforms": [
                "Linux"
              ],
              "product": "Ubuntu 24.04 LTS",
              "repo": "https://launchpad.net/ubuntu/+source/snapd",
              "vendor": "Canonical",
              "versions": [
                {
                  "status": "unaffected",
                  "version": "2.76+ubuntu24.04.1",
                  "versionType": "dpkg"
                }
              ]
            },
            {
              "collectionURL": "https://launchpad.net/ubuntu/jammy",
              "defaultStatus": "affected",
              "packageName": "snapd",
              "platforms": [
                "Linux"
              ],
              "product": "Ubuntu 22.04 LTS",
              "repo": "https://launchpad.net/ubuntu/+source/snapd",
              "vendor": "Canonical",
              "versions": [
                {
                  "status": "unaffected",
                  "version": "2.76+ubuntu22.04.1",
                  "versionType": "dpkg"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Qualys Security Advisory Team"
            }
          ],
          "datePublic": "2026-07-21T02:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "A local privilege escalation vulnerability exists in snap-confine, a set-capabilities core component used internally by Canonical snapd to construct the secure execution environment for snap applications. This vulnerability uniquely affects versions of snap-confine configured with set-capabilities (rather than standard set-uid-root installations).\nDue to a flaw in how privilege boundaries or security sandboxes are initialized when the binary runs under limited ambient capabilities, a local, unprivileged attacker can exploit this behavior to bypass intended restrictions and execute arbitrary code. Successful exploitation allows the local user to elevate their privileges to full root authority."
            }
          ],
          "impacts": [
            {
              "capecId": "CAPEC-233",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-233 Privilege Escalation"
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 7.8,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-250",
                  "description": "CWE-250 Execution with unnecessary privileges",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-21T14:02:19.758Z",
            "orgId": "cc1ad9ee-3454-478d-9317-d3e869d708bc",
            "shortName": "canonical"
          },
          "references": [
            {
              "tags": [
                "vdb-entry",
                "issue-tracking"
              ],
              "url": "https://ubuntu.com/security/CVE-2026-8933"
            }
          ],
          "source": {
            "discovery": "EXTERNAL"
          },
          "title": "snap-confine Local Privilege Escalation via Capabilities Misconfiguration or Flaw in Execution Environment Setup"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "cc1ad9ee-3454-478d-9317-d3e869d708bc",
        "assignerShortName": "canonical",
        "cveId": "CVE-2026-8933",
        "datePublished": "2026-07-21T14:02:19.758Z",
        "dateReserved": "2026-05-19T10:37:03.649Z",
        "dateUpdated": "2026-07-22T18:28:05.924Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



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…

Detection rules are retrieved from Rulezet.

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…