Lucene search

K
vulnrichmentGoogleVULNRICHMENT: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
github.com
2
cve-2024-5899
bazel plugin
intellij
trust issue
upgrade
projectbuilder
projectmanager
import project

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

7.1 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

9.1%

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

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

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

7.1 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

9.1%

Related for VULNRICHMENT:CVE-2024-5899