2024-10-30 23:03:21 +00:00
{
"id" : "CVE-2024-10086" ,
"sourceIdentifier" : "security@hashicorp.com" ,
"published" : "2024-10-30T22:15:03.283" ,
2025-01-10 15:04:13 +00:00
"lastModified" : "2025-01-10T13:15:08.623" ,
"vulnStatus" : "Modified" ,
2024-10-30 23:03:21 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "A vulnerability was identified in Consul and Consul Enterprise such that the server response did not explicitly set a Content-Type HTTP header, allowing user-provided inputs to be misinterpreted and lead to reflected XSS."
2024-11-01 13:03:21 +00:00
} ,
{
"lang" : "es" ,
"value" : "Se identific\u00f3 una vulnerabilidad en Consul y Consul Enterprise tal que la respuesta del servidor no establec\u00eda expl\u00edcitamente un encabezado HTTP Content-Type, lo que permit\u00eda que las entradas proporcionadas por el usuario se malinterpretaran y generaran un XSS reflejado."
2024-10-30 23:03:21 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-11-08 17:03:28 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security@hashicorp.com" ,
"type" : "Secondary" ,
2024-11-08 17:03:28 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 6.1 ,
"baseSeverity" : "MEDIUM" ,
2024-11-08 17:03:28 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-11-08 17:03:28 +00:00
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 2.7
} ,
2024-10-30 23:03:21 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-10-30 23:03:21 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 6.1 ,
"baseSeverity" : "MEDIUM" ,
2024-10-30 23:03:21 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-10-30 23:03:21 +00:00
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 2.7
}
]
} ,
"weaknesses" : [
2024-11-08 17:03:28 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security@hashicorp.com" ,
"type" : "Secondary" ,
2024-11-08 17:03:28 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-79"
}
]
} ,
2024-10-30 23:03:21 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-10-30 23:03:21 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-79"
}
]
}
] ,
2024-11-08 17:03:28 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:hashicorp:consul:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "1.4.1" ,
"versionEndExcluding" : "1.15.15" ,
"matchCriteriaId" : "F9B18D72-3819-4927-AF49-239668B4719D"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:hashicorp:consul:*:*:*:*:community:*:*:*" ,
"versionStartIncluding" : "1.4.1" ,
"versionEndExcluding" : "1.20.0" ,
"matchCriteriaId" : "6471636F-7182-4F2D-B80E-25D46AE453F2"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:hashicorp:consul:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "1.18.0" ,
"versionEndExcluding" : "1.18.5" ,
"matchCriteriaId" : "36CDCEB8-8B22-4290-9071-81CE3F0F6B95"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:hashicorp:consul:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "1.19.0" ,
"versionEndExcluding" : "1.19.3" ,
"matchCriteriaId" : "0AB043DB-FC48-4DE7-80BA-EC410ECD44F2"
}
]
}
]
}
] ,
2024-10-30 23:03:21 +00:00
"references" : [
{
"url" : "https://discuss.hashicorp.com/t/hcsec-2024-24-consul-vulnerable-to-reflected-xss-on-content-type-error-manipulation" ,
2024-11-08 17:03:28 +00:00
"source" : "security@hashicorp.com" ,
"tags" : [
"Vendor Advisory"
]
2025-01-10 15:04:13 +00:00
} ,
{
"url" : "https://security.netapp.com/advisory/ntap-20250110-0006/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
2024-10-30 23:03:21 +00:00
}
]
}