Debian Package Tracker
Register | Log in
Subscribe

curl

command line tool for transferring data with URL syntax

Choose email to subscribe with

general
  • source: curl (main)
  • version: 8.16.0-2
  • maintainer: Debian Curl Maintainers (DMD)
  • uploaders: Sergio Durigan Junior [DMD] – Samuel Henrique [DMD] – Carlos Henrique Lima Melara [DMD]
  • arch: all any
  • std-ver: 4.7.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 7.74.0-1.3+deb11u13
  • o-o-sec: 7.74.0-1.3+deb11u15
  • o-o-p-u: 7.74.0-1.3+deb11u13
  • oldstable: 7.88.1-10+deb12u14
  • old-sec: 7.88.1-10+deb12u5
  • old-bpo: 8.14.1-2~bpo12+1
  • stable: 8.14.1-2
  • stable-bpo: 8.16.0-1~bpo13+1
  • testing: 8.16.0-1
  • unstable: 8.16.0-2
versioned links
  • 7.74.0-1.3+deb11u13: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 7.74.0-1.3+deb11u15: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 7.88.1-10+deb12u5: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 7.88.1-10+deb12u14: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 8.14.1-2~bpo12+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 8.14.1-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 8.16.0-1~bpo13+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 8.16.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 8.16.0-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • curl (41 bugs: 1, 30, 10, 0)
  • libcurl3t64-gnutls
  • libcurl4-doc
  • libcurl4-gnutls-dev
  • libcurl4-openssl-dev (4 bugs: 0, 4, 0, 0)
  • libcurl4t64
action needed
10 bugs tagged patch in the BTS normal
The BTS contains patches fixing 10 bugs (11 if counting merged bugs), consider including or untagging them.
Created: 2025-01-06 Last update: 2025-10-04 22:00
Fails to build during reproducibility testing normal
A package building reproducibly enables third parties to verify that the source matches the distributed binaries. It has been identified that this source package produced different results, failed to build or had other issues in a test environment. Please read about how to improve the situation!
Created: 2023-03-22 Last update: 2025-10-04 20:05
2 open merge requests in Salsa normal
There are 2 open merge requests for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2025-09-28 Last update: 2025-09-28 15:02
lintian reports 1 warning normal
Lintian reports 1 warning about this package. You should make the package lintian clean getting rid of them.
Created: 2025-09-11 Last update: 2025-09-11 04:32
debian/patches: 2 patches to forward upstream low

Among the 5 debian patches available in version 8.16.0-2 of the package, we noticed the following issues:

  • 2 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2025-10-03 10:32
2 low-priority security issues in trixie low

There are 2 open security issues in trixie.

2 issues left for the package maintainer to handle:
  • CVE-2025-9086: (needs triaging) 1. A cookie is set using the `secure` keyword for `https://target` 2. curl is redirected to or otherwise made to speak with `http://target` (same hostname, but using clear text HTTP) using the same cookie set 3. The same cookie name is set - but with just a slash as path (`path='/'`). Since this site is not secure, the cookie *should* just be ignored. 4. A bug in the path comparison logic makes curl read outside a heap buffer boundary The bug either causes a crash or it potentially makes the comparison come to the wrong conclusion and lets the clear-text site override the contents of the secure cookie, contrary to expectations and depending on the memory contents immediately following the single-byte allocation that holds the path. The presumed and correct behavior would be to plainly ignore the second set of the cookie since it was already set as secure on a secure host so overriding it on an insecure host should not be okay.
  • CVE-2025-10148: (needs triaging) curl's websocket code did not update the 32 bit mask pattern for each new outgoing frame as the specification says. Instead it used a fixed mask that persisted and was used throughout the entire connection. A predictable mask pattern allows for a malicious server to induce traffic between the two communicating parties that could be interpreted by an involved proxy (configured or transparent) as genuine, real, HTTP traffic with content and thereby poison its cache. That cached poisoned content could then be served to all users of that proxy.

You can find information about how to handle these issues in the security team's documentation.

Created: 2025-09-10 Last update: 2025-10-03 05:32
2 low-priority security issues in bookworm low

There are 2 open security issues in bookworm.

1 issue left for the package maintainer to handle:
  • CVE-2025-9086: (needs triaging) 1. A cookie is set using the `secure` keyword for `https://target` 2. curl is redirected to or otherwise made to speak with `http://target` (same hostname, but using clear text HTTP) using the same cookie set 3. The same cookie name is set - but with just a slash as path (`path='/'`). Since this site is not secure, the cookie *should* just be ignored. 4. A bug in the path comparison logic makes curl read outside a heap buffer boundary The bug either causes a crash or it potentially makes the comparison come to the wrong conclusion and lets the clear-text site override the contents of the secure cookie, contrary to expectations and depending on the memory contents immediately following the single-byte allocation that holds the path. The presumed and correct behavior would be to plainly ignore the second set of the cookie since it was already set as secure on a secure host so overriding it on an insecure host should not be okay.

You can find information about how to handle this issue in the security team's documentation.

1 ignored issue:
  • CVE-2025-10148: curl's websocket code did not update the 32 bit mask pattern for each new outgoing frame as the specification says. Instead it used a fixed mask that persisted and was used throughout the entire connection. A predictable mask pattern allows for a malicious server to induce traffic between the two communicating parties that could be interpreted by an involved proxy (configured or transparent) as genuine, real, HTTP traffic with content and thereby poison its cache. That cached poisoned content could then be served to all users of that proxy.
Created: 2025-09-10 Last update: 2025-10-03 05:32
testing migrations
  • This package is part of the ongoing testing transition known as auto-ngtcp2. Please avoid uploads unrelated to this transition, they would likely delay it and require supplementary work from the release managers. On the other hand, if your package has problems preventing it to migrate to testing, please fix them as soon as possible. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
  • excuses:
    • Migrates after: ngtcp2
    • Migration status for curl (8.16.0-1 to 8.16.0-2): BLOCKED: Rejected/violates migration policy/introduces a regression
    • Issues preventing migration:
    • ∙ ∙ autopkgtest for cmake/4.1.1+really3.31.6-2: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Test triggered (failure will be ignored), riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ autopkgtest for curl/8.16.0-2: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Pass, s390x: Pass
    • ∙ ∙ autopkgtest for hyphy/2.5.69+dfsg-1: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Regression ♻ (reference ♻), s390x: Pass
    • ∙ ∙ autopkgtest for isc-kea/2.6.4-1: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Reference test triggered, but real test failed already ♻, riscv64: Pass, s390x: Pass
    • ∙ ∙ autopkgtest for libreoffice/4:25.8.1-1: amd64: Pass, arm64: Test triggered (failure will be ignored), i386: Test triggered (failure will be ignored), ppc64el: Test triggered (failure will be ignored), riscv64: Pass, s390x: Pass
    • ∙ ∙ autopkgtest for llvm-toolchain-17/1:17.0.6-22: amd64: Failed (not a regression) ♻ (reference ♻), arm64: Failed (not a regression) ♻ (reference ♻), i386: Failed (not a regression) ♻ (reference ♻), ppc64el: Test triggered (failure will be ignored), riscv64: Failed (not a regression) ♻ (reference ♻), s390x: Pass
    • ∙ ∙ autopkgtest for llvm-toolchain-18/1:18.1.8-18: amd64: Failed (not a regression) ♻ (reference ♻), arm64: Failed (not a regression) ♻ (reference ♻), i386: Pass, ppc64el: Test triggered (failure will be ignored), riscv64: Pass, s390x: Pass
    • ∙ ∙ autopkgtest for llvm-toolchain-19/1:19.1.7-3: amd64: Failed (not a regression) ♻ (reference ♻), arm64: Failed (not a regression) ♻ (reference ♻), i386: Failed (not a regression) ♻ (reference ♻), ppc64el: Test triggered (failure will be ignored), riscv64: Pass, s390x: Pass
    • ∙ ∙ autopkgtest for lua-resty-lrucache/0.15-4: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Regression ♻ (reference ♻), riscv64: Pass, s390x: Pass
    • ∙ ∙ autopkgtest for nodejs/20.19.4+dfsg-1: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Regression ♻ (reference ♻)
    • ∙ ∙ autopkgtest for nova/2:31.0.0-7: amd64: Pass, arm64: Regression ♻ (reference ♻), i386: No tests, superficial or marked flaky ♻, ppc64el: Regression ♻ (reference ♻), riscv64: No tests, superficial or marked flaky ♻, s390x: No tests, superficial or marked flaky ♻
    • ∙ ∙ autopkgtest for octavia/17.0.0~rc2-3: ppc64el: Pass ♻
    • ∙ ∙ autopkgtest for ruby-build/20241225.2-1.1: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Regression ♻ (reference ♻), s390x: Pass
    • ∙ ∙ autopkgtest for ruby-curb/1.0.5-2: amd64: Failed (not a regression) ♻ (reference ♻), arm64: Failed (not a regression) ♻ (reference ♻), i386: Failed (not a regression) ♻ (reference ♻), ppc64el: Regression ♻ (reference ♻), riscv64: Failed (not a regression) ♻ (reference ♻), s390x: Failed (not a regression) ♻ (reference ♻)
    • ∙ ∙ autopkgtest for ruby-ethon/0.16.0-3: amd64: Failed (not a regression) ♻ (reference ♻), arm64: Failed (not a regression) ♻ (reference ♻), i386: Failed (not a regression) ♻ (reference ♻), ppc64el: Regression ♻ (reference ♻), riscv64: Failed (not a regression) ♻ (reference ♻), s390x: Failed (not a regression) ♻ (reference ♻)
    • ∙ ∙ autopkgtest for schleuder/5.0.1-2: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Regression ♻ (reference ♻), s390x: Pass
    • ∙ ∙ autopkgtest for slic3r-prusa/2.9.3+dfsg-1: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Regression ♻ (reference ♻)
    • ∙ ∙ autopkgtest for tlswrapper/0~20250201-2: ppc64el: Pass ♻ (reference ♻)
    • ∙ ∙ Too young, only 2 of 5 days old
    • ∙ ∙ Build-Depends(-Arch): curl ngtcp2
    • ∙ ∙ Depends: curl ngtcp2
    • Additional info:
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/c/curl.html
    • ∙ ∙ Waiting for reproducibility test results on arm64 - info ♻
    • Not considered
news
[rss feed]
  • [2025-10-02] Accepted curl 8.16.0-2 (source) into unstable (Samuel Henrique)
  • [2025-09-28] Accepted curl 8.16.0-1+exp1 (source) into experimental (Samuel Henrique)
  • [2025-09-20] Accepted curl 8.16.0-1~bpo13+1 (source) into stable-backports (Samuel Henrique)
  • [2025-09-18] curl 8.16.0-1 MIGRATED to testing (Debian testing watch)
  • [2025-09-17] Accepted curl 8.15.0-1~bpo13+1 (source amd64 all) into stable-backports (Debian FTP Masters) (signed by: Samuel Henrique)
  • [2025-09-10] Accepted curl 8.16.0-1 (source) into unstable (Samuel Henrique)
  • [2025-09-05] Accepted curl 8.16.0~rc3-1 (source) into unstable (Carlos Henrique Lima Melara)
  • [2025-08-30] Accepted curl 8.16.0~rc2-2 (source) into unstable (Sergio Durigan Junior)
  • [2025-08-25] Accepted curl 8.16.0~rc2-1 (source) into unstable (Samuel Henrique)
  • [2025-08-21] curl 8.15.0-1 MIGRATED to testing (Debian testing watch)
  • [2025-08-18] Accepted curl 8.16.0~rc1-1~exp1 (source) into experimental (Samuel Henrique)
  • [2025-08-10] Accepted curl 8.15.0-1 (source) into unstable (Samuel Henrique)
  • [2025-07-29] Accepted curl 7.88.1-10+deb12u14 (source) into proposed-updates (Debian FTP Masters) (signed by: Samuel Henrique)
  • [2025-07-19] Accepted curl 8.15.0-1~exp1 (source) into experimental (Samuel Henrique)
  • [2025-07-11] Accepted curl 8.15.0~rc3-1~exp1 (source) into experimental (Carlos Henrique Lima Melara)
  • [2025-07-01] Accepted curl 8.15.0~rc2-1~exp1 (source) into experimental (Carlos Henrique Lima Melara)
  • [2025-06-29] Accepted curl 8.14.1-2~bpo12+1 (source) into stable-backports (Samuel Henrique)
  • [2025-06-29] curl 8.14.1-2 MIGRATED to testing (Debian testing watch)
  • [2025-06-21] Accepted curl 8.15.0~rc1-1exp1 (source) into experimental (Samuel Henrique)
  • [2025-06-20] Accepted curl 8.14.1-2+exp1 (source) into experimental (Samuel Henrique)
  • [2025-06-19] Accepted curl 8.14.1-2 (source) into unstable (Samuel Henrique)
  • [2025-06-19] Accepted curl 7.88.1-10+deb12u13 (source) into proposed-updates (Debian FTP Masters) (signed by: Carlos Henrique Lima Melara)
  • [2025-06-11] Accepted curl 8.14.1-1~bpo12+1 (source) into stable-backports (Samuel Henrique)
  • [2025-06-11] Accepted curl 7.74.0-1.3+deb11u15 (source) into oldstable-security (Carlos Henrique Lima Melara)
  • [2025-06-10] curl 8.14.1-1 MIGRATED to testing (Debian testing watch)
  • [2025-06-04] Accepted curl 8.14.1-1 (source) into unstable (Samuel Henrique)
  • [2025-06-01] Accepted curl 8.14.0-1 (source) into unstable (Samuel Henrique)
  • [2025-05-28] Accepted curl 8.14.0-1+exp1 (source) into experimental (Samuel Henrique)
  • [2025-05-21] Accepted curl 8.14.0~rc3-1+exp1 (source) into experimental (Samuel Henrique)
  • [2025-05-13] Accepted curl 8.14.0~rc2-1+exp1 (source) into experimental (Carlos Henrique Lima Melara)
  • 1
  • 2
bugs [bug history graph]
  • all: 59 64
  • RC: 1
  • I&N: 48 51
  • M&W: 10 12
  • F&P: 0
  • patch: 10 11
links
  • homepage
  • lintian (0, 1)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • screenshots
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 8.14.1-1ubuntu3
  • 79 bugs (4 patches)
  • patches for 8.14.1-2ubuntu1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing