CVE-2026-80229 (GCVE-0-2026-80229)

Vulnerability from cvelistv5 – Published: 2026-09-06 17:47 – Updated: 2026-09-15 06:03
VLAI
Title
OpenSSL provider use-after-free
Summary
When performing transfers via libcurl’s multi interface, pooled TLS connections can outlive their originating easy handles. In OpenSSL 3 provider configurations, libcurl attaches an allocated library context to the easy handle's state and passes it to OpenSSL without acquiring an ownership reference; destroying the easy handle prematurely frees this context while the active connection retains a dangling pointer, leading to a heap-use-after-free upon subsequent I/O or post-handshake operations.
SSVC
Exploitation: none Automatable: yes Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-08 15:43 UTC
CWE
Impacted products
Vendor Product Version CPE status
curl curl Affected: 8.14.0 , < 8.14.2 (semver)
Affected: 8.15.0 , < 8.16.1 (semver)
Affected: 8.17.0 , < 8.20.1 (semver)
Affected: 8.21.0 , < 8.22.0 (semver)
guessed Create a notification for this product.
curl curl Affected: f2ce6c46b9dcc46ced0ce43fa95176ea7599a854 , < 7ea37abc6ac0120ba5f6d94be8d196f7cf1506bb (git)
guessed Create a notification for this product.
curl curl Affected: 8.21.0
Affected: 8.20.0
Affected: 8.19.0
Affected: 8.18.0
Affected: 8.17.0
Affected: 8.16.0
Affected: 8.15.0
Affected: 8.14.1
Affected: 8.14.0
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "NETWORK",
              "availabilityImpact": "HIGH",
              "baseScore": 7.5,
              "baseSeverity": "HIGH",
              "confidentialityImpact": "NONE",
              "integrityImpact": "NONE",
              "privilegesRequired": "NONE",
              "scope": "UNCHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2026-80229",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-09-08T15:43:30.858480Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "problemTypes": [
          {
            "descriptions": [
              {
                "cweId": "CWE-416",
                "description": "CWE-416 Use After Free",
                "lang": "en",
                "type": "CWE"
              }
            ]
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-09-08T15:43:53.519Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "curl",
          "vendor": "curl",
          "versions": [
            {
              "lessThan": "8.14.2",
              "status": "affected",
              "version": "8.14.0",
              "versionType": "semver"
            },
            {
              "lessThan": "8.16.1",
              "status": "affected",
              "version": "8.15.0",
              "versionType": "semver"
            },
            {
              "lessThan": "8.20.1",
              "status": "affected",
              "version": "8.17.0",
              "versionType": "semver"
            },
            {
              "lessThan": "8.22.0",
              "status": "affected",
              "version": "8.21.0",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "curl",
          "repo": "https://github.com/curl/curl.git",
          "vendor": "curl",
          "versions": [
            {
              "lessThan": "7ea37abc6ac0120ba5f6d94be8d196f7cf1506bb",
              "status": "affected",
              "version": "f2ce6c46b9dcc46ced0ce43fa95176ea7599a854",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "curl",
          "vendor": "curl",
          "versions": [
            {
              "status": "affected",
              "version": "8.21.0"
            },
            {
              "status": "affected",
              "version": "8.20.0"
            },
            {
              "status": "affected",
              "version": "8.19.0"
            },
            {
              "status": "affected",
              "version": "8.18.0"
            },
            {
              "status": "affected",
              "version": "8.17.0"
            },
            {
              "status": "affected",
              "version": "8.16.0"
            },
            {
              "status": "affected",
              "version": "8.15.0"
            },
            {
              "status": "affected",
              "version": "8.14.1"
            },
            {
              "status": "affected",
              "version": "8.14.0"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "finder",
          "value": "Stanislav Fort (Aisle Research)"
        },
        {
          "lang": "en",
          "type": "remediation developer",
          "value": "Daniel Stenberg"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "When performing transfers via libcurl\u2019s multi interface, pooled TLS\nconnections can outlive their originating easy handles. In OpenSSL 3 provider\nconfigurations, libcurl attaches an allocated library context to the easy\nhandle\u0027s state and passes it to OpenSSL without acquiring an ownership\nreference; destroying the easy handle prematurely frees this context while the\nactive connection retains a dangling pointer, leading to a heap-use-after-free\nupon subsequent I/O or post-handshake operations."
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-416",
              "description": "Use After Free",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-15T06:03:08.881Z",
        "orgId": "2499f714-1537-4658-8207-48ae4bb9eae9",
        "shortName": "curl"
      },
      "references": [
        {
          "url": "https://curl.se/docs/CVE-2026-80229.json"
        },
        {
          "url": "https://curl.se/docs/CVE-2026-80229.html"
        },
        {
          "url": "https://hackerone.com/reports/3969255"
        }
      ],
      "title": "OpenSSL provider use-after-free",
      "x_generator": {
        "engine": "cvelib 1.8.0"
      },
      "x_osv": {
        "affected": [
          {
            "ranges": [
              {
                "events": [
                  {
                    "introduced": "8.14.0"
                  },
                  {
                    "fixed": "8.14.2"
                  },
                  {
                    "introduced": "8.15.0"
                  },
                  {
                    "fixed": "8.16.1"
                  },
                  {
                    "introduced": "8.17.0"
                  },
                  {
                    "fixed": "8.20.1"
                  },
                  {
                    "introduced": "8.21.0"
                  },
                  {
                    "fixed": "8.22.0"
                  }
                ],
                "type": "SEMVER"
              },
              {
                "events": [
                  {
                    "introduced": "f2ce6c46b9dcc46ced0ce43fa95176ea7599a854"
                  },
                  {
                    "fixed": "7ea37abc6ac0120ba5f6d94be8d196f7cf1506bb"
                  }
                ],
                "repo": "https://github.com/curl/curl.git",
                "type": "GIT"
              }
            ],
            "versions": [
              "8.21.0",
              "8.20.0",
              "8.19.0",
              "8.18.0",
              "8.17.0",
              "8.16.0",
              "8.15.0",
              "8.14.1",
              "8.14.0"
            ]
          }
        ],
        "aliases": [
          "CVE-2026-80229"
        ],
        "credits": [
          {
            "name": "Stanislav Fort (Aisle Research)",
            "type": "finder"
          },
          {
            "name": "Daniel Stenberg",
            "type": "remediation developer"
          }
        ],
        "database_specific": {
          "CWE": {
            "desc": "Use After Free",
            "id": "CWE-416"
          },
          "URL": "https://curl.se/docs/CVE-2026-80229.json",
          "affects": "both",
          "issue": "https://hackerone.com/reports/3969255",
          "last_affected": "8.21.0",
          "package": "curl",
          "severity": "Low",
          "www": "https://curl.se/docs/CVE-2026-80229.html"
        },
        "details": "When performing transfers via libcurl\u2019s multi interface, pooled TLS\nconnections can outlive their originating easy handles. In OpenSSL 3 provider\nconfigurations, libcurl attaches an allocated library context to the easy\nhandle\u0027s state and passes it to OpenSSL without acquiring an ownership\nreference; destroying the easy handle prematurely frees this context while the\nactive connection retains a dangling pointer, leading to a heap-use-after-free\nupon subsequent I/O or post-handshake operations.",
        "id": "CURL-CVE-2026-80229",
        "modified": "2026-09-07T10:34:51.00Z",
        "published": "2026-09-02T08:00:00.00Z",
        "schema_version": "1.5.0",
        "summary": "OpenSSL provider use-after-free"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "2499f714-1537-4658-8207-48ae4bb9eae9",
    "assignerShortName": "curl",
    "cveId": "CVE-2026-80229",
    "datePublished": "2026-09-06T17:47:59.510Z",
    "dateReserved": "2026-08-26T04:24:23.168Z",
    "dateUpdated": "2026-09-15T06:03:08.881Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-80229",
      "date": "2026-09-21",
      "epss": "0.00899",
      "percentile": "0.57617"
    },
    "microsoft_vex": {
      "current_release_date": "2026-09-15T01:52:31.000Z",
      "cve": "CVE-2026-80229",
      "id": "msrc_CVE-2026-80229",
      "initial_release_date": "2026-09-08T01:04:30.000Z",
      "product_status:known_affected": "1",
      "product_status:known_not_affected": "5",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "OpenSSL provider use-after-free",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-80229.json",
      "version": "4"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "curl",
                "vendor": "curl",
                "versions": [
                  {
                    "lessThan": "8.14.2",
                    "status": "affected",
                    "version": "8.14.0",
                    "versionType": "semver"
                  },
                  {
                    "lessThan": "8.16.1",
                    "status": "affected",
                    "version": "8.15.0",
                    "versionType": "semver"
                  },
                  {
                    "lessThan": "8.20.1",
                    "status": "affected",
                    "version": "8.17.0",
                    "versionType": "semver"
                  },
                  {
                    "lessThan": "8.22.0",
                    "status": "affected",
                    "version": "8.21.0",
                    "versionType": "semver"
                  }
                ]
              },
              {
                "defaultStatus": "unaffected",
                "product": "curl",
                "repo": "https://github.com/curl/curl.git",
                "vendor": "curl",
                "versions": [
                  {
                    "lessThan": "7ea37abc6ac0120ba5f6d94be8d196f7cf1506bb",
                    "status": "affected",
                    "version": "f2ce6c46b9dcc46ced0ce43fa95176ea7599a854",
                    "versionType": "git"
                  }
                ]
              },
              {
                "defaultStatus": "unaffected",
                "product": "curl",
                "vendor": "curl",
                "versions": [
                  {
                    "status": "affected",
                    "version": "8.21.0"
                  },
                  {
                    "status": "affected",
                    "version": "8.20.0"
                  },
                  {
                    "status": "affected",
                    "version": "8.19.0"
                  },
                  {
                    "status": "affected",
                    "version": "8.18.0"
                  },
                  {
                    "status": "affected",
                    "version": "8.17.0"
                  },
                  {
                    "status": "affected",
                    "version": "8.16.0"
                  },
                  {
                    "status": "affected",
                    "version": "8.15.0"
                  },
                  {
                    "status": "affected",
                    "version": "8.14.1"
                  },
                  {
                    "status": "affected",
                    "version": "8.14.0"
                  }
                ]
              }
            ],
            "source": "2499f714-1537-4658-8207-48ae4bb9eae9"
          }
        ],
        "configurations": [
          {
            "nodes": [
              {
                "cpeMatch": [
                  {
                    "criteria": "cpe:2.3:a:haxx:curl:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "BD5E954C-B8F9-44EB-AD71-A556F95EEE58",
                    "versionEndExcluding": "8.22.0",
                    "versionStartIncluding": "8.14.0",
                    "vulnerable": true
                  }
                ],
                "negate": false,
                "operator": "OR"
              }
            ]
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "When performing transfers via libcurl\u2019s multi interface, pooled TLS\nconnections can outlive their originating easy handles. In OpenSSL 3 provider\nconfigurations, libcurl attaches an allocated library context to the easy\nhandle\u0027s state and passes it to OpenSSL without acquiring an ownership\nreference; destroying the easy handle prematurely frees this context while the\nactive connection retains a dangling pointer, leading to a heap-use-after-free\nupon subsequent I/O or post-handshake operations."
          }
        ],
        "id": "CVE-2026-80229",
        "lastModified": "2026-09-15T07:16:30.157",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 7.5,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 3.9,
              "impactScore": 3.6,
              "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "type": "Secondary"
            }
          ],
          "ssvcV203": [
            {
              "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "ssvcData": {
                "id": "CVE-2026-80229",
                "options": [
                  {
                    "exploitation": "none"
                  },
                  {
                    "automatable": "yes"
                  },
                  {
                    "technicalImpact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-09-08T15:43:30.858480Z",
                "version": "2.0.3"
              }
            }
          ]
        },
        "published": "2026-09-06T18:17:22.217",
        "references": [
          {
            "source": "2499f714-1537-4658-8207-48ae4bb9eae9",
            "tags": [
              "Patch",
              "Vendor Advisory"
            ],
            "url": "https://curl.se/docs/CVE-2026-80229.html"
          },
          {
            "source": "2499f714-1537-4658-8207-48ae4bb9eae9",
            "tags": [
              "Vendor Advisory"
            ],
            "url": "https://curl.se/docs/CVE-2026-80229.json"
          },
          {
            "source": "2499f714-1537-4658-8207-48ae4bb9eae9",
            "tags": [
              "Exploit",
              "Mitigation",
              "Third Party Advisory"
            ],
            "url": "https://hackerone.com/reports/3969255"
          }
        ],
        "sourceIdentifier": "2499f714-1537-4658-8207-48ae4bb9eae9",
        "vulnStatus": "Modified",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-416"
              }
            ],
            "source": "2499f714-1537-4658-8207-48ae4bb9eae9",
            "type": "Secondary"
          },
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-416"
              }
            ],
            "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
            "type": "Secondary"
          }
        ]
      }
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-21T16:39:14Z",
      "cve": "CVE-2026-80229",
      "id": "CVE-2026-80229",
      "initial_release_date": "2026-09-03T16:26:42Z",
      "product_status:known_affected": "492",
      "product_status:known_not_affected": "34",
      "product_status:recommended": "69",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-80229",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-80229.json",
      "version": "14"
    },
    "vulnrichment": {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "HIGH",
                  "baseScore": 7.5,
                  "baseSeverity": "HIGH",
                  "confidentialityImpact": "NONE",
                  "integrityImpact": "NONE",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-80229",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-09-08T15:43:30.858480Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "problemTypes": [
              {
                "descriptions": [
                  {
                    "cweId": "CWE-416",
                    "description": "CWE-416 Use After Free",
                    "lang": "en",
                    "type": "CWE"
                  }
                ]
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-09-08T15:43:49.684Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "curl",
              "vendor": "curl",
              "versions": [
                {
                  "lessThan": "8.14.2",
                  "status": "affected",
                  "version": "8.14.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "8.16.1",
                  "status": "affected",
                  "version": "8.15.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "8.20.1",
                  "status": "affected",
                  "version": "8.17.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "8.22.0",
                  "status": "affected",
                  "version": "8.21.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "defaultStatus": "unaffected",
              "product": "curl",
              "repo": "https://github.com/curl/curl.git",
              "vendor": "curl",
              "versions": [
                {
                  "lessThan": "7ea37abc6ac0120ba5f6d94be8d196f7cf1506bb",
                  "status": "affected",
                  "version": "f2ce6c46b9dcc46ced0ce43fa95176ea7599a854",
                  "versionType": "git"
                }
              ]
            },
            {
              "defaultStatus": "unaffected",
              "product": "curl",
              "vendor": "curl",
              "versions": [
                {
                  "status": "affected",
                  "version": "8.21.0"
                },
                {
                  "status": "affected",
                  "version": "8.20.0"
                },
                {
                  "status": "affected",
                  "version": "8.19.0"
                },
                {
                  "status": "affected",
                  "version": "8.18.0"
                },
                {
                  "status": "affected",
                  "version": "8.17.0"
                },
                {
                  "status": "affected",
                  "version": "8.16.0"
                },
                {
                  "status": "affected",
                  "version": "8.15.0"
                },
                {
                  "status": "affected",
                  "version": "8.14.1"
                },
                {
                  "status": "affected",
                  "version": "8.14.0"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Stanislav Fort (Aisle Research)"
            },
            {
              "lang": "en",
              "type": "remediation developer",
              "value": "Daniel Stenberg"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "When performing transfers via libcurl\u2019s multi interface, pooled TLS\nconnections can outlive their originating easy handles. In OpenSSL 3 provider\nconfigurations, libcurl attaches an allocated library context to the easy\nhandle\u0027s state and passes it to OpenSSL without acquiring an ownership\nreference; destroying the easy handle prematurely frees this context while the\nactive connection retains a dangling pointer, leading to a heap-use-after-free\nupon subsequent I/O or post-handshake operations."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-416",
                  "description": "Use After Free",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-09-15T06:03:08.881Z",
            "orgId": "2499f714-1537-4658-8207-48ae4bb9eae9",
            "shortName": "curl"
          },
          "references": [
            {
              "url": "https://curl.se/docs/CVE-2026-80229.json"
            },
            {
              "url": "https://curl.se/docs/CVE-2026-80229.html"
            },
            {
              "url": "https://hackerone.com/reports/3969255"
            }
          ],
          "title": "OpenSSL provider use-after-free",
          "x_generator": {
            "engine": "cvelib 1.8.0"
          },
          "x_osv": {
            "affected": [
              {
                "ranges": [
                  {
                    "events": [
                      {
                        "introduced": "8.14.0"
                      },
                      {
                        "fixed": "8.14.2"
                      },
                      {
                        "introduced": "8.15.0"
                      },
                      {
                        "fixed": "8.16.1"
                      },
                      {
                        "introduced": "8.17.0"
                      },
                      {
                        "fixed": "8.20.1"
                      },
                      {
                        "introduced": "8.21.0"
                      },
                      {
                        "fixed": "8.22.0"
                      }
                    ],
                    "type": "SEMVER"
                  },
                  {
                    "events": [
                      {
                        "introduced": "f2ce6c46b9dcc46ced0ce43fa95176ea7599a854"
                      },
                      {
                        "fixed": "7ea37abc6ac0120ba5f6d94be8d196f7cf1506bb"
                      }
                    ],
                    "repo": "https://github.com/curl/curl.git",
                    "type": "GIT"
                  }
                ],
                "versions": [
                  "8.21.0",
                  "8.20.0",
                  "8.19.0",
                  "8.18.0",
                  "8.17.0",
                  "8.16.0",
                  "8.15.0",
                  "8.14.1",
                  "8.14.0"
                ]
              }
            ],
            "aliases": [
              "CVE-2026-80229"
            ],
            "credits": [
              {
                "name": "Stanislav Fort (Aisle Research)",
                "type": "finder"
              },
              {
                "name": "Daniel Stenberg",
                "type": "remediation developer"
              }
            ],
            "database_specific": {
              "CWE": {
                "desc": "Use After Free",
                "id": "CWE-416"
              },
              "URL": "https://curl.se/docs/CVE-2026-80229.json",
              "affects": "both",
              "issue": "https://hackerone.com/reports/3969255",
              "last_affected": "8.21.0",
              "package": "curl",
              "severity": "Low",
              "www": "https://curl.se/docs/CVE-2026-80229.html"
            },
            "details": "When performing transfers via libcurl\u2019s multi interface, pooled TLS\nconnections can outlive their originating easy handles. In OpenSSL 3 provider\nconfigurations, libcurl attaches an allocated library context to the easy\nhandle\u0027s state and passes it to OpenSSL without acquiring an ownership\nreference; destroying the easy handle prematurely frees this context while the\nactive connection retains a dangling pointer, leading to a heap-use-after-free\nupon subsequent I/O or post-handshake operations.",
            "id": "CURL-CVE-2026-80229",
            "modified": "2026-09-07T10:34:51.00Z",
            "published": "2026-09-02T08:00:00.00Z",
            "schema_version": "1.5.0",
            "summary": "OpenSSL provider use-after-free"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "2499f714-1537-4658-8207-48ae4bb9eae9",
        "assignerShortName": "curl",
        "cveId": "CVE-2026-80229",
        "datePublished": "2026-09-06T17:47:59.510Z",
        "dateReserved": "2026-08-26T04:24:23.168Z",
        "dateUpdated": "2026-09-15T06:03:08.881Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



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…