mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-3mwc-2cj7-gx8c GHSA-w5xm-mx47-v7c8
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-3mwc-2cj7-gx8c",
|
||||
"modified": "2024-09-11T18:23:12Z",
|
||||
"modified": "2024-11-18T19:40:41Z",
|
||||
"published": "2024-06-10T00:30:39Z",
|
||||
"withdrawn": "2024-11-18T19:40:41Z",
|
||||
"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.",
|
||||
"details": "Withdrawn: This advisory was incorrectly linked the the npm package `lunary`. The advisory is valid, but not for that packlage.\n\nIn 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",
|
||||
@@ -50,7 +51,7 @@
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/lunary-ai/lunary-py"
|
||||
"url": "https://github.com/lunary-ai/lunary"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
@@ -61,7 +62,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"
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-w5xm-mx47-v7c8",
|
||||
"modified": "2024-08-30T19:55:08Z",
|
||||
"modified": "2024-11-18T19:40:39Z",
|
||||
"published": "2024-06-08T21:30:38Z",
|
||||
"withdrawn": "2024-11-18T19:40:39Z",
|
||||
"aliases": [
|
||||
"CVE-2024-4146"
|
||||
],
|
||||
"summary": "lunary-ai/lunary allows users unauthorized access to projects",
|
||||
"details": "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.",
|
||||
"details": "Withdrawn: This advisory was incorrectly linked the the npm package `lunary`. The advisory is valid, but not for that packlage.\n\nIn 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.",
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
|
||||
Reference in New Issue
Block a user