Debian Package Tracker
Register | Log in
Subscribe

node-axios

Promise based HTTP client for the browser and node.js

Choose email to subscribe with

general
  • source: node-axios (main)
  • version: 1.15.0-1
  • maintainer: Debian Javascript Maintainers (archive) (DMD)
  • uploaders: Pirate Praveen [DMD]
  • arch: all
  • std-ver: 4.7.4
  • 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.21.1+dfsg-1+deb11u1
  • oldstable: 1.2.1+dfsg-1+deb12u1
  • stable: 1.8.4+dfsg-1
  • testing: 1.14.0+dfsg-1
  • unstable: 1.15.0-1
versioned links
  • 0.21.1+dfsg-1+deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.2.1+dfsg-1+deb12u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.8.4+dfsg-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.14.0+dfsg-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.15.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • node-axios
action needed
3 security issues in trixie high

There are 3 open security issues in trixie.

1 important issue:
  • CVE-2026-39865: Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.13.2, Axios HTTP/2 session cleanup logic contains a state corruption bug that allows a malicious server to crash the client process through concurrent session closures. The vulnerability exists in the Http2Sessions.getSession() method in lib/adapters/http.js. The session cleanup logic contains a control flow error when removing sessions from the sessions array. This vulnerability is fixed in 1.13.2.
2 issues left for the package maintainer to handle:
  • CVE-2025-58754: (needs triaging) Axios is a promise based HTTP client for the browser and Node.js. When Axios starting in version 0.28.0 and prior to versions 0.30.2 and 1.12.0 runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested `responseType: 'stream'`. Versions 0.30.2 and 1.12.0 contain a patch for the issue.
  • CVE-2026-25639: (needs triaging) Axios is a promise based HTTP client for the browser and Node.js. Prior to versions 0.30.3 and 1.13.5, the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service. This vulnerability is fixed in versions 0.30.3 and 1.13.5.

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

Created: 2025-09-12 Last update: 2026-04-10 19:00
6 security issues in bullseye high

There are 6 open security issues in bullseye.

1 important issue:
  • CVE-2026-39865: Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.13.2, Axios HTTP/2 session cleanup logic contains a state corruption bug that allows a malicious server to crash the client process through concurrent session closures. The vulnerability exists in the Http2Sessions.getSession() method in lib/adapters/http.js. The session cleanup logic contains a control flow error when removing sessions from the sessions array. This vulnerability is fixed in 1.13.2.
5 issues postponed or untriaged:
  • CVE-2023-45857: (needs triaging) An issue discovered in Axios 1.5.1 inadvertently reveals the confidential XSRF-TOKEN stored in cookies by including it in the HTTP header X-XSRF-TOKEN for every request made to any host allowing attackers to view sensitive information.
  • CVE-2024-57965: (postponed; to be fixed through a stable update) In axios before 1.7.8, lib/helpers/isURLSameOrigin.js does not use a URL object when determining an origin, and has a potentially unwanted setAttribute('href',href) call. NOTE: some parties feel that the code change only addresses a warning message from a SAST tool and does not fix a vulnerability.
  • CVE-2025-27152: (postponed; to be fixed through a stable update) axios is a promise based HTTP client for the browser and node.js. The issue occurs when passing absolute URLs rather than protocol-relative URLs to axios. Even if ⁠baseURL is set, axios sends the request to the specified absolute URL, potentially causing SSRF and credential leakage. This issue impacts both server-side and client-side usage of axios. This issue is fixed in 1.8.2.
  • CVE-2025-58754: (postponed; to be fixed through a stable update) Axios is a promise based HTTP client for the browser and Node.js. When Axios starting in version 0.28.0 and prior to versions 0.30.2 and 1.12.0 runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested `responseType: 'stream'`. Versions 0.30.2 and 1.12.0 contain a patch for the issue.
  • CVE-2026-25639: (postponed; to be fixed through a stable update) Axios is a promise based HTTP client for the browser and Node.js. Prior to versions 0.30.3 and 1.13.5, the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service. This vulnerability is fixed in versions 0.30.3 and 1.13.5.
Created: 2026-04-09 Last update: 2026-04-10 19:00
4 security issues in bookworm high

There are 4 open security issues in bookworm.

1 important issue:
  • CVE-2026-39865: Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.13.2, Axios HTTP/2 session cleanup logic contains a state corruption bug that allows a malicious server to crash the client process through concurrent session closures. The vulnerability exists in the Http2Sessions.getSession() method in lib/adapters/http.js. The session cleanup logic contains a control flow error when removing sessions from the sessions array. This vulnerability is fixed in 1.13.2.
