usn-5079-4
Vulnerability from osv_ubuntu
Published
2021-09-21 13:07
Modified
2026-06-29 10:52
Summary
curl regression
Details

USN-5079-2 fixed vulnerabilities in curl. One of the fixes introduced a regression. This update fixes the problem.

Original advisory details:

Patrick Monnerat discovered that curl incorrectly handled upgrades to TLS. When receiving certain responses from servers, curl would continue without TLS even when the option to require a successful upgrade to TLS was specified. (CVE-2021-22946)

Patrick Monnerat discovered that curl incorrectly handled responses received before STARTTLS. A remote attacker could possibly use this issue to inject responses and intercept communications. (CVE-2021-22947)


{
  "affected": [
    {
      "database_specific": {
        "cves_map": {
          "cves": [],
          "ecosystem": "Ubuntu:Pro:14.04:LTS"
        }
      },
      "ecosystem_specific": {
        "availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
        "binaries": [
          {
            "binary_name": "curl",
            "binary_version": "7.35.0-1ubuntu2.20+esm9"
          },
          {
            "binary_name": "libcurl3",
            "binary_version": "7.35.0-1ubuntu2.20+esm9"
          },
          {
            "binary_name": "libcurl3-gnutls",
            "binary_version": "7.35.0-1ubuntu2.20+esm9"
          },
          {
            "binary_name": "libcurl3-nss",
            "binary_version": "7.35.0-1ubuntu2.20+esm9"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:14.04:LTS",
        "name": "curl",
        "purl": "pkg:deb/ubuntu/curl@7.35.0-1ubuntu2.20+esm9?arch=source\u0026distro=trusty/esm"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.35.0-1ubuntu2.20+esm9"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "7.32.0-1ubuntu1",
        "7.33.0-1ubuntu1",
        "7.34.0-1ubuntu1",
        "7.35.0-1ubuntu1",
        "7.35.0-1ubuntu2",
        "7.35.0-1ubuntu2.1",
        "7.35.0-1ubuntu2.2",
        "7.35.0-1ubuntu2.3",
        "7.35.0-1ubuntu2.5",
        "7.35.0-1ubuntu2.6",
        "7.35.0-1ubuntu2.7",
        "7.35.0-1ubuntu2.8",
        "7.35.0-1ubuntu2.9",
        "7.35.0-1ubuntu2.10",
        "7.35.0-1ubuntu2.11",
        "7.35.0-1ubuntu2.12",
        "7.35.0-1ubuntu2.13",
        "7.35.0-1ubuntu2.14",
        "7.35.0-1ubuntu2.15",
        "7.35.0-1ubuntu2.16",
        "7.35.0-1ubuntu2.17",
        "7.35.0-1ubuntu2.19",
        "7.35.0-1ubuntu2.20",
        "7.35.0-1ubuntu2.20+esm2",
        "7.35.0-1ubuntu2.20+esm3",
        "7.35.0-1ubuntu2.20+esm4",
        "7.35.0-1ubuntu2.20+esm5",
        "7.35.0-1ubuntu2.20+esm6",
        "7.35.0-1ubuntu2.20+esm7",
        "7.35.0-1ubuntu2.20+esm8"
      ]
    },
    {
      "database_specific": {
        "cves_map": {
          "cves": [],
          "ecosystem": "Ubuntu:Pro:16.04:LTS"
        }
      },
      "ecosystem_specific": {
        "availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
        "binaries": [
          {
            "binary_name": "curl",
            "binary_version": "7.47.0-1ubuntu2.19+esm2"
          },
          {
            "binary_name": "libcurl3",
            "binary_version": "7.47.0-1ubuntu2.19+esm2"
          },
          {
            "binary_name": "libcurl3-gnutls",
            "binary_version": "7.47.0-1ubuntu2.19+esm2"
          },
          {
            "binary_name": "libcurl3-nss",
            "binary_version": "7.47.0-1ubuntu2.19+esm2"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:16.04:LTS",
        "name": "curl",
        "purl": "pkg:deb/ubuntu/curl@7.47.0-1ubuntu2.19+esm2?arch=source\u0026distro=esm-infra/xenial"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.47.0-1ubuntu2.19+esm2"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "7.43.0-1ubuntu2",
        "7.45.0-1ubuntu1",
        "7.46.0-1ubuntu1",
        "7.47.0-1ubuntu1",
        "7.47.0-1ubuntu2",
        "7.47.0-1ubuntu2.1",
        "7.47.0-1ubuntu2.2",
        "7.47.0-1ubuntu2.3",
        "7.47.0-1ubuntu2.4",
        "7.47.0-1ubuntu2.5",
        "7.47.0-1ubuntu2.6",
        "7.47.0-1ubuntu2.7",
        "7.47.0-1ubuntu2.8",
        "7.47.0-1ubuntu2.9",
        "7.47.0-1ubuntu2.11",
        "7.47.0-1ubuntu2.12",
        "7.47.0-1ubuntu2.13",
        "7.47.0-1ubuntu2.14",
        "7.47.0-1ubuntu2.15",
        "7.47.0-1ubuntu2.16",
        "7.47.0-1ubuntu2.18",
        "7.47.0-1ubuntu2.19",
        "7.47.0-1ubuntu2.19+esm1"
      ]
    }
  ],
  "aliases": [],
  "details": "USN-5079-2 fixed vulnerabilities in curl. One of the fixes introduced a\nregression. This update fixes the problem.\n\nOriginal advisory details:\n\n Patrick Monnerat discovered that curl incorrectly handled upgrades to TLS.\n When receiving certain responses from servers, curl would continue without\n TLS even when the option to require a successful upgrade to TLS was\n specified. (CVE-2021-22946)\n\n Patrick Monnerat discovered that curl incorrectly handled responses\n received before STARTTLS. A remote attacker could possibly use this issue\n to inject responses and intercept communications. (CVE-2021-22947)\n",
  "id": "USN-5079-4",
  "modified": "2026-06-29T10:52:51Z",
  "published": "2021-09-21T13:07:33Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://ubuntu.com/security/notices/USN-5079-4"
    },
    {
      "type": "REPORT",
      "url": "https://launchpad.net/bugs/1944120"
    }
  ],
  "related": [],
  "schema_version": "1.7.0",
  "summary": "curl regression",
  "upstream": []
}



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…

Detection rules are retrieved from Rulezet.

Loading…

Loading…