cvelist/2024/8xxx/CVE-2024-8251.json

92 lines
3.4 KiB
JSON
Raw Normal View History

2024-08-28 00:00:36 +00:00
{
2025-03-20 11:00:35 +00:00
"data_version": "4.0",
2024-08-28 00:00:36 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-8251",
2025-03-20 11:00:35 +00:00
"ASSIGNER": "security@huntr.com",
"STATE": "PUBLIC"
2024-08-28 00:00:36 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2025-03-20 11:00:35 +00:00
"value": "A vulnerability in mintplex-labs/anything-llm prior to version 1.2.2 allows for Prisma injection. The issue exists in the API endpoint \"/embed/:embedId/stream-chat\" where user-provided JSON is directly taken to the Prisma library's where clause. An attacker can exploit this by providing a specially crafted JSON object, such as {\"sessionId\":{\"not\":\"a\"}}, causing Prisma to return all data from the table. This can lead to unauthorized access to all user queries in embedded chat mode."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-20 Improper Input Validation",
"cweId": "CWE-20"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "mintplex-labs",
"product": {
"product_data": [
{
"product_name": "mintplex-labs/anything-llm",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "unspecified",
"version_value": "1.2.2"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://huntr.com/bounties/7c263ef1-7d50-475a-9425-b15df4e0403c",
"refsource": "MISC",
"name": "https://huntr.com/bounties/7c263ef1-7d50-475a-9425-b15df4e0403c"
},
{
"url": "https://github.com/mintplex-labs/anything-llm/commit/334fd9cdd02ad4aa6a3c9bdfc95e7764651c13f4",
"refsource": "MISC",
"name": "https://github.com/mintplex-labs/anything-llm/commit/334fd9cdd02ad4aa6a3c9bdfc95e7764651c13f4"
}
]
},
"source": {
"advisory": "7c263ef1-7d50-475a-9425-b15df4e0403c",
"discovery": "EXTERNAL"
},
"impact": {
"cvss": [
{
"version": "3.0",
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"baseScore": 5.3,
"baseSeverity": "MEDIUM"
2024-08-28 00:00:36 +00:00
}
]
}
}