Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vincelwt committed Nov 15, 2024
1 parent 2357d6b commit dd3719c
Showing 1 changed file with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
{
"schema_version": "1.4.0",
"id": "GHSA-3mwc-2cj7-gx8c",
"modified": "2024-09-11T18:23:12Z",
"modified": "2024-09-11T18:23:16Z",
"published": "2024-06-10T00:30:39Z",
"aliases": [
"CVE-2024-5389"
],
"summary": "lunary-ai/lunary Access Control Vulnerability in Prompt Variation Management",
"details": "In lunary-ai/lunary version 1.2.13, an insufficient granularity of access control vulnerability allows users to create, update, get, and delete prompt variations for datasets not owned by their organization. This issue arises due to the application not properly validating the ownership of dataset prompts and their variations against the organization or project of the requesting user. As a result, unauthorized modifications to dataset prompts can occur, leading to altered or removed dataset prompts without proper authorization. This vulnerability impacts the integrity and consistency of dataset information, potentially affecting the results of experiments.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N"
Expand All @@ -22,17 +18,14 @@
{
"package": {
"ecosystem": "npm",
"name": "lunary"
"name": ""
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.4.9"
}
]
}
Expand Down Expand Up @@ -61,7 +54,7 @@
"cwe_ids": [
"CWE-1220"
],
"severity": "CRITICAL",
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-06-10T18:36:36Z",
"nvd_published_at": "2024-06-09T23:15:50Z"
Expand Down

0 comments on commit dd3719c

Please sign in to comment.