We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3c393 commit 90c47c2Copy full SHA for 90c47c2
crates/nftnl/RUSTSEC-2025-0126.md
@@ -8,7 +8,7 @@ categories = ["memory-corruption"]
8
aliases = ["GHSA-2fjw-whxm-9v4q"]
9
10
[versions]
11
-patched = [">= 0.8.0"]
+patched = [">= 0.9.0"]
12
```
13
14
# Heap-buffer-overflow in nftnl::Batch::with_page_size (nftnl-rs)
@@ -21,3 +21,7 @@ batch_page_size
21
.checked_add(crate::nft_nlmsg_maxsize())
22
.expect("batch_page_size is too large and would overflow");
23
24
+
25
+## Mitigation
26
27
+Upgrade to version `0.9.0` or later, which aborts instead.
0 commit comments