3 issues left for the package maintainer to handle:
  • CVE-2025-27152: (needs triaging) axios is a promise based HTTP client for the browser and node.js. The issue occurs when passing absolute URLs rather than protocol-relative URLs to axios. Even if ⁠baseURL is set, axios sends the request to the specified absolute URL, potentially causing SSRF and credential leakage. This issue impacts both server-side and client-side usage of axios. This issue is fixed in 1.8.2.
  • CVE-2025-58754: (needs triaging) Axios is a promise based HTTP client for the browser and Node.js. When Axios starting in version 0.28.0 and prior to versions 0.30.2 and 1.12.0 runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested `responseType: 'stream'`. Versions 0.30.2 and 1.12.0 contain a patch for the issue.
  • CVE-2026-25639: (needs triaging) Axios is a promise based HTTP client for the browser and Node.js. Prior to versions 0.30.3 and 1.13.5, the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service. This vulnerability is fixed in versions 0.30.3 and 1.13.5.

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

Created: 2025-03-08 Last update: 2026-04-10 19:00
Does not build reproducibly during 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: 2025-11-04 Last update: 2026-04-11 09:31
lintian reports 3 warnings normal
Lintian reports 3 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-04-10 Last update: 2026-04-10 22:30
debian/patches: 1 patch to forward upstream low

Among the 4 debian patches available in version 1.15.0-1 of the package, we noticed the following issues:

  • 1 patch 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: 2026-04-10 19:00
testing migrations
  • excuses:
    • Migration status for node-axios (1.14.0+dfsg-1 to 1.15.0-1): Waiting for test results or another package, or too young (no action required now - check later)
    • Issues preventing migration:
    • ∙ ∙ Autopkgtest for node-axios/1.15.0-1: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Test triggered, riscv64: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for node-opencv/7.0.0+git20200316.f0a03a4b-2: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Test triggered, riscv64: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for node-telegram-bot-api/2.0.1-4: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Test triggered, riscv64: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for ts-node/10.9.2+~cs64.13.20-4: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Test triggered, riscv64: Test triggered, s390x: Test triggered
    • ∙ ∙ Too young, only 1 of 5 days old
    • Additional info (not blocking):
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/n/node-axios.html
    • ∙ ∙ Reproduced on amd64
    • ∙ ∙ Reproduced on arm64
    • ∙ ∙ Reproduced on armhf
    • ∙ ∙ Reproduced on i386
    • ∙ ∙ Reproduced on ppc64el
    • Not considered
news
[rss feed]
  • [2026-04-10] Accepted node-axios 1.15.0-1 (source) into unstable (Xavier Guimard)
  • [2026-04-01] node-axios 1.14.0+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2026-03-29] Accepted node-axios 1.14.0+dfsg-1 (source) into unstable (Xavier Guimard)
  • [2025-11-08] node-axios 1.13.2+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2025-11-06] Accepted node-axios 1.13.2+dfsg-1 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2025-11-04] node-axios 1.13.1+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2025-10-29] Accepted node-axios 1.13.1+dfsg-1 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2025-09-20] node-axios 1.12.1+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2025-09-14] Accepted node-axios 1.12.1+dfsg-1 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2025-08-26] node-axios 1.11.0+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2025-08-24] Accepted node-axios 1.11.0+dfsg-1 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2025-04-12] node-axios 1.8.4+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2025-04-09] Accepted node-axios 1.8.4+dfsg-1 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2025-02-03] Accepted node-axios 1.2.1+dfsg-1+deb12u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Xavier Guimard)
  • [2025-02-02] node-axios 1.7.9+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2025-01-30] Accepted node-axios 1.7.9+dfsg-1 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2024-09-09] node-axios 1.7.7+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2024-09-07] Accepted node-axios 1.7.7+dfsg-1 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2024-08-20] node-axios 1.7.4+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2024-08-17] Accepted node-axios 1.7.4+dfsg-1 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2024-08-15] node-axios 1.7.3+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2024-08-13] Accepted node-axios 1.7.3+dfsg-1 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2024-04-07] node-axios 1.6.8+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2024-04-07] node-axios 1.6.8+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2024-03-31] Accepted node-axios 1.6.8+dfsg-2 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2024-03-19] Accepted node-axios 1.6.8+dfsg-1 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2023-11-22] node-axios 1.6.2+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2023-11-20] Accepted node-axios 1.6.2+dfsg-1 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2023-10-20] node-axios 1.5.1+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2023-10-17] Accepted node-axios 1.5.1+dfsg-1 (source) into unstable (Ananthu C V) (signed by: Praveen Arimbrathodiyil)
  • 1
  • 2
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian (0, 3)
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1.13.2+dfsg-1build1

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