2024-01-25 21:00:28 +00:00
{
"id" : "CVE-2024-23656" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2024-01-25T20:15:41.107" ,
2024-02-01 00:55:28 +00:00
"lastModified" : "2024-01-31T23:26:14.650" ,
"vulnStatus" : "Analyzed" ,
2024-01-25 21:00:28 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Dex is an identity service that uses OpenID Connect to drive authentication for other apps. Dex 2.37.0 serves HTTPS with insecure TLS 1.0 and TLS 1.1. `cmd/dex/serve.go` line 425 seemingly sets TLS 1.2 as minimum version, but the whole `tlsConfig` is ignored after `TLS cert reloader` was introduced in v2.37.0. Configured cipher suites are not respected either. This issue is fixed in Dex 2.38.0."
2024-02-01 00:55:28 +00:00
} ,
{
"lang" : "es" ,
"value" : "Dex es un servicio de identidad que utiliza OpenID Connect para impulsar la autenticaci\u00f3n de otras aplicaciones. Dex 2.37.0 sirve HTTPS con TLS 1.0 y TLS 1.1 inseguros. La l\u00ednea 425 de `cmd/dex/serve.go` aparentemente establece TLS 1.2 como versi\u00f3n m\u00ednima, pero el `tlsConfig` completo se ignora despu\u00e9s de que se introdujo el `TLS cert reloader` en v2.37.0. Tampoco se respetan los conjuntos de cifrado configurados. Este problema se solucion\u00f3 en Dex 2.38.0."
2024-01-25 21:00:28 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-02-01 00:55:28 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
} ,
2024-01-25 21:00:28 +00:00
{
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
}
]
} ,
"weaknesses" : [
{
2024-02-01 00:55:28 +00:00
"source" : "nvd@nist.gov" ,
2024-01-25 21:00:28 +00:00
"type" : "Primary" ,
2024-02-01 00:55:28 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-326"
}
]
} ,
{
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2024-01-25 21:00:28 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-326"
} ,
{
"lang" : "en" ,
"value" : "CWE-757"
}
]
}
] ,
2024-02-01 00:55:28 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:linuxfoundation:dex:2.37.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "CFFADC7B-A8BE-437B-B1A8-868ECD4ED5E9"
}
]
}
]
}
] ,
2024-01-25 21:00:28 +00:00
"references" : [
{
"url" : "https://github.com/dexidp/dex/blob/70d7a2c7c1bb2646b1a540e49616cbc39622fb83/cmd/dex/serve.go#L425" ,
2024-02-01 00:55:28 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Product"
]
2024-01-25 21:00:28 +00:00
} ,
{
"url" : "https://github.com/dexidp/dex/commit/5bbdb4420254ba73b9c4df4775fe7bdacf233b17" ,
2024-02-01 00:55:28 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-01-25 21:00:28 +00:00
} ,
{
"url" : "https://github.com/dexidp/dex/issues/2848" ,
2024-02-01 00:55:28 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Issue Tracking"
]
2024-01-25 21:00:28 +00:00
} ,
{
"url" : "https://github.com/dexidp/dex/pull/2964" ,
2024-02-01 00:55:28 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Issue Tracking" ,
"Patch"
]
2024-01-25 21:00:28 +00:00
} ,
{
"url" : "https://github.com/dexidp/dex/security/advisories/GHSA-gr79-9v6v-gc9r" ,
2024-02-01 00:55:28 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Exploit"
]
2024-01-25 21:00:28 +00:00
}
]
}