cvelist/2024/49xxx/CVE-2024-49358.json

91 lines
3.3 KiB
JSON
Raw Normal View History

2024-10-14 14:00:31 +00:00
{
2024-10-24 22:00:32 +00:00
"data_version": "4.0",
2024-10-14 14:00:31 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-49358",
2024-10-24 22:00:32 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-10-14 14:00:31 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-10-24 22:00:32 +00:00
"value": "ZimaOS is a fork of CasaOS, an operating system for Zima devices and x86-64 systems with UEFI. In version 1.2.4 and all prior versions, the API endpoint `http://<Server-IP>/v1/users/login` in ZimaOS returns distinct responses based on whether a username exists or the password is incorrect. This behavior can be exploited for username enumeration, allowing attackers to determine whether a user exists in the system or not. Attackers can leverage this information in further attacks, such as credential stuffing or targeted password brute-forcing. As of time of publication, no known patched versions are available."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-203: Observable Discrepancy",
"cweId": "CWE-203"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "IceWhaleTech",
"product": {
"product_data": [
{
"product_name": "ZimaOS",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "<= 1.2.4"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/IceWhaleTech/ZimaOS/security/advisories/GHSA-3f6g-8r88-3mx5",
"refsource": "MISC",
"name": "https://github.com/IceWhaleTech/ZimaOS/security/advisories/GHSA-3f6g-8r88-3mx5"
},
{
"url": "https://youtu.be/BClx2u8DMfM",
"refsource": "MISC",
"name": "https://youtu.be/BClx2u8DMfM"
}
]
},
"source": {
"advisory": "GHSA-3f6g-8r88-3mx5",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
2024-10-14 14:00:31 +00:00
}
]
}
}