summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/input/news/release-3-0-1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/input/news/release-3-0-1.md b/web/input/news/release-3-0-1.md
index b0b8e76..0570c2a 100644
--- a/web/input/news/release-3-0-1.md
+++ b/web/input/news/release-3-0-1.md
@@ -11,7 +11,7 @@ This is a security release which fixes a vulnerability in `check_icmp`.
11This release primarily fixes a potential local privilege escalation 11This release primarily fixes a potential local privilege escalation
12vulnerability in `check_icmp`. 12vulnerability in `check_icmp`.
13Due to errors in how memory was managed and number were compared (yay, C!) 13Due to errors in how memory was managed and number were compared (yay, C!)
14it might be possible to execute arbirary code during the execution 14it might be possible to execute arbitrary code during the execution
15of `check_icmp` which sometimes is a setuid binary and would therefore 15of `check_icmp` which sometimes is a setuid binary and would therefore
16allow executing things with `root` priviledges. 16allow executing things with `root` priviledges.
17 17