Lucene search

K
cvelistGoogleCVELIST:CVE-2024-5899
HistoryJun 18, 2024 - 8:12 a.m.

CVE-2024-5899 Improper trust check in Bazel Build intellij plugin

2024-06-1808:12:52
CWE-20
Google
www.cve.org
5
cve-2024-5899
trust check
bazel build
intellij
project import
project manager
upgrade
version 2024.06.04.0.2
clion
android studio

1 Low

CVSS4

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

ACTIVE

CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:A/VC:L/SC:L/VI:L/SI:L/VA:N/SA:N

0.0004 Low

EPSS

Percentile

9.0%

When Bazel Plugin in intellij imports a project (either using โ€œimport projectโ€ or โ€œAuto importโ€) the dialog for trusting the project is not displayed.ย This comes from the fact that both call the method ProjectBuilder.createProjectย which then calls ProjectManager.getInstance().createProject. This method, as its name suggests is intended to create a new project, not to import an existing one.ย 
We recommend upgrading to version 2024.06.04.0.2 or beyond for the IntelliJ, CLion and Android Studio Bazel plugins.

CNA Affected

[
  {
    "collectionURL": "https://github.com/bazelbuild/intellij",
    "defaultStatus": "unaffected",
    "product": "intellij plugin",
    "repo": "https://github.com/bazelbuild/intellij",
    "vendor": "BazelBuild",
    "versions": [
      {
        "lessThan": "2024.06.04.0.2",
        "status": "affected",
        "version": "0",
        "versionType": "semver"
      }
    ]
  }
]

1 Low

CVSS4

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

ACTIVE

CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:A/VC:L/SC:L/VI:L/SI:L/VA:N/SA:N

0.0004 Low

EPSS

Percentile

9.0%

Related for CVELIST:CVE-2024-5899