Lucene search

K
cvelistGitHub_MCVELIST:CVE-2023-44387
HistoryOct 05, 2023 - 5:51 p.m.

CVE-2023-44387 Gradle has incorrect permission assignment for symlinked files used in copy or archiving operations

2023-10-0517:51:15
CWE-732
GitHub_M
www.cve.org
cve-2023-44387
gradle
symlink
permission
vulnerability

3.2 Low

CVSS3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

HIGH

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

NONE

Availability Impact

NONE

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

0.0004 Low

EPSS

Percentile

15.7%

Gradle is a build tool with a focus on build automation and support for multi-language development. When copying or archiving symlinked files, Gradle resolves them but applies the permissions of the symlink itself instead of the permissions of the linked file to the resulting file. This leads to files having too much permissions given that symlinks usually are world readable and writeable. While it is unlikely this results in a direct vulnerability for the impacted build, it may open up attack vectors depending on where build artifacts end up being copied to or un-archived. In versions 7.6.3, 8.4 and above, Gradle will now properly use the permissions of the file pointed at by the symlink to set permissions of the copied or archived file.

CNA Affected

[
  {
    "vendor": "gradle",
    "product": "gradle",
    "versions": [
      {
        "version": ">= 7.6.0, < 7.6.3",
        "status": "affected"
      },
      {
        "version": "< 8.4.0",
        "status": "affected"
      }
    ]
  }
]

3.2 Low

CVSS3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

HIGH

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

NONE

Availability Impact

NONE

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

0.0004 Low

EPSS

Percentile

15.7%