2024-09-27 16:03:18 +00:00
{
"id" : "CVE-2024-47182" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2024-09-27T14:15:04.620" ,
2024-10-04 20:03:16 +00:00
"lastModified" : "2024-10-04T18:31:29.027" ,
"vulnStatus" : "Analyzed" ,
2024-09-27 16:03:18 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "Dozzle is a realtime log viewer for docker containers. Before version 8.5.3, the app uses sha-256 as the hash for passwords, which leaves users susceptible to rainbow table attacks. The app switches to bcrypt, a more appropriate hash for passwords, in version 8.5.3."
2024-09-30 14:03:19 +00:00
} ,
{
"lang" : "es" ,
"value" : "Dozzle es un visualizador de registros en tiempo real para contenedores Docker. Antes de la versi\u00f3n 8.5.3, la aplicaci\u00f3n utilizaba sha-256 como hash para las contrase\u00f1as, lo que dejaba a los usuarios expuestos a ataques de tablas arco\u00edris. La aplicaci\u00f3n cambia a bcrypt, un hash m\u00e1s apropiado para las contrase\u00f1as, en la versi\u00f3n 8.5.3."
2024-09-27 16:03:18 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-10-04 20:03:16 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2024-10-04 20:03:16 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N" ,
"baseScore" : 4.8 ,
"baseSeverity" : "MEDIUM" ,
2024-10-04 20:03:16 +00:00
"attackVector" : "NETWORK" ,
2024-12-08 03:06:42 +00:00
"attackComplexity" : "HIGH" ,
2024-10-04 20:03:16 +00:00
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
2024-12-08 03:06:42 +00:00
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
"availabilityImpact" : "NONE"
2024-10-04 20:03:16 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 2.2 ,
"impactScore" : 2.5
2024-10-04 20:03:16 +00:00
} ,
2024-09-27 16:03:18 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-09-27 16:03:18 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" ,
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH" ,
2024-09-27 16:03:18 +00:00
"attackVector" : "NETWORK" ,
2024-12-08 03:06:42 +00:00
"attackComplexity" : "LOW" ,
2024-09-27 16:03:18 +00:00
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
2024-12-08 03:06:42 +00:00
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE"
2024-09-27 16:03:18 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
2024-09-27 16:03:18 +00:00
}
]
} ,
"weaknesses" : [
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2024-10-04 20:03:16 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-328"
2024-10-04 20:03:16 +00:00
}
]
} ,
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-09-27 16:03:18 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-326"
2024-09-27 16:03:18 +00:00
}
]
}
] ,
2024-10-04 20:03:16 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:amirraminfar:dozzle:*:*:*:*:*:docker:*:*" ,
"versionEndExcluding" : "8.5.3" ,
"matchCriteriaId" : "0130848B-C24A-4EAD-9162-263E2A3AC7B8"
}
]
}
]
}
] ,
2024-09-27 16:03:18 +00:00
"references" : [
{
"url" : "https://github.com/amir20/dozzle/commit/de79f03aa3dbe5bb1e154a7e8d3dccbd229f3ea3" ,
2024-10-04 20:03:16 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-09-27 16:03:18 +00:00
} ,
{
"url" : "https://github.com/amir20/dozzle/security/advisories/GHSA-w7qr-q9fh-fj35" ,
2024-10-04 20:03:16 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Vendor Advisory"
]
2024-09-27 16:03:18 +00:00
}
]
}