Lucene search
+L

libcurl 7.44.0 < 8.22.0 HTTP/2 Server Push Use-After-Free

🗓️ 03 Sep 2026 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 3 Views

Use-After-Free in libcurl 7.44.0-8.22.0 HTTP/2 Server Push shared connection cleanup.

Related
Refs
Code
ReporterTitlePublishedViews
Family
alpinelinux
AlpineLinux
CVE-2026-18924
2 Sep 202608:00
alpinelinux
circl
Circl
CVE-2026-18924
2 Sep 202612:35
circl
curl
curl security advisories
HTTP/2 server push UAF
2 Sep 202608:00
curl
cve
CVE
CVE-2026-18924
2 Sep 202608:00
cve
debiancve
Debian CVE
CVE-2026-18924
2 Sep 202608:00
debiancve
hackerone
Hacker One
curl: CVE-2026-18924: HTTP/2 server push UAF
4 Aug 202615:44
hackerone
osv
OSV
CURL-CVE-2026-18924 HTTP/2 server push UAF
2 Sep 202608:00
osv
osv
OSV
DEBIAN-CVE-2026-18924
2 Sep 202608:47
osv
osv
OSV
ECHO-0181-5C6A-1EED
2 Sep 202612:59
osv
osv
OSV
UBUNTU-CVE-2026-18924
2 Sep 202600:00
osv
Rows per page
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##

include('compat.inc');

if (description)
{
  script_id(342617);
  script_version("1.1");
  script_set_attribute(attribute:"plugin_modification_date", value:"2026/09/03");

  script_cve_id("CVE-2026-18924");

  script_name(english:"libcurl 7.44.0 < 8.22.0 HTTP/2 Server Push Use-After-Free");

  script_set_attribute(attribute:"synopsis", value:
"The remote host has a program that is affected by a use-after-free vulnerability.");
  script_set_attribute(attribute:"description", value:
"The version of libcurl installed on the remote host is 7.44.0 prior to 8.22.0. It is, therefore, affected by
a use-after-free vulnerability:

  - A flaw in libcurl's handling of HTTP/2 Server Push streams, when the parent handle is set to share
    connections with other handles, can lead to use-after-free in the cleanup process. (CVE-2026-18924)

Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
  script_set_attribute(attribute:"see_also", value:"https://curl.se/docs/CVE-2026-18924.html");
  script_set_attribute(attribute:"see_also", value:"https://www.cybersecurity-help.cz/vdb/vulns/146684/");
  script_set_attribute(attribute:"solution", value:
"Upgrade libcurl to version 8.22.0 or later.");
  script_set_attribute(attribute:"agent", value:"all");
  script_set_attribute(attribute:"cvss4_vector", value:"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N");

  script_set_attribute(attribute:"vuln_publication_date", value:"2026/09/02");
  script_set_attribute(attribute:"patch_publication_date", value:"2026/09/02");
  script_set_attribute(attribute:"plugin_publication_date", value:"2026/09/03");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"asset_categories", value:"component");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:haxx:libcurl");
  script_set_attribute(attribute:"thorough_tests", value:"true");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Misc.");

  script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("libcurl_nix_installed.nbin", "libcurl_win_installed.nbin");
  script_require_keys("installed_sw/libcurl");

  exit(0);
}

include('vdf.inc');

# @tvdl-content
var vuln_data = {
  'metadata': {'spec_version': '1.0'},
  'checks': [
    {
      'product': {'name': 'libcurl', 'type': 'app'},
      'check_algorithm': 'default',
      'constraints': [
        {'min_version': '7.44.0', 'fixed_version': '8.22.0'}
      ]
    }
  ]
};

var res = vdf::check_and_report(vuln_data:vuln_data, severity:SECURITY_WARNING);
vdf::handle_check_and_report_errors(vdf_result:res);

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation