2023-08-28 22:00:28 +00:00
{
"id" : "CVE-2023-39968" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2023-08-28T21:15:07.777" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:16:08.627" ,
2023-09-09 04:00:28 +00:00
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-08-28 22:00:28 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "jupyter-server is the backend for Jupyter web applications. Open Redirect Vulnerability. Maliciously crafted login links to known Jupyter Servers can cause successful login or an already logged-in session to be redirected to arbitrary sites, which should be restricted to Jupyter Server-served URLs. This issue has been addressed in commit `29036259` which is included in release 2.7.2. Users are advised to upgrade. There are no known workarounds for this vulnerability."
2024-04-04 08:46:00 +00:00
} ,
{
"lang" : "es" ,
"value" : "jupyter-server es el backend de las aplicaciones web de Jupyter. Vulnerabilidad de Redireccionamiento Abierto. Los enlaces de inicio de sesi\u00f3n creados maliciosamente a servidores Jupyter conocidos pueden provocar que un inicio de sesi\u00f3n exitoso o una sesi\u00f3n ya iniciada sea redirigida a sitios arbitrarios, que deben restringirse a las URL servidas por Jupyter Server. Este problema se solucion\u00f3 en el commit \"29036259\", que se incluye en la versi\u00f3n 2.7.2. Se recomienda a los usuarios que actualicen. No se conocen workarounds para esta vulnerabilidad."
2023-08-28 22:00:28 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-09-01 16:00:28 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-09-01 16:00:28 +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:R/S:U/C:L/I:N/A:N" ,
"baseScore" : 4.3 ,
"baseSeverity" : "MEDIUM" ,
2023-09-01 16:00:28 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
2024-12-08 03:06:42 +00:00
"scope" : "UNCHANGED" ,
2023-09-01 16:00:28 +00:00
"confidentialityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE"
2023-09-01 16:00:28 +00:00
} ,
"exploitabilityScore" : 2.8 ,
2024-12-08 03:06:42 +00:00
"impactScore" : 1.4
2023-09-01 16:00:28 +00:00
} ,
2023-08-28 22:00:28 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-08-28 22:00:28 +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:R/S:C/C:L/I:L/A:N" ,
"baseScore" : 6.1 ,
"baseSeverity" : "MEDIUM" ,
2023-08-28 22:00:28 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
2024-12-08 03:06:42 +00:00
"scope" : "CHANGED" ,
2023-08-28 22:00:28 +00:00
"confidentialityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"integrityImpact" : "LOW" ,
"availabilityImpact" : "NONE"
2023-08-28 22:00:28 +00:00
} ,
"exploitabilityScore" : 2.8 ,
2024-12-08 03:06:42 +00:00
"impactScore" : 2.7
2023-08-28 22:00:28 +00:00
}
]
} ,
"weaknesses" : [
{
"source" : "security-advisories@github.com" ,
2024-12-15 03:03:56 +00:00
"type" : "Primary" ,
2023-08-28 22:00:28 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-601"
}
]
}
] ,
2023-09-01 16:00:28 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:jupyter:jupyter_server:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "2.7.2" ,
"matchCriteriaId" : "B83A20E2-B301-47B0-AE30-3363B1FE64F3"
}
]
}
]
}
] ,
2023-08-28 22:00:28 +00:00
"references" : [
{
"url" : "https://github.com/jupyter-server/jupyter_server/commit/290362593b2ffb23c59f8114d76f77875de4b925" ,
2023-09-01 16:00:28 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2023-08-28 22:00:28 +00:00
} ,
{
"url" : "https://github.com/jupyter-server/jupyter_server/security/advisories/GHSA-r726-vmfq-j9j3" ,
2023-09-01 16:00:28 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Vendor Advisory"
]
2023-09-09 04:00:28 +00:00
} ,
2023-09-15 23:55:28 +00:00
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NRP7DNZYVOIA4ZB3U3ZWKTFZEPYWNGCQ/" ,
"source" : "security-advisories@github.com"
} ,
2023-09-09 04:00:28 +00:00
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XDKQAWQN6SQTOVACZNXYKEHWQXGG4DOF/" ,
"source" : "security-advisories@github.com"
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/jupyter-server/jupyter_server/commit/290362593b2ffb23c59f8114d76f77875de4b925" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://github.com/jupyter-server/jupyter_server/security/advisories/GHSA-r726-vmfq-j9j3" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Vendor Advisory"
]
} ,
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NRP7DNZYVOIA4ZB3U3ZWKTFZEPYWNGCQ/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XDKQAWQN6SQTOVACZNXYKEHWQXGG4DOF/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
2023-08-28 22:00:28 +00:00
}
]
}