Publish Advisories

GHSA-w5xm-mx47-v7c8
GHSA-36h2-g4c8-9xcm
This commit is contained in:
advisory-database[bot]
2024-08-30 19:56:38 +00:00
parent 6fddfec49b
commit 296a522d5a
2 changed files with 9 additions and 6 deletions
@@ -1,17 +1,21 @@
{
"schema_version": "1.4.0",
"id": "GHSA-w5xm-mx47-v7c8",
"modified": "2024-06-10T15:33:08Z",
"modified": "2024-08-30T19:55:08Z",
"published": "2024-06-08T21:30:38Z",
"aliases": [
"CVE-2024-4146"
],
"summary": "lunary-ai/lunary allows users unauthorized access to projects",
"details": "In lunary-ai/lunary version v1.2.13, an improper 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": "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.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
}
],
"affected": [
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-36h2-g4c8-9xcm",
"modified": "2024-08-07T20:38:41Z",
"modified": "2024-08-30T19:56:11Z",
"published": "2024-07-08T21:31:40Z",
"aliases": [
"CVE-2024-6227"
],
"summary": "Aim denial of service vulnerability",
"details": "A vulnerability in aimhubio/aim version 3.19.3 allows an attacker to cause a denial of service by configuring the remote tracking server to point at itself. This results in the server endlessly connecting to itself, rendering it unable to respond to other connections.",
"details": "A vulnerability in aimhubio/aim version 3.19.3 allows an attacker to cause an infinite loop by configuring the remote tracking server to point at itself. This results in the server endlessly connecting to itself, rendering it unable to respond to other connections.",
"severity": [
{
"type": "CVSS_V3",
@@ -59,7 +59,6 @@
],
"database_specific": {
"cwe_ids": [
"CWE-400",
"CWE-835"
],
"severity": "HIGH",