Lucene search

K
vulnrichment@huntr_aiVULNRICHMENT:CVE-2024-4146
HistoryJun 08, 2024 - 7:41 p.m.

CVE-2024-4146 Incorrect Authorization in lunary-ai/lunary

2024-06-0819:41:25
CWE-863
@huntr_ai
github.com
3
cve-2024-4146
authorization vulnerability
unauthorized access

CVSS3

9.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

AI Score

9.5

Confidence

High

SSVC

Exploitation

poc

Automatable

yes

Technical Impact

total

In lunary-ai/lunary version v1.2.13, an incorrect authorization vulnerability exists that allows unauthorized users to access and manipulate projects within an organization they should not have access to. Specifically, the vulnerability is located in the checkProjectAccess method within the authorization middleware, which fails to adequately verify if a user has the correct permissions to access a specific project. Instead, it only checks if the user is part of the organization owning the project, overlooking the necessary check against the account_project table for explicit project access rights. This flaw enables attackers to gain complete control over all resources within a project, including the ability to create, update, read, and delete any resource, compromising the privacy and security of sensitive information.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:lunary:lunary:1.2.13:*:*:*:*:*:*:*"
    ],
    "vendor": "lunary",
    "product": "lunary",
    "versions": [
      {
        "status": "affected",
        "version": "1.2.13"
      }
    ],
    "defaultStatus": "unknown"
  }
]

CVSS3

9.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

AI Score

9.5

Confidence

High

SSVC

Exploitation

poc

Automatable

yes

Technical Impact

total

Related for VULNRICHMENT:CVE-2024-4146