cvelist/2024/6xxx/CVE-2024-6582.json

92 lines
3.2 KiB
JSON
Raw Normal View History

2024-07-08 21:00:34 +00:00
{
2024-09-13 17:00:32 +00:00
"data_version": "4.0",
2024-07-08 21:00:34 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-6582",
2024-09-13 17:00:32 +00:00
"ASSIGNER": "security@huntr.com",
"STATE": "PUBLIC"
2024-07-08 21:00:34 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-09-13 17:00:32 +00:00
"value": "A broken access control vulnerability exists in the latest version of lunary-ai/lunary. The `saml.ts` file allows a user from one organization to update the Identity Provider (IDP) settings and view the SSO metadata of another organization. This vulnerability can lead to unauthorized access and potential account takeover if the email of a user in the target organization is known."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-287 Improper Authentication",
"cweId": "CWE-287"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "lunary-ai",
"product": {
"product_data": [
{
"product_name": "lunary-ai/lunary",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "unspecified",
"version_value": "1.4.9"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://huntr.com/bounties/251d138c-3911-4a81-96e5-5a4ab59a0b59",
"refsource": "MISC",
"name": "https://huntr.com/bounties/251d138c-3911-4a81-96e5-5a4ab59a0b59"
},
{
"url": "https://github.com/lunary-ai/lunary/commit/1f043d8798ad87346dfe378eea723bff78ad7433",
"refsource": "MISC",
"name": "https://github.com/lunary-ai/lunary/commit/1f043d8798ad87346dfe378eea723bff78ad7433"
}
]
},
"source": {
"advisory": "251d138c-3911-4a81-96e5-5a4ab59a0b59",
"discovery": "EXTERNAL"
},
"impact": {
"cvss": [
{
"version": "3.0",
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"baseScore": 6.5,
"baseSeverity": "MEDIUM"
2024-07-08 21:00:34 +00:00
}
]
}
}