Lucene search

K
vulnrichmentCanonicalVULNRICHMENT:CVE-2024-29068
HistoryJul 25, 2024 - 7:28 p.m.

CVE-2024-29068 snapd non-regular file indefinite blocking read

2024-07-2519:28:05
CWE-20
canonical
github.com
4
snapd
snap
squashfs
denial of service

CVSS3

5.8

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

HIGH

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:N/A:H

AI Score

6.9

Confidence

High

EPSS

0

Percentile

9.4%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

In snapd versions prior to 2.62, snapd failed to properly check the file
type when extracting a snap. The snap format is a squashfs file-system
image and so can contain files that are non-regular files (such as pipes
or sockets etc). Various file entries within the snap squashfs image
(such as icons etc) are directly read by snapd when it is extracted. An
attacker who could convince a user to install a malicious snap which
contained non-regular files at these paths could then cause snapd to block
indefinitely trying to read from such files and cause a denial of service.

CNA Affected

[
  {
    "repo": "https://github.com/snapcore/snapd/",
    "vendor": "Canonical",
    "modules": [
      "squashfs"
    ],
    "product": "snapd",
    "versions": [
      {
        "status": "affected",
        "version": "0",
        "lessThan": "2.62",
        "versionType": "custom"
      }
    ],
    "platforms": [
      "Linux"
    ],
    "packageName": "snapd",
    "programFiles": [
      "snap/container.go",
      "snap/snapdir/snapdir.go",
      "snap/squashfs/squashfs.go"
    ],
    "defaultStatus": "unaffected"
  }
]

CVSS3

5.8

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

HIGH

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:N/A:H

AI Score

6.9

Confidence

High

EPSS

0

Percentile

9.4%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial