CURL-CVE-2026-80231

Source
https://curl.se/docs/CVE-2026-80231.html
Import Source
https://curl.se/docs/CURL-CVE-2026-80231.json
JSON Data
https://api.osv.dev/v1/vulns/CURL-CVE-2026-80231
Aliases
Published
2026-09-02T08:00:00Z
Modified
2026-09-07T14:06:27Z
Summary
native CA store conn reuse
Details

A flaw in libcurl makes it wrongly reuse an existing HTTPS connection setup for a given hostname even when using a different Native CA Store setting (CURLSSLOPT_NATIVE_CA) than when the connection was created.

Database specific
{
    "CWE": {
        "desc": "Exposure of Data Element to Wrong Session",
        "id": "CWE-488"
    },
    "URL": "https://curl.se/docs/CVE-2026-80231.json",
    "affects": "both",
    "issue": "https://hackerone.com/reports/3969368",
    "last_affected": "8.21.0",
    "package": "curl",
    "severity": "Low",
    "www": "https://curl.se/docs/CVE-2026-80231.html"
}
Credits
    • Stanislav Fort (Aisle Research) - FINDER
    • Daniel Stenberg - REMEDIATION_DEVELOPER

Affected packages

Git / github.com/curl/curl.git

Affected ranges

Type
SEMVER
Events
Introduced
7.71.0
Fixed
8.22.0
Type
SEMVER
Events
Introduced
7.71.0
Fixed
8.20.1
Type
SEMVER
Events
Introduced
7.71.0
Fixed
8.16.1
Type
SEMVER
Events
Introduced
7.71.0
Fixed
8.14.2
Type
GIT
Repo
https://github.com/curl/curl.git
Events

Affected versions

7.*
7.71.0
7.71.1
7.72.0
7.73.0
7.74.0
7.75.0
7.76.0
7.76.1
7.77.0
7.78.0
7.79.0
7.79.1
7.80.0
7.81.0
7.82.0
7.83.0
7.83.1
7.84.0
7.85.0
7.86.0
7.87.0
7.88.0
7.88.1
8.*
8.0.0
8.0.1
8.1.0
8.1.1
8.1.2
8.10.0
8.10.1
8.11.0
8.11.1
8.12.0
8.12.1
8.13.0
8.14.0
8.14.1
8.15.0
8.16.0
8.17.0
8.18.0
8.19.0
8.2.0
8.2.1
8.20.0
8.21.0
8.3.0
8.4.0
8.5.0
8.6.0
8.7.0
8.7.1
8.8.0
8.9.0
8.9.1
Other
curl-7_71_0
curl-7_71_1
curl-7_72_0
curl-7_73_0
curl-7_74_0
curl-7_75_0
curl-7_76_0
curl-7_76_1
curl-7_77_0
curl-7_78_0
curl-7_79_0
curl-7_79_1
curl-7_80_0
curl-7_81_0
curl-7_82_0
curl-7_83_0
curl-7_83_1
curl-7_84_0
curl-7_85_0
curl-7_86_0
curl-7_87_0
curl-7_88_0
curl-7_88_1
curl-8_0_0
curl-8_0_1
curl-8_10_0
curl-8_10_1
curl-8_11_0
curl-8_11_1
curl-8_12_0
curl-8_12_1
curl-8_13_0
curl-8_14_0
curl-8_14_1
curl-8_15_0
curl-8_16_0
curl-8_17_0
curl-8_18_0
curl-8_19_0
curl-8_1_0
curl-8_1_1
curl-8_1_2
curl-8_20_0
curl-8_21_0
curl-8_2_0
curl-8_2_1
curl-8_3_0
curl-8_4_0
curl-8_5_0
curl-8_6_0
curl-8_7_0
curl-8_7_1
curl-8_8_0
curl-8_9_0
curl-8_9_1
rc-8_18_0-1
rc-8_18_0-2
rc-8_18_0-3
rc-8_19_0-1
rc-8_19_0-2
rc-8_19_0-3
rc-8_20_0-1
rc-8_20_0-2
rc-8_20_0-3
rc-8_21_0-1
rc-8_21_0-2
rc-8_21_0-3
rc-8_22_0-1
rc-8_22_0-2
tiny-curl-7_72_0
tiny-curl-8_4_0

Database specific

source
"https://curl.se/docs/CURL-CVE-2026-80231.json"
vanir_signatures
[
    {
        "deprecated": false,
        "digest": {
            "line_hashes": [
                "111652449694270200325184663744421103371",
                "188721787540254973815007068318394576761",
                "36019238348707151676647972890237413756",
                "206241605324541513601089261720724788353",
                "174213078791522868398683550802521462632",
                "70255980977294035791593277159264041628",
                "54661949024462801980180300676439298203",
                "19417569959814355877483753903111266003"
            ],
            "threshold": 0.9
        },
        "id": "CURL-CVE-2026-80231-02175796",
        "signature_type": "Line",
        "signature_version": "v1",
        "source": "https://github.com/curl/curl.git/commit/7be1e70cb6bcd83e130ecfe8cb91b6a7dcdeff42",
        "target": {
            "file": "lib/vtls/vtls_config.h"
        }
    },
    {
        "deprecated": false,
        "digest": {
            "function_hash": "9024813869091037356273069386326212116",
            "length": 4514
        },
        "id": "CURL-CVE-2026-80231-03a62375",
        "signature_type": "Function",
        "signature_version": "v1",
        "source": "https://github.com/curl/curl.git/commit/7be1e70cb6bcd83e130ecfe8cb91b6a7dcdeff42",
        "target": {
            "file": "lib/vtls/vtls_config.c",
            "function": "Curl_ssl_easy_config_complete"
        }
    },
    {
        "deprecated": false,
        "digest": {
            "function_hash": "316125263299607754998859864411125517193",
            "length": 2190
        },
        "id": "CURL-CVE-2026-80231-1133f810",
        "signature_type": "Function",
        "signature_version": "v1",
        "source": "https://github.com/curl/curl.git/commit/7be1e70cb6bcd83e130ecfe8cb91b6a7dcdeff42",
        "target": {
            "file": "lib/vtls/wolfssl.c",
            "function": "wssl_populate_x509_store"
        }
    },
    {
        "deprecated": false,
        "digest": {
            "line_hashes": [
                "206155358614716241946332592587985533483",
                "95465381489022193629945921209250294478",
                "127230169130743477681942540879143877736",
                "100725562864753167508643815680461347878",
                "225167759805917307615215671039322247454",
                "305480429134251035568807216568019213539",
                "321914314514435299453323535773605840755",
                "208449171483356024810621474533803810049",
                "127666999378288772001234710769907962062",
                "161849313433293538239600957748813805867",
                "143770627377470689156150423478053417271",
                "141856084997179610152438545355735170371"
            ],
            "threshold": 0.9
        },
        "id": "CURL-CVE-2026-80231-3191f78c",
        "signature_type": "Line",
        "signature_version": "v1",
        "source": "https://github.com/curl/curl.git/commit/7be1e70cb6bcd83e130ecfe8cb91b6a7dcdeff42",
        "target": {
            "file": "lib/vtls/gtls.c"
        }
    },
    {
        "deprecated": false,
        "digest": {
            "line_hashes": [
                "65742188301088769831182572575660541300",
                "248154346697767525584745477564823246675",
                "226088008399588791764246863138284081562",
                "57472683025465512998017716749745109",
                "183898640253075355809536180025936279178",
                "185613954147270194713182776289650110578",
                "153035568760993297946075589545068810377",
                "328881125918743268393268831510859922276",
                "145530977766526514958402897280633643068",
                "125642838918017720181246391583671821078",
                "5199426953502924782535398219598660200",
                "106659862085378408889231609112236080269"
            ],
            "threshold": 0.9
        },
        "id": "CURL-CVE-2026-80231-3dbf8a7e",
        "signature_type": "Line",
        "signature_version": "v1",
        "source": "https://github.com/curl/curl.git/commit/7be1e70cb6bcd83e130ecfe8cb91b6a7dcdeff42",
        "target": {
            "file": "lib/vtls/wolfssl.c"
        }
    },
    {
        "deprecated": false,
        "digest": {
            "line_hashes": [
                "186832539429258723246996311935655181711",
                "307702306484995888440621239218162798552",
                "234941524708538980770081172823806440049",
                "231346956743516197155835784968857936915",
                "169157991041257811463341720448959728976",
                "33178235361371257412115205594538429469",
                "118741053478318215117954311671924169096",
                "223834396049573800331637024866679844264",
                "121529063734036525494122217161313460177",
                "252156173259391057663941032109425638786",
                "171311292414017065158124336697573468647",
                "332716118336833175837749449276381583732",
                "320735497110433093876723953455717922278",
                "190616092964672855273132700431078922793",
                "14954644244515914444239205889676562814",
                "19473942033182606346892911942263934442",
                "320735497110433093876723953455717922278",
                "190616092964672855273132700431078922793",
                "14954644244515914444239205889676562814",
                "296085520189659526761584385901339871119"
            ],
            "threshold": 0.9
        },
        "id": "CURL-CVE-2026-80231-64bde24d",
        "signature_type": "Line",
        "signature_version": "v1",
        "source": "https://github.com/curl/curl.git/commit/7be1e70cb6bcd83e130ecfe8cb91b6a7dcdeff42",
        "target": {
            "file": "lib/vtls/vtls_config.c"
        }
    },
    {
        "deprecated": false,
        "digest": {
            "function_hash": "256352054940049720709880512052798227464",
            "length": 1460
        },
        "id": "CURL-CVE-2026-80231-6df27be6",
        "signature_type": "Function",
        "signature_version": "v1",
        "source": "https://github.com/curl/curl.git/commit/7be1e70cb6bcd83e130ecfe8cb91b6a7dcdeff42",
        "target": {
            "file": "lib/vtls/vtls_config.c",
            "function": "match_ssl_primary_config"
        }
    },
    {
        "deprecated": false,
        "digest": {
            "function_hash": "248653534198468936682717545561586298350",
            "length": 611
        },
        "id": "CURL-CVE-2026-80231-7702a5db",
        "signature_type": "Function",
        "signature_version": "v1",
        "source": "https://github.com/curl/curl.git/commit/7be1e70cb6bcd83e130ecfe8cb91b6a7dcdeff42",
        "target": {
            "file": "lib/vtls/vtls_config.c",
            "function": "ssl_easy_config_compl_options"
        }
    },
    {
        "deprecated": false,
        "digest": {
            "line_hashes": [
                "54880120796532037270364537118362243553",
                "32019763481446404157420924251625450128",
                "184512079310359570062980021779590675001",
                "226399339651297454571726320604321343726"
            ],
            "threshold": 0.9
        },
        "id": "CURL-CVE-2026-80231-7db6cf67",
        "signature_type": "Line",
        "signature_version": "v1",
        "source": "https://github.com/curl/curl.git/commit/7be1e70cb6bcd83e130ecfe8cb91b6a7dcdeff42",
        "target": {
            "file": "lib/vtls/rustls.c"
        }
    },
    {
        "deprecated": false,
        "digest": {
            "function_hash": "110249581895264707368796597117313982535",
            "length": 2796
        },
        "id": "CURL-CVE-2026-80231-8abf6b73",
        "signature_type": "Function",
        "signature_version": "v1",
        "source": "https://github.com/curl/curl.git/commit/7be1e70cb6bcd83e130ecfe8cb91b6a7dcdeff42",
        "target": {
            "file": "lib/vtls/openssl.c",
            "function": "ossl_load_trust_anchors"
        }
    },
    {
        "deprecated": false,
        "digest": {
            "function_hash": "159042304103383169379814207095013267275",
            "length": 914
        },
        "id": "CURL-CVE-2026-80231-d1268e62",
        "signature_type": "Function",
        "signature_version": "v1",
        "source": "https://github.com/curl/curl.git/commit/7be1e70cb6bcd83e130ecfe8cb91b6a7dcdeff42",
        "target": {
            "file": "lib/vtls/vtls_config.c",
            "function": "clone_ssl_primary_config"
        }
    },
    {
        "deprecated": false,
        "digest": {
            "line_hashes": [
                "217563100808214922745766739410676241341",
                "312709777797324598886341712670107209153",
                "223036325457282089568049508272374713450",
                "112012880593586212978097482163563641148",
                "205239156382260236079621980938023184347",
                "287911553599403068096434075276298004067",
                "176628546056851202793111502273719414585",
                "29353786509786372909342600703503476506",
                "145530977766526514958402897280633643068",
                "8269260027822116857595094215385360922",
                "113346732588011268106864932592948317124",
                "76387360146464258408817116961493940528",
                "22585221517242912460283995508810111871",
                "305601195711134054141199513022373461890",
                "155558160983444067599429978854870683481",
                "184173674253995192887973355566472493977",
                "275213608588932439225973268333604212520",
                "125268893650430493630978134875458716731",
                "310399715562598218675389243993123733659",
                "92806180419577392310071595086588879087"
            ],
            "threshold": 0.9
        },
        "id": "CURL-CVE-2026-80231-e76bf918",
        "signature_type": "Line",
        "signature_version": "v1",
        "source": "https://github.com/curl/curl.git/commit/7be1e70cb6bcd83e130ecfe8cb91b6a7dcdeff42",
        "target": {
            "file": "lib/vtls/openssl.c"
        }
    }
]
vanir_signatures_modified
"2026-09-07T14:06:27Z"