usn-6237-1
Vulnerability from osv_ubuntu
Published
2023-07-19 12:11
Modified
2026-04-27 14:11
Summary
curl vulnerabilities
Details
Hiroki Kurosawa discovered that curl incorrectly handled validating certain certificate wildcards. A remote attacker could possibly use this issue to spoof certain website certificates using IDN hosts. (CVE-2023-28321)
Hiroki Kurosawa discovered that curl incorrectly handled callbacks when certain options are set by applications. This could cause applications using curl to misbehave, resulting in information disclosure, or a denial of service. (CVE-2023-28322)
It was discovered that curl incorrectly handled saving cookies to files. A local attacker could possibly use this issue to create or overwrite files. This issue only affected Ubuntu 22.10, and Ubuntu 23.04. (CVE-2023-32001)
References
{
"affected": [
{
"database_specific": {
"cves_map": {
"cves": [
{
"id": "CVE-2023-28321",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
},
{
"score": "low",
"type": "Ubuntu"
}
]
},
{
"id": "CVE-2023-28322",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"type": "CVSS_V3"
},
{
"score": "low",
"type": "Ubuntu"
}
]
}
],
"ecosystem": "Ubuntu:20.04:LTS"
}
},
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "curl",
"binary_version": "7.68.0-1ubuntu2.19"
},
{
"binary_name": "libcurl3-gnutls",
"binary_version": "7.68.0-1ubuntu2.19"
},
{
"binary_name": "libcurl3-nss",
"binary_version": "7.68.0-1ubuntu2.19"
},
{
"binary_name": "libcurl4",
"binary_version": "7.68.0-1ubuntu2.19"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "curl",
"purl": "pkg:deb/ubuntu/curl@7.68.0-1ubuntu2.19?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "7.68.0-1ubuntu2.19"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"7.65.3-1ubuntu3",
"7.65.3-1ubuntu4",
"7.66.0-1ubuntu1",
"7.67.0-2ubuntu1",
"7.68.0-1ubuntu1",
"7.68.0-1ubuntu2",
"7.68.0-1ubuntu2.1",
"7.68.0-1ubuntu2.2",
"7.68.0-1ubuntu2.4",
"7.68.0-1ubuntu2.5",
"7.68.0-1ubuntu2.6",
"7.68.0-1ubuntu2.7",
"7.68.0-1ubuntu2.10",
"7.68.0-1ubuntu2.11",
"7.68.0-1ubuntu2.12",
"7.68.0-1ubuntu2.13",
"7.68.0-1ubuntu2.14",
"7.68.0-1ubuntu2.15",
"7.68.0-1ubuntu2.16",
"7.68.0-1ubuntu2.18"
]
},
{
"database_specific": {
"cves_map": {
"cves": [
{
"id": "CVE-2023-28321",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
},
{
"score": "low",
"type": "Ubuntu"
}
]
},
{
"id": "CVE-2023-28322",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"type": "CVSS_V3"
},
{
"score": "low",
"type": "Ubuntu"
}
]
}
],
"ecosystem": "Ubuntu:22.04:LTS"
}
},
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "curl",
"binary_version": "7.81.0-1ubuntu1.11"
},
{
"binary_name": "libcurl3-gnutls",
"binary_version": "7.81.0-1ubuntu1.11"
},
{
"binary_name": "libcurl3-nss",
"binary_version": "7.81.0-1ubuntu1.11"
},
{
"binary_name": "libcurl4",
"binary_version": "7.81.0-1ubuntu1.11"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "curl",
"purl": "pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.11?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "7.81.0-1ubuntu1.11"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"7.74.0-1.3ubuntu2",
"7.74.0-1.3ubuntu3",
"7.80.0-3",
"7.81.0-1",
"7.81.0-1ubuntu1.1",
"7.81.0-1ubuntu1.2",
"7.81.0-1ubuntu1.3",
"7.81.0-1ubuntu1.4",
"7.81.0-1ubuntu1.6",
"7.81.0-1ubuntu1.7",
"7.81.0-1ubuntu1.8",
"7.81.0-1ubuntu1.10"
]
}
],
"aliases": [],
"details": "Hiroki Kurosawa discovered that curl incorrectly handled validating certain\ncertificate wildcards. A remote attacker could possibly use this issue to\nspoof certain website certificates using IDN hosts. (CVE-2023-28321)\n\nHiroki Kurosawa discovered that curl incorrectly handled callbacks when\ncertain options are set by applications. This could cause applications\nusing curl to misbehave, resulting in information disclosure, or a denial\nof service. (CVE-2023-28322)\n\nIt was discovered that curl incorrectly handled saving cookies to files. A\nlocal attacker could possibly use this issue to create or overwrite files.\nThis issue only affected Ubuntu 22.10, and Ubuntu 23.04. (CVE-2023-32001)\n",
"id": "USN-6237-1",
"modified": "2026-04-27T14:11:31Z",
"published": "2023-07-19T12:11:55Z",
"references": [
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-6237-1"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-28321"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-28322"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-32001"
}
],
"related": [],
"schema_version": "1.7.0",
"summary": "curl vulnerabilities",
"upstream": [
"UBUNTU-CVE-2023-28321",
"UBUNTU-CVE-2023-28322",
"UBUNTU-CVE-2023-32001"
]
}
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…