Today > vulnerabilities   -   You can now download lists of IOCs here!

CVE-2024-5899

June 18, 2024, 9:15 a.m.

Product(s) Impacted

IntelliJ IDEA Bazel Plugin

  • 2024.06.04.0.2 or later

CLion Bazel Plugin

  • 2024.06.04.0.2 or later

Android Studio Bazel Plugin

  • 2024.06.04.0.2 or later

Description

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.

Weaknesses

CWE-20
Improper Input Validation

The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

CWE ID: 20

Date

Published: June 18, 2024, 9:15 a.m.

Last Modified: June 18, 2024, 9:15 a.m.

Status : Received

CVE has been recently published to the CVE List and has been received by the NVD.

More info

Source

cve-coordination@google.com

References

https://github.com/ cve-coordination@google.com

https://github.com/ cve-coordination@google.com