Debian Package Tracker
Register | Log in
Subscribe

uriparser

Choose email to subscribe with

general
  • source: uriparser (main)
  • version: 0.9.8+dfsg-2
  • maintainer: Jörg Frings-Fürst (DMD)
  • arch: all any
  • std-ver: 4.7.0.1
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 0.9.4+dfsg-1+deb11u1
  • o-o-sec: 0.9.4+dfsg-1+deb11u1
  • oldstable: 0.9.7+dfsg-2
  • stable: 0.9.8+dfsg-2
  • testing: 0.9.8+dfsg-2
  • unstable: 0.9.8+dfsg-2
versioned links
  • 0.9.4+dfsg-1+deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.9.7+dfsg-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.9.8+dfsg-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • liburiparser-dev (1 bugs: 0, 0, 1, 0)
  • liburiparser-doc
  • liburiparser1
action needed
A new upstream version is available: 1.0.2 high
A new upstream version 1.0.2 is available, you should consider packaging it.
Created: 2025-11-27 Last update: 2026-05-23 08:32
4 security issues in sid high

There are 4 open security issues in sid.

4 important issues:
  • CVE-2025-67899: uriparser through 0.9.9 allows unbounded recursion and stack consumption, as demonstrated by ParseMustBeSegmentNzNc with large input containing many commas.
  • CVE-2026-42371: uriparser before 1.0.1 has numeric truncation in text range comparison, if an application accepts URIs with a length in gigabytes.
  • CVE-2026-44927: In uriparser before 1.0.2, there is pointer difference truncation to int in various places.
  • CVE-2026-44928: In uriparser before 1.0.2, the function family EqualsUri can misclassify two unequal URIs as equal.
Created: 2025-12-15 Last update: 2026-05-22 18:30
4 security issues in forky high

There are 4 open security issues in forky.

4 important issues:
  • CVE-2025-67899: uriparser through 0.9.9 allows unbounded recursion and stack consumption, as demonstrated by ParseMustBeSegmentNzNc with large input containing many commas.
  • CVE-2026-42371: uriparser before 1.0.1 has numeric truncation in text range comparison, if an application accepts URIs with a length in gigabytes.
  • CVE-2026-44927: In uriparser before 1.0.2, there is pointer difference truncation to int in various places.
  • CVE-2026-44928: In uriparser before 1.0.2, the function family EqualsUri can misclassify two unequal URIs as equal.
Created: 2025-12-15 Last update: 2026-05-22 18:30
6 security issues in bullseye high

There are 6 open security issues in bullseye.

3 important issues:
  • CVE-2026-42371: uriparser before 1.0.1 has numeric truncation in text range comparison, if an application accepts URIs with a length in gigabytes.
  • CVE-2026-44927: In uriparser before 1.0.2, there is pointer difference truncation to int in various places.
  • CVE-2026-44928: In uriparser before 1.0.2, the function family EqualsUri can misclassify two unequal URIs as equal.
3 issues postponed or untriaged:
  • CVE-2024-34402: (needs triaging) An issue was discovered in uriparser through 0.9.7. ComposeQueryEngine in UriQuery.c has an integer overflow via long keys or values, with a resultant buffer overflow.
  • CVE-2024-34403: (needs triaging) An issue was discovered in uriparser through 0.9.7. ComposeQueryMallocExMm in UriQuery.c has an integer overflow via a long string.
  • CVE-2025-67899: (postponed; to be fixed through a stable update) uriparser through 0.9.9 allows unbounded recursion and stack consumption, as demonstrated by ParseMustBeSegmentNzNc with large input containing many commas.
Created: 2026-04-27 Last update: 2026-05-22 18:30
Multiarch hinter reports 2 issue(s) normal
There are issues with the multiarch metadata for this package.
  • liburiparser-doc could be marked Multi-Arch: foreign
  • liburiparser-dev could be marked Multi-Arch: same
Created: 2016-09-14 Last update: 2026-05-23 14:01
RFS: A sponsor is needed to update this package. normal
A Debian contributor is looking for a sponsor to upload a package update. It might be the regular maintainer who does not have any upload right yet, or it might be someone who just wants to help for a bugfix or a new upstream version. In any case, if you have upload rights and care about this package and Debian in general, you should look into sponsoring this update. Please see bug number #1135991 for more information.
Created: 2026-05-08 Last update: 2026-05-08 15:00
lintian reports 1 warning normal
Lintian reports 1 warning about this package. You should make the package lintian clean getting rid of them.
Created: 2024-11-16 Last update: 2024-11-16 02:04
4 low-priority security issues in trixie low

There are 4 open security issues in trixie.

4 issues left for the package maintainer to handle:
  • CVE-2025-67899: (needs triaging) uriparser through 0.9.9 allows unbounded recursion and stack consumption, as demonstrated by ParseMustBeSegmentNzNc with large input containing many commas.
  • CVE-2026-42371: (needs triaging) uriparser before 1.0.1 has numeric truncation in text range comparison, if an application accepts URIs with a length in gigabytes.
  • CVE-2026-44927: (needs triaging) In uriparser before 1.0.2, there is pointer difference truncation to int in various places.
  • CVE-2026-44928: (needs triaging) In uriparser before 1.0.2, the function family EqualsUri can misclassify two unequal URIs as equal.

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

Created: 2025-12-15 Last update: 2026-05-22 18:30
6 low-priority security issues in bookworm low

