Bug 2498186

Summary: CVE-2026-10536 davix: libcurl: Use-after-free vulnerability leading to Denial of Service [epel-all]
Product: [Fedora] Fedora EPEL Reporter: Jon Moroney <jmoroney>
Component: davixAssignee: Mihai Patrascoiu <mihai.patrascoiu>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: epel10CC: adev88, mattias.ellert, mihai.patrascoiu
Target Milestone: ---Keywords: Security, SecurityTracking
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: {"flaws": ["4d7b0ee2-22af-4746-a28b-135606216331"]}
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2026-07-14 13:14:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2496766    

Description Jon Moroney 2026-07-08 18:25:22 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

A use-after-free vulnerability exists in libcurl when an application
configures an HTTP/2 stream-dependency tree via `CURLOPT_STREAM_DEPENDS` or
`CURLOPT_STREAM_DEPENDS_E`, subsequently invokes `curl_easy_reset()`, and
finally terminates the handle with `curl_easy_cleanup()`. During this final
cleanup phase, libcurl attempts to access and modify an internal structure
that was already freed during the reset operation.

Comment 1 Mihai Patrascoiu 2026-07-14 13:14:36 UTC
Hello,

The CVE-2026-10536 vulnerability impacts curl versions 7.88.0 --> 8.20.0.
Davix embeds curl v7.69.0 for EPEL8, whereas for all other platforms it uses the system-provided curl, with no exact version pinned.

This vulnerability does not impact Davix on EPEL8.
On all other platforms, it is resolved by bringing a patched curl version.

Closing as not a vulnerability to address in Davix.

Cheers,
Mihai