cvelist/2024/0xxx/CVE-2024-0436.json

92 lines
3.2 KiB
JSON
Raw Normal View History

2024-01-11 19:00:36 +00:00
{
2024-02-25 17:00:34 +00:00
"data_version": "4.0",
2024-01-11 19:00:36 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-0436",
2024-02-25 17:00:34 +00:00
"ASSIGNER": "security@huntr.com",
"STATE": "PUBLIC"
2024-01-11 19:00:36 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2025-03-27 11:00:35 +00:00
"value": "Theoretically, it would be possible for an attacker to brute-force the password for an instance in single-user password protection mode via a timing attack given the linear nature of the `!==` used for comparison.\n\nThe risk is minified by the additional overhead of the request, which varies in a non-constant nature making the attack less reliable to execute"
2024-02-25 17:00:34 +00:00
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
2025-03-27 11:00:35 +00:00
"value": "CWE-203 Observable Discrepancy",
"cweId": "CWE-203"
2024-02-25 17:00:34 +00:00
}
]
}
]
},
"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.0.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://huntr.com/bounties/3e73cb96-c038-46a1-81b7-4d2215b36268",
"refsource": "MISC",
"name": "https://huntr.com/bounties/3e73cb96-c038-46a1-81b7-4d2215b36268"
},
{
"url": "https://github.com/mintplex-labs/anything-llm/commit/3c859ba3038121b67fb98e87dc52617fa27cbef0",
"refsource": "MISC",
"name": "https://github.com/mintplex-labs/anything-llm/commit/3c859ba3038121b67fb98e87dc52617fa27cbef0"
}
]
},
"source": {
"advisory": "3e73cb96-c038-46a1-81b7-4d2215b36268",
"discovery": "EXTERNAL"
},
"impact": {
"cvss": [
{
"version": "3.0",
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N",
"baseScore": 7.1,
"baseSeverity": "HIGH"
2024-01-11 19:00:36 +00:00
}
]
}
}