There are 6 open security issues in bookworm.

6 issues left for the package maintainer to handle:
  • CVE-2024-34402: (needs triaging) An issue was discovered in uriparser through 0.9.7. ComposeQueryEngine in UriQuery.c has an integer overflow via long keys or values, with a resultant buffer overflow.
  • CVE-2024-34403: (needs triaging) An issue was discovered in uriparser through 0.9.7. ComposeQueryMallocExMm in UriQuery.c has an integer overflow via a long string.
  • CVE-2025-67899: (needs triaging) uriparser through 0.9.9 allows unbounded recursion and stack consumption, as demonstrated by ParseMustBeSegmentNzNc with large input containing many commas.
  • CVE-2026-42371: (needs triaging) uriparser before 1.0.1 has numeric truncation in text range comparison, if an application accepts URIs with a length in gigabytes.
  • CVE-2026-44927: (needs triaging) In uriparser before 1.0.2, there is pointer difference truncation to int in various places.
  • CVE-2026-44928: (needs triaging) In uriparser before 1.0.2, the function family EqualsUri can misclassify two unequal URIs as equal.

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

Created: 2024-05-04 Last update: 2026-05-22 18:30
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.7.0.1).
Created: 2025-02-21 Last update: 2026-03-31 15:01
news
[rss feed]
  • [2024-11-20] uriparser 0.9.8+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2024-11-15] Accepted uriparser 0.9.8+dfsg-2 (source) into unstable (Jörg Frings-Fürst) (signed by: Tobias Frost)
  • [2024-07-17] uriparser 0.9.8+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2024-07-12] Accepted uriparser 0.9.8+dfsg-1 (source) into unstable (Jörg Frings-Fürst) (signed by: Yogeswaran Umasankar)
  • [2023-02-07] uriparser 0.9.7+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2023-02-01] Accepted uriparser 0.9.7+dfsg-2 (source) into unstable (Jörg Frings-Fürst) (signed by: bage@debian.org)
  • [2022-11-05] uriparser 0.9.7+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2022-10-30] Accepted uriparser 0.9.7+dfsg-1 (source) into unstable (Jörg Frings-Fürst) (signed by: Adam Borowski)
  • [2022-02-05] Accepted uriparser 0.9.1-1+deb10u1 (source) into oldstable-proposed-updates->oldstable-new, oldstable-proposed-updates (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2022-02-02] Accepted uriparser 0.9.4+dfsg-1+deb11u1 (source) into proposed-updates->stable-new, proposed-updates (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2022-01-26] Accepted uriparser 0.9.4+dfsg-1+deb11u1 (source) into stable-security->embargoed, stable-security (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2022-01-26] Accepted uriparser 0.9.1-1+deb10u1 (source) into oldstable->embargoed, oldstable (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2022-01-26] Accepted uriparser 0.8.4-1+deb9u4 (source amd64 all) into oldoldstable (Chris Lamb)
  • [2022-01-17] Accepted uriparser 0.8.4-1+deb9u3 (source amd64 all) into oldoldstable (Chris Lamb)
  • [2022-01-15] uriparser 0.9.6+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2022-01-10] Accepted uriparser 0.9.6+dfsg-1 (source) into unstable (Jörg Frings-Fürst) (signed by: bage@debian.org)
  • [2021-11-30] Accepted uriparser 0.8.4-1+deb9u2 (source) into oldoldstable (Adrian Bunk)
  • [2021-08-27] uriparser 0.9.5+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2021-08-21] Accepted uriparser 0.9.5+dfsg-2 (source) into unstable (Jörg Frings-Fürst) (signed by: Adam Borowski)
  • [2021-05-15] Accepted uriparser 0.9.5+dfsg-1 (source) into experimental (Jörg Frings-Fürst) (signed by: Adam Borowski)
  • [2020-11-11] uriparser 0.9.4+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2020-11-05] Accepted uriparser 0.9.4+dfsg-1 (source) into unstable (Jörg Frings-Fürst) (signed by: Adrian Bunk)
  • [2019-07-25] uriparser 0.9.3-2 MIGRATED to testing (Debian testing watch)
  • [2019-07-20] Accepted uriparser 0.9.3-2 (source) into unstable (Jörg Frings-Fürst) (signed by: Bart Martens)
  • [2019-07-19] Accepted uriparser 0.9.3-1 (source) into unstable (Jörg Frings-Fürst) (signed by: Bart Martens)
  • [2019-02-18] Accepted uriparser 0.8.0.1-2+deb8u2 (source amd64) into oldstable (Thorsten Alteholz)
  • [2019-02-09] Accepted uriparser 0.8.4-1+deb9u1 (source) into proposed-updates->stable-new, proposed-updates (Jörg Frings-Fürst) (signed by: Adam Borowski)
  • [2019-01-18] uriparser 0.9.1-1 MIGRATED to testing (Debian testing watch)
  • [2019-01-13] Accepted uriparser 0.9.1-1 (source) into unstable (Jörg Frings-Fürst) (signed by: Adrian Bunk)
  • [2018-11-24] uriparser 0.9.0-1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 4
  • RC: 0
  • I&N: 1
  • M&W: 1
  • F&P: 2
  • patch: 0
links
  • homepage
  • lintian (0, 1)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debian patches
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 0.9.8+dfsg-2build1
  • 1 bug

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