summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2022-11-04 14:19:27 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2022-11-04 14:19:27 -0600
commitf685f3d8c52b65aa03a9beab9f7adca9456ea3f9 (patch)
tree014766cad9d1e552941e77f35515ba7085588ac5 /NEWS
parent20bb26c189259d568581e70eb5e0eddaa4a3b67f (diff)
downloadsudo-f685f3d8c52b65aa03a9beab9f7adca9456ea3f9.tar.gz
sudo 1.9.12p1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 65502ecf7..3c4a339ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+What's new in Sudo 1.9.12p1
+
+ * Sudo's configure script now does a better job of detecting when
+ the -fstack-clash-protection compiler option does not work.
+ GitHub issue #191.
+
+ * Fixed CVE-2022-43995, a potential out-of-bounds write for passwords
+ smaller than 8 characters when passwd authentication is enabled.
+ This does not affect configurations that use other authentication
+ methods such as PAM, AIX authentication or BSD authentication.
+
+ * Fixed a build error with some configurations compiling host_port.c.
+
What's new in Sudo 1.9.12
* Fixed a bug in the ptrace-based intercept mode where the current