mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-5qwj-342r-h886 GHSA-g9f5-x53j-h563 GHSA-qpxx-2cwh-r5vh GHSA-33p9-3p43-82vq
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-5qwj-342r-h886",
|
||||
"modified": "2025-05-27T22:36:41Z",
|
||||
"modified": "2025-06-04T21:04:20Z",
|
||||
"published": "2025-05-26T09:30:45Z",
|
||||
"aliases": [
|
||||
"CVE-2025-5174"
|
||||
@@ -64,6 +64,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/erdogant/pypickle/releases/tag/2.0.0"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/pypickle/PYSEC-2025-45.yaml"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://vuldb.com/?ctiid.310262"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-g9f5-x53j-h563",
|
||||
"modified": "2025-05-30T15:30:39Z",
|
||||
"modified": "2025-06-04T21:00:35Z",
|
||||
"published": "2025-05-30T15:30:39Z",
|
||||
"aliases": [
|
||||
"CVE-2025-48938"
|
||||
@@ -27,10 +27,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
"last_known_affected_version_range": "<= 2.12.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
@@ -38,6 +35,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/cli/go-gh/security/advisories/GHSA-g9f5-x53j-h563"
|
||||
},
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48938"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/cli/go-gh/commit/a08820a13f257d6c5b4cb86d37db559ec6d14577"
|
||||
@@ -54,6 +55,6 @@
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-05-30T15:30:39Z",
|
||||
"nvd_published_at": null
|
||||
"nvd_published_at": "2025-05-30T19:15:29Z"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-qpxx-2cwh-r5vh",
|
||||
"modified": "2025-05-27T19:54:23Z",
|
||||
"modified": "2025-06-04T21:04:25Z",
|
||||
"published": "2025-05-26T09:30:45Z",
|
||||
"aliases": [
|
||||
"CVE-2025-5175"
|
||||
@@ -72,6 +72,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/erdogant/pypickle/releases/tag/2.0.0"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/pypickle/PYSEC-2025-46.yaml"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://vuldb.com/?ctiid.310263"
|
||||
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-33p9-3p43-82vq",
|
||||
"modified": "2025-06-04T21:00:23Z",
|
||||
"published": "2025-06-04T21:00:23Z",
|
||||
"aliases": [
|
||||
"CVE-2025-30167"
|
||||
],
|
||||
"summary": "Jupyter Core on Windows Has Uncontrolled Search Path Element Local Privilege Escalation Vulnerability",
|
||||
"details": "## Impact\n\nOn Windows, the shared `%PROGRAMDATA%` directory is searched for configuration files (`SYSTEM_CONFIG_PATH` and `SYSTEM_JUPYTER_PATH`), which may allow users to create configuration files affecting other users.\n\nOnly shared Windows systems with multiple users and unprotected `%PROGRAMDATA%` are affected.\n\n## Mitigations\n\n- upgrade to `jupyter_core>=5.8.1` (5.8.0 is patched but breaks `jupyter-server`) , or\n- as administrator, modify the permissions on the `%PROGRAMDATA%` directory so it is not writable by unauthorized users, or\n- as administrator, create the `%PROGRAMDATA%\\jupyter` directory with appropriately restrictive permissions, or\n- as user or administrator, set the `%PROGRAMDATA%` environment variable to a directory with appropriately restrictive permissions (e.g. controlled by administrators _or_ the current user)\n\n## Credit\n\nReported via Trend Micro Zero Day Initiative as ZDI-CAN-25932",
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "PyPI",
|
||||
"name": "jupyter_core"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"fixed": "5.8.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
"last_known_affected_version_range": "< 5.8.0"
|
||||
}
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/jupyter/jupyter_core/security/advisories/GHSA-33p9-3p43-82vq"
|
||||
},
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30167"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/jupyter/jupyter_core"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
"CWE-427"
|
||||
],
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-06-04T21:00:23Z",
|
||||
"nvd_published_at": "2025-06-03T17:15:21Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user