CVE-2024-28188 (GCVE-0-2024-28188)

Vulnerability from cvelistv5 – Published: 2024-05-23 11:54 – Updated: 2024-08-02 00:48
VLAI
Title
jupyter-scheduler's endpoint is missing authentication
Summary
Jupyter Scheduler is collection of extensions for programming jobs to run now or run on a schedule. The list of conda environments of `jupyter-scheduler` users maybe be exposed, potentially revealing information about projects that a specific user may be working on. This vulnerability has been patched in version(s) 1.1.6, 1.2.1, 1.8.2 and 2.5.2.
SSVC
Exploitation: none Automatable: yes Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2024-05-23 15:05 UTC
CWE
  • CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
  • CWE-287 - Improper Authentication
References
Impacted products
Vendor Product Version CPE status
jupyter-server jupyter-scheduler Affected: >= 1.0.0, <= 1.1.5
Affected: = 1.2.0
Affected: >= 1.3.0, <= 1.8.1
Affected: >= 2.0.0, <= 2.5.1
guessed Create a notification for this product.
jupyter scheduler Affected: 1.0.0 , ≤ 1.1.5 (custom)
Affected: 1.2.0
Affected: 1.3.0 , ≤ 1.8.1 (custom)
Affected: 2.0.0 , ≤ 2.5.1 (custom)
    cpe:2.3:a:jupyter:scheduler:1.0.0:*:*:*:*:*:*:*
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "affected": [
          {
            "cpes": [
              "cpe:2.3:a:jupyter:scheduler:1.0.0:*:*:*:*:*:*:*"
            ],
            "defaultStatus": "affected",
            "product": "scheduler",
            "vendor": "jupyter",
            "versions": [
              {
                "lessThanOrEqual": "1.1.5",
                "status": "affected",
                "version": "1.0.0",
                "versionType": "custom"
              },
              {
                "status": "affected",
                "version": "1.2.0"
              },
              {
                "lessThanOrEqual": "1.8.1",
                "status": "affected",
                "version": "1.3.0",
                "versionType": "custom"
              },
              {
                "lessThanOrEqual": "2.5.1",
                "status": "affected",
                "version": "2.0.0",
                "versionType": "custom"
              }
            ]
          }
        ],
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-28188",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-05-23T15:05:53.639105Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-06-04T18:03:51.931Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T00:48:49.472Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "name": "https://github.com/jupyter-server/jupyter-scheduler/security/advisories/GHSA-v9g2-g7j4-4jxc",
            "tags": [
              "x_refsource_CONFIRM",
              "x_transferred"
            ],
            "url": "https://github.com/jupyter-server/jupyter-scheduler/security/advisories/GHSA-v9g2-g7j4-4jxc"
          },
          {
            "name": "https://github.com/jupyter-server/jupyter_server/pull/1392",
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "https://github.com/jupyter-server/jupyter_server/pull/1392"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "jupyter-scheduler",
          "vendor": "jupyter-server",
          "versions": [
            {
              "status": "affected",
              "version": "\u003e= 1.0.0, \u003c= 1.1.5"
            },
            {
              "status": "affected",
              "version": "= 1.2.0"
            },
            {
              "status": "affected",
              "version": "\u003e= 1.3.0, \u003c= 1.8.1"
            },
            {
              "status": "affected",
              "version": "\u003e= 2.0.0, \u003c= 2.5.1"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Jupyter Scheduler is collection of extensions for programming jobs to run now or run on a schedule. The list of conda environments of `jupyter-scheduler` users maybe be exposed, potentially revealing information about projects that a specific user may be working on. This vulnerability has been patched in version(s) 1.1.6, 1.2.1, 1.8.2 and 2.5.2."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "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"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-200",
              "description": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
              "lang": "en",
              "type": "CWE"
            }
          ]
        },
        {
          "descriptions": [
            {
              "cweId": "CWE-287",
              "description": "CWE-287: Improper Authentication",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-05-23T14:00:32.049Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/jupyter-server/jupyter-scheduler/security/advisories/GHSA-v9g2-g7j4-4jxc",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/jupyter-server/jupyter-scheduler/security/advisories/GHSA-v9g2-g7j4-4jxc"
        },
        {
          "name": "https://github.com/jupyter-server/jupyter_server/pull/1392",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/jupyter-server/jupyter_server/pull/1392"
        }
      ],
      "source": {
        "advisory": "GHSA-v9g2-g7j4-4jxc",
        "discovery": "UNKNOWN"
      },
      "title": "jupyter-scheduler\u0027s endpoint is missing authentication"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2024-28188",
    "datePublished": "2024-05-23T11:54:53.672Z",
    "dateReserved": "2024-03-06T17:35:00.859Z",
    "dateUpdated": "2024-08-02T00:48:49.472Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2024-28188",
      "date": "2026-09-21",
      "epss": "0.00331",
      "percentile": "0.26398"
    },
    "fkie_nvd": {
      "descriptions": [
        {
          "lang": "en",
          "value": "Jupyter Scheduler is collection of extensions for programming jobs to run now or run on a schedule. The list of conda environments of `jupyter-scheduler` users maybe be exposed, potentially revealing information about projects that a specific user may be working on. This vulnerability has been patched in version(s) 1.1.6, 1.2.1, 1.8.2 and 2.5.2."
        },
        {
          "lang": "es",
          "value": "Jupyter Scheduler es una colecci\u00f3n de extensiones para que los trabajos de programaci\u00f3n se ejecuten ahora o seg\u00fan una programaci\u00f3n. La lista de entornos conda de los usuarios de \"jupyter-scheduler\" puede quedar expuesta, lo que podr\u00eda revelar informaci\u00f3n sobre proyectos en los que un usuario espec\u00edfico puede estar trabajando. Esta vulnerabilidad ha sido parcheada en las versiones 1.1.6, 1.2.1, 1.8.2 y 2.5.2."
        }
      ],
      "id": "CVE-2024-28188",
      "lastModified": "2024-11-21T09:05:59.380",
      "metrics": {
        "cvssMetricV31": [
          {
            "cvssData": {
              "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"
            },
            "exploitabilityScore": 3.9,
            "impactScore": 1.4,
            "source": "security-advisories@github.com",
            "type": "Secondary"
          }
        ]
      },
      "published": "2024-05-23T12:15:10.167",
      "references": [
        {
          "source": "security-advisories@github.com",
          "url": "https://github.com/jupyter-server/jupyter-scheduler/security/advisories/GHSA-v9g2-g7j4-4jxc"
        },
        {
          "source": "security-advisories@github.com",
          "url": "https://github.com/jupyter-server/jupyter_server/pull/1392"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "https://github.com/jupyter-server/jupyter-scheduler/security/advisories/GHSA-v9g2-g7j4-4jxc"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "https://github.com/jupyter-server/jupyter_server/pull/1392"
        }
      ],
      "sourceIdentifier": "security-advisories@github.com",
      "vulnStatus": "Awaiting Analysis",
      "weaknesses": [
        {
          "description": [
            {
              "lang": "en",
              "value": "CWE-200"
            },
            {
              "lang": "en",
              "value": "CWE-287"
            }
          ],
          "source": "security-advisories@github.com",
          "type": "Secondary"
        }
      ]
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "product": "jupyter-scheduler",
                "vendor": "jupyter-server",
                "versions": [
                  {
                    "status": "affected",
                    "version": "\u003e= 1.0.0, \u003c= 1.1.5"
                  },
                  {
                    "status": "affected",
                    "version": "= 1.2.0"
                  },
                  {
                    "status": "affected",
                    "version": "\u003e= 1.3.0, \u003c= 1.8.1"
                  },
                  {
                    "status": "affected",
                    "version": "\u003e= 2.0.0, \u003c= 2.5.1"
                  }
                ]
              }
            ],
            "source": "security-advisories@github.com"
          },
          {
            "affectedData": [
              {
                "cpes": [
                  "cpe:2.3:a:jupyter:scheduler:1.0.0:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "affected",
                "product": "scheduler",
                "vendor": "jupyter",
                "versions": [
                  {
                    "lessThanOrEqual": "1.1.5",
                    "status": "affected",
                    "version": "1.0.0",
                    "versionType": "custom"
                  },
                  {
                    "status": "affected",
                    "version": "1.2.0"
                  },
                  {
                    "lessThanOrEqual": "1.8.1",
                    "status": "affected",
                    "version": "1.3.0",
                    "versionType": "custom"
                  },
                  {
                    "lessThanOrEqual": "2.5.1",
                    "status": "affected",
                    "version": "2.0.0",
                    "versionType": "custom"
                  }
                ]
              }
            ],
            "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "Jupyter Scheduler is collection of extensions for programming jobs to run now or run on a schedule. The list of conda environments of `jupyter-scheduler` users maybe be exposed, potentially revealing information about projects that a specific user may be working on. This vulnerability has been patched in version(s) 1.1.6, 1.2.1, 1.8.2 and 2.5.2."
          },
          {
            "lang": "es",
            "value": "Jupyter Scheduler es una colecci\u00f3n de extensiones para que los trabajos de programaci\u00f3n se ejecuten ahora o seg\u00fan una programaci\u00f3n. La lista de entornos conda de los usuarios de \"jupyter-scheduler\" puede quedar expuesta, lo que podr\u00eda revelar informaci\u00f3n sobre proyectos en los que un usuario espec\u00edfico puede estar trabajando. Esta vulnerabilidad ha sido parcheada en las versiones 1.1.6, 1.2.1, 1.8.2 y 2.5.2."
          }
        ],
        "id": "CVE-2024-28188",
        "lastModified": "2026-06-17T07:21:10.200",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "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"
              },
              "exploitabilityScore": 3.9,
              "impactScore": 1.4,
              "source": "security-advisories@github.com",
              "type": "Secondary"
            }
          ],
          "ssvcV203": [
            {
              "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "ssvcData": {
                "id": "CVE-2024-28188",
                "options": [
                  {
                    "exploitation": "none"
                  },
                  {
                    "automatable": "yes"
                  },
                  {
                    "technicalImpact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-05-23T15:05:53.639105Z",
                "version": "2.0.3"
              }
            }
          ]
        },
        "published": "2024-05-23T12:15:10.167",
        "references": [
          {
            "source": "security-advisories@github.com",
            "url": "https://github.com/jupyter-server/jupyter-scheduler/security/advisories/GHSA-v9g2-g7j4-4jxc"
          },
          {
            "source": "security-advisories@github.com",
            "url": "https://github.com/jupyter-server/jupyter_server/pull/1392"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://github.com/jupyter-server/jupyter-scheduler/security/advisories/GHSA-v9g2-g7j4-4jxc"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://github.com/jupyter-server/jupyter_server/pull/1392"
          }
        ],
        "sourceIdentifier": "security-advisories@github.com",
        "vulnStatus": "Deferred",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-200"
              },
              {
                "lang": "en",
                "value": "CWE-287"
              }
            ],
            "source": "security-advisories@github.com",
            "type": "Secondary"
          }
        ]
      }
    },
    "redhat_vex": {
      "current_release_date": "2025-05-28T20:17:49+00:00",
      "cve": "CVE-2024-28188",
      "id": "CVE-2024-28188",
      "initial_release_date": "2024-01-01T00:00:00+00:00",
      "product_status:known_not_affected": "1",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "jupyter-scheduler\u0027s endpoint is missing authentication",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-28188.json",
      "version": "3"
    },
    "vulnrichment": {
      "containers": {
        "adp": [
          {
            "affected": [
              {
                "cpes": [
                  "cpe:2.3:a:jupyter:scheduler:1.0.0:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "affected",
                "product": "scheduler",
                "vendor": "jupyter",
                "versions": [
                  {
                    "lessThanOrEqual": "1.1.5",
                    "status": "affected",
                    "version": "1.0.0",
                    "versionType": "custom"
                  },
                  {
                    "status": "affected",
                    "version": "1.2.0"
                  },
                  {
                    "lessThanOrEqual": "1.8.1",
                    "status": "affected",
                    "version": "1.3.0",
                    "versionType": "custom"
                  },
                  {
                    "lessThanOrEqual": "2.5.1",
                    "status": "affected",
                    "version": "2.0.0",
                    "versionType": "custom"
                  }
                ]
              }
            ],
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2024-28188",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2024-05-23T15:05:53.639105Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2024-05-23T15:09:09.524Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "jupyter-scheduler",
              "vendor": "jupyter-server",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003e= 1.0.0, \u003c= 1.1.5"
                },
                {
                  "status": "affected",
                  "version": "= 1.2.0"
                },
                {
                  "status": "affected",
                  "version": "\u003e= 1.3.0, \u003c= 1.8.1"
                },
                {
                  "status": "affected",
                  "version": "\u003e= 2.0.0, \u003c= 2.5.1"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Jupyter Scheduler is collection of extensions for programming jobs to run now or run on a schedule. The list of conda environments of `jupyter-scheduler` users maybe be exposed, potentially revealing information about projects that a specific user may be working on. This vulnerability has been patched in version(s) 1.1.6, 1.2.1, 1.8.2 and 2.5.2."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "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"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-200",
                  "description": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-287",
                  "description": "CWE-287: Improper Authentication",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2024-05-23T14:00:32.049Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/jupyter-server/jupyter-scheduler/security/advisories/GHSA-v9g2-g7j4-4jxc",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/jupyter-server/jupyter-scheduler/security/advisories/GHSA-v9g2-g7j4-4jxc"
            },
            {
              "name": "https://github.com/jupyter-server/jupyter_server/pull/1392",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/jupyter-server/jupyter_server/pull/1392"
            }
          ],
          "source": {
            "advisory": "GHSA-v9g2-g7j4-4jxc",
            "discovery": "UNKNOWN"
          },
          "title": "jupyter-scheduler\u0027s endpoint is missing authentication"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2024-28188",
        "datePublished": "2024-05-23T11:54:53.672Z",
        "dateReserved": "2024-03-06T17:35:00.859Z",
        "dateUpdated": "2024-06-04T18:03:51.931Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…