usn-5953-1
Vulnerability from osv_ubuntu
Published
2023-03-15 09:54
Modified
2026-06-29 10:53
Summary
ipython vulnerabilities
Details
It was discovered that IPython incorrectly processed REST API POST requests. An attacker could possibly use this issue to launch a cross-site request forgery (CSRF) attack and leak user's sensitive information. This issue only affected Ubuntu 14.04 ESM. (CVE-2015-5607)
It was discovered that IPython did not properly manage cross user temporary files. A local attacker could possibly use this issue to execute arbitrary code. This issue only affected Ubuntu 18.04 ESM and Ubuntu 20.04 ESM. (CVE-2022-21699)
References
| URL | Type | |
|---|---|---|
{
"affected": [
{
"database_specific": {
"cves_map": {
"cves": [
{
"id": "CVE-2015-5607",
"severity": [
{
"score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "low",
"type": "Ubuntu"
}
]
}
],
"ecosystem": "Ubuntu:Pro:14.04:LTS"
}
},
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "ipython",
"binary_version": "1.2.1-2ubuntu0.1~esm1"
},
{
"binary_name": "ipython-notebook",
"binary_version": "1.2.1-2ubuntu0.1~esm1"
},
{
"binary_name": "ipython-notebook-common",
"binary_version": "1.2.1-2ubuntu0.1~esm1"
},
{
"binary_name": "ipython-qtconsole",
"binary_version": "1.2.1-2ubuntu0.1~esm1"
},
{
"binary_name": "ipython3",
"binary_version": "1.2.1-2ubuntu0.1~esm1"
},
{
"binary_name": "ipython3-notebook",
"binary_version": "1.2.1-2ubuntu0.1~esm1"
},
{
"binary_name": "ipython3-qtconsole",
"binary_version": "1.2.1-2ubuntu0.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "ipython",
"purl": "pkg:deb/ubuntu/ipython@1.2.1-2ubuntu0.1~esm1?arch=source\u0026distro=trusty/esm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.2.1-2ubuntu0.1~esm1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.13.2-2",
"1.1.0-1",
"1.2.0~rc1-1",
"1.2.1-2"
]
},
{
"database_specific": {
"cves_map": {
"cves": [
{
"id": "CVE-2022-21699",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
]
}
],
"ecosystem": "Ubuntu:Pro:18.04:LTS"
}
},
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "ipython",
"binary_version": "5.5.0-1ubuntu0.1~esm1"
},
{
"binary_name": "ipython3",
"binary_version": "5.5.0-1ubuntu0.1~esm1"
},
{
"binary_name": "python-ipython",
"binary_version": "5.5.0-1ubuntu0.1~esm1"
},
{
"binary_name": "python3-ipython",
"binary_version": "5.5.0-1ubuntu0.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "ipython",
"purl": "pkg:deb/ubuntu/ipython@5.5.0-1ubuntu0.1~esm1?arch=source\u0026distro=esm-apps/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.5.0-1ubuntu0.1~esm1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.1.0-3",
"5.5.0-1"
]
},
{
"database_specific": {
"cves_map": {
"cves": [
{
"id": "CVE-2022-21699",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
]
}
],
"ecosystem": "Ubuntu:Pro:20.04:LTS"
}
},
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "ipython3",
"binary_version": "7.13.0-1ubuntu0.1~esm1"
},
{
"binary_name": "python3-ipython",
"binary_version": "7.13.0-1ubuntu0.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "ipython",
"purl": "pkg:deb/ubuntu/ipython@7.13.0-1ubuntu0.1~esm1?arch=source\u0026distro=esm-apps/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "7.13.0-1ubuntu0.1~esm1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.8.0-1",
"5.8.0-1build1",
"5.8.0-2",
"7.12.0-1",
"7.13.0-1"
]
}
],
"aliases": [],
"details": "It was discovered that IPython incorrectly processed REST API POST requests.\nAn attacker could possibly use this issue to launch a cross-site request\nforgery (CSRF) attack and leak user\u0027s sensitive information. This issue\nonly affected Ubuntu 14.04 ESM. (CVE-2015-5607)\n\nIt was discovered that IPython did not properly manage cross user temporary\nfiles. A local attacker could possibly use this issue to execute arbitrary\ncode. This issue only affected Ubuntu 18.04 ESM and Ubuntu 20.04 ESM.\n(CVE-2022-21699)\n",
"id": "USN-5953-1",
"modified": "2026-06-29T10:53:00Z",
"published": "2023-03-15T09:54:07Z",
"references": [
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-5953-1"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2015-5607"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2022-21699"
}
],
"related": [],
"schema_version": "1.7.0",
"summary": "ipython vulnerabilities",
"upstream": [
"UBUNTU-CVE-2015-5607",
"UBUNTU-CVE-2022-21699"
]
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
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…