Lucene search

K
vulnrichment@huntr_aiVULNRICHMENT:CVE-2024-1626
HistoryApr 16, 2024 - 12:00 a.m.

CVE-2024-1626 IDOR Vulnerability in lunary-ai/lunary

2024-04-1600:00:14
CWE-250
@huntr_ai
github.com
2
idor
lunary-ai/lunary
version 0.3.0
project update endpoint
patch request
'/v1/projects/:projectid'
authorization checks
authenticated users
organizational projects

CVSS3

9.1

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

NONE

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

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

9.0%

SSVC

Exploitation

poc

Automatable

yes

Technical Impact

partial

An Insecure Direct Object Reference (IDOR) vulnerability exists in the lunary-ai/lunary repository, version 0.3.0, within the project update endpoint. The vulnerability allows authenticated users to modify the name of any project within the system without proper authorization checks, by directly referencing the project’s ID in the PATCH request to the ‘/v1/projects/:projectId’ endpoint. This issue arises because the endpoint does not verify if the provided project ID belongs to the currently authenticated user, enabling unauthorized modifications across different organizational projects.

ADP Affected

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

CVSS3

9.1

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

NONE

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

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

9.0%

SSVC

Exploitation

poc

Automatable

yes

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-1626