Debian Package Tracker
Register | Log in
Subscribe

wabt

WebAssembly Binary Toolkit

Choose email to subscribe with

general
  • source: wabt (main)
  • version: 1.0.41+dfsg+~cs1.0.39-2
  • maintainer: Debian Javascript Maintainers (archive) (DMD)
  • uploaders: Yadd [DMD] – Bastien Roucariès [DMD]
  • arch: any
  • std-ver: 4.6.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: 1.0.20-1
  • oldstable: 1.0.32-1
  • stable: 1.0.36+dfsg+~cs1.0.36-2
  • testing: 1.0.41+dfsg+~cs1.0.39-2
  • unstable: 1.0.41+dfsg+~cs1.0.39-2
versioned links
  • 1.0.20-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.0.32-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.0.36+dfsg+~cs1.0.36-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.0.41+dfsg+~cs1.0.39-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • wabt (1 bugs: 0, 1, 0, 0)
action needed
2 security issues in trixie high

There are 2 open security issues in trixie.

1 important issue:
  • CVE-2026-90648: wasm2c in WebAssembly wabt through 1.0.41 allows sandbox escape in some situations that primarily involve 32-bit platforms, aka a "table flip" attack. It does not check the return value of calloc() in wasm_rt_allocate_funcref_table() (wasm2c/wasm-rt-impl-tableops.inc). When the funcref table allocation fails, table->data is left NULL while table->size keeps the guest-declared element count; thus, bounds checks still pass and table element accesses resolve to absolute memory addresses (i * sizeof(wasm_rt_funcref_t)). This gives arbitrary read and write of host process memory and - via table.get, table.set, and call_indirect - arbitrary code execution, defeating the isolation that wasm2c exists to provide (a full sandbox escape). wasm2c is used as an in-process sandboxing boundary by RLBox and WasmBoxC, including in Firefox, which compiles the Graphite, Hunspell, Ogg, Expat, and Woff2 libraries via wasm2c to contain untrusted font, media, and XML input. Therefore, sandboxing in these applications is potentially affected. Exploitation requires the funcref table allocation to fail, for example under an address-space limit (RLIMIT_AS), on 32-bit hosts, with vm.overcommit_memory=2, or under memory pressure. On 64-bit Linux with default overcommit the allocation succeeds and the defect is not triggered. The wasm2c memory allocator aborts on calloc failure in the same runtime; the table allocator lacks this abort behavior. This was introduced in commit ab9e0b55 (PR #813).
1 issue left for the package maintainer to handle:
  • CVE-2023-46332: (needs triaging) WebAssembly wabt 1.0.33 contains an Out-of-Bound Memory Write in DataSegment::Drop(), which lead to segmentation fault.

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

Created: 2023-10-24 Last update: 2026-09-13 10:22
2 security issues in sid high

There are 2 open security issues in sid.

2 important issues:
  • CVE-2023-46332: WebAssembly wabt 1.0.33 contains an Out-of-Bound Memory Write in DataSegment::Drop(), which lead to segmentation fault.
  • CVE-2026-90648: wasm2c in WebAssembly wabt through 1.0.41 allows sandbox escape in some situations that primarily involve 32-bit platforms, aka a "table flip" attack. It does not check the return value of calloc() in wasm_rt_allocate_funcref_table() (wasm2c/wasm-rt-impl-tableops.inc). When the funcref table allocation fails, table->data is left NULL while table->size keeps the guest-declared element count; thus, bounds checks still pass and table element accesses resolve to absolute memory addresses (i * sizeof(wasm_rt_funcref_t)). This gives arbitrary read and write of host process memory and - via table.get, table.set, and call_indirect - arbitrary code execution, defeating the isolation that wasm2c exists to provide (a full sandbox escape). wasm2c is used as an in-process sandboxing boundary by RLBox and WasmBoxC, including in Firefox, which compiles the Graphite, Hunspell, Ogg, Expat, and Woff2 libraries via wasm2c to contain untrusted font, media, and XML input. Therefore, sandboxing in these applications is potentially affected. Exploitation requires the funcref table allocation to fail, for example under an address-space limit (RLIMIT_AS), on 32-bit hosts, with vm.overcommit_memory=2, or under memory pressure. On 64-bit Linux with default overcommit the allocation succeeds and the defect is not triggered. The wasm2c memory allocator aborts on calloc failure in the same runtime; the table allocator lacks this abort behavior. This was introduced in commit ab9e0b55 (PR #813).
Created: 2023-10-24 Last update: 2026-09-13 10:22
2 security issues in forky high

There are 2 open security issues in forky.

2 important issues:
  • CVE-2023-46332: WebAssembly wabt 1.0.33 contains an Out-of-Bound Memory Write in DataSegment::Drop(), which lead to segmentation fault.
  • CVE-2026-90648: wasm2c in WebAssembly wabt through 1.0.41 allows sandbox escape in some situations that primarily involve 32-bit platforms, aka a "table flip" attack. It does not check the return value of calloc() in wasm_rt_allocate_funcref_table() (wasm2c/wasm-rt-impl-tableops.inc). When the funcref table allocation fails, table->data is left NULL while table->size keeps the guest-declared element count; thus, bounds checks still pass and table element accesses resolve to absolute memory addresses (i * sizeof(wasm_rt_funcref_t)). This gives arbitrary read and write of host process memory and - via table.get, table.set, and call_indirect - arbitrary code execution, defeating the isolation that wasm2c exists to provide (a full sandbox escape). wasm2c is used as an in-process sandboxing boundary by RLBox and WasmBoxC, including in Firefox, which compiles the Graphite, Hunspell, Ogg, Expat, and Woff2 libraries via wasm2c to contain untrusted font, media, and XML input. Therefore, sandboxing in these applications is potentially affected. Exploitation requires the funcref table allocation to fail, for example under an address-space limit (RLIMIT_AS), on 32-bit hosts, with vm.overcommit_memory=2, or under memory pressure. On 64-bit Linux with default overcommit the allocation succeeds and the defect is not triggered. The wasm2c memory allocator aborts on calloc failure in the same runtime; the table allocator lacks this abort behavior. This was introduced in commit ab9e0b55 (PR #813).
Created: 2025-08-09 Last update: 2026-09-13 10:22
2 security issues in bookworm high

There are 2 open security issues in bookworm.

1 important issue:
  • CVE-2026-90648: wasm2c in WebAssembly wabt through 1.0.41 allows sandbox escape in some situations that primarily involve 32-bit platforms, aka a "table flip" attack. It does not check the return value of calloc() in wasm_rt_allocate_funcref_table() (wasm2c/wasm-rt-impl-tableops.inc). When the funcref table allocation fails, table->data is left NULL while table->size keeps the guest-declared element count; thus, bounds checks still pass and table element accesses resolve to absolute memory addresses (i * sizeof(wasm_rt_funcref_t)). This gives arbitrary read and write of host process memory and - via table.get, table.set, and call_indirect - arbitrary code execution, defeating the isolation that wasm2c exists to provide (a full sandbox escape). wasm2c is used as an in-process sandboxing boundary by RLBox and WasmBoxC, including in Firefox, which compiles the Graphite, Hunspell, Ogg, Expat, and Woff2 libraries via wasm2c to contain untrusted font, media, and XML input. Therefore, sandboxing in these applications is potentially affected. Exploitation requires the funcref table allocation to fail, for example under an address-space limit (RLIMIT_AS), on 32-bit hosts, with vm.overcommit_memory=2, or under memory pressure. On 64-bit Linux with default overcommit the allocation succeeds and the defect is not triggered. The wasm2c memory allocator aborts on calloc failure in the same runtime; the table allocator lacks this abort behavior. This was introduced in commit ab9e0b55 (PR #813).
1 issue postponed or untriaged:
  • CVE-2023-46332: (needs triaging) WebAssembly wabt 1.0.33 contains an Out-of-Bound Memory Write in DataSegment::Drop(), which lead to segmentation fault.
Created: 2026-09-13 Last update: 2026-09-13 10:22
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-08-06 Last update: 2026-08-06 20:30
debian/patches: 2 patches to forward upstream low

Among the 8 debian patches available in version 1.0.41+dfsg+~cs1.0.39-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: 2026-08-07 10:31
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.6.2).
Created: 2024-04-07 Last update: 2026-08-07 01:30
testing migrations
  • This package will soon be part of the auto-openssl transition. You might want to ensure that your package is ready for it. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
news
[rss feed]
  • [2026-08-12] wabt 1.0.41+dfsg+~cs1.0.39-2 MIGRATED to testing (Debian testing watch)
  • [2026-08-06] Accepted wabt 1.0.41+dfsg+~cs1.0.39-2 (source) into unstable (Xavier Guimard)
  • [2026-08-06] Accepted wabt 1.0.41+dfsg+~cs1.0.39-1 (source) into unstable (Xavier Guimard)
  • [2025-02-23] wabt 1.0.36+dfsg+~cs1.0.36-2 MIGRATED to testing (Debian testing watch)
  • [2025-02-18] Accepted wabt 1.0.36+dfsg+~cs1.0.36-2 (source) into unstable (Jérémy Lal)
  • [2025-02-17] Accepted wabt 1.0.36+dfsg+~cs1.0.36-1 (source) into unstable (Jérémy Lal)
  • [2025-02-15] Accepted wabt 1.0.34+dsfg2+~cs1.0.32-4 (source) into unstable (Jérémy Lal)
  • [2025-02-15] Accepted wabt 1.0.34+dsfg2+~cs1.0.32-3 (source) into unstable (Jérémy Lal)
  • [2025-02-14] Accepted wabt 1.0.34+dsfg2+~cs1.0.32-2 (source) into unstable (Jérémy Lal)
  • [2024-02-22] wabt 1.0.34+dsfg2+~cs1.0.32-1 MIGRATED to testing (Debian testing watch)
  • [2024-02-16] Accepted wabt 1.0.34+dsfg2+~cs1.0.32-1 (source) into unstable (Bastien Roucariès) (signed by: Bastien ROUCARIÈS)
  • [2024-02-16] Accepted wabt 1.0.34+dsfg+~cs1.0.32-1 (source) into experimental (Bastien Roucariès) (signed by: Bastien ROUCARIÈS)
  • [2023-11-05] wabt 1.0.34-1 MIGRATED to testing (Debian testing watch)
  • [2023-10-30] Accepted wabt 1.0.34-1 (source) into unstable (Markus Koschany)
  • [2023-07-07] wabt 1.0.33-1 MIGRATED to testing (Debian testing watch)
  • [2023-07-01] Accepted wabt 1.0.33-1 (source) into unstable (Markus Koschany)
  • [2023-01-18] wabt 1.0.32-1 MIGRATED to testing (Debian testing watch)
  • [2023-01-12] Accepted wabt 1.0.32-1 (source) into unstable (Markus Koschany)
  • [2022-12-04] wabt 1.0.31-1 MIGRATED to testing (Debian testing watch)
  • [2022-11-28] Accepted wabt 1.0.31-1 (source) into unstable (Markus Koschany)
  • [2022-10-19] wabt 1.0.30-1 MIGRATED to testing (Debian testing watch)
  • [2022-10-13] Accepted wabt 1.0.30-1 (source) into unstable (Markus Koschany)
  • [2022-06-02] wabt 1.0.29-1 MIGRATED to testing (Debian testing watch)
  • [2022-05-28] Accepted wabt 1.0.29-1 (source) into unstable (Markus Koschany)
  • [2022-05-04] wabt 1.0.28-1 MIGRATED to testing (Debian testing watch)
  • [2022-04-28] Accepted wabt 1.0.28-1 (source) into unstable (Markus Koschany)
  • [2022-02-25] wabt 1.0.27-1 MIGRATED to testing (Debian testing watch)
  • [2022-02-19] Accepted wabt 1.0.27-1 (source) into unstable (Markus Koschany)
  • [2022-02-12] wabt 1.0.26-1 MIGRATED to testing (Debian testing watch)
  • [2022-02-06] Accepted wabt 1.0.26-1 (source) into unstable (Markus Koschany)
  • 1
  • 2
bugs [bug history graph]
  • all: 4
  • RC: 0
  • I&N: 4
  • M&W: 0
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (0, 3)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debian patches
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1.0.36+dfsg+~cs1.0.36-2ubuntu1
  • patches for 1.0.36+dfsg+~cs1.0.36-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