Skip to content

Commit 90c47c2

Browse files
Update RUSTSEC-2025-0126 (#2488)
Add patched version number to RUSTSEC-2025-0126.
1 parent cc3c393 commit 90c47c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

crates/nftnl/RUSTSEC-2025-0126.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["memory-corruption"]
88
aliases = ["GHSA-2fjw-whxm-9v4q"]
99

1010
[versions]
11-
patched = [">= 0.8.0"]
11+
patched = [">= 0.9.0"]
1212
```
1313

1414
# Heap-buffer-overflow in nftnl::Batch::with_page_size (nftnl-rs)
@@ -21,3 +21,7 @@ batch_page_size
2121
.checked_add(crate::nft_nlmsg_maxsize())
2222
.expect("batch_page_size is too large and would overflow");
2323
```
24+
25+
## Mitigation
26+
27+
Upgrade to version `0.9.0` or later, which aborts instead.

0 commit comments

Comments
 (0)