diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index 5d7be8ac..cfa9231f 100644
Binary files a/doc/chm/VeraCrypt User Guide.chm and b/doc/chm/VeraCrypt User Guide.chm differ
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html
index 2519dbbc..9a184905 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -65,6 +65,8 @@
Linux:
+ - CVE-2024-54187: Added absolute paths when executing system binaries to prevent path hijacking (collaboration with SivertPL @__tfr)
+ - CVE-2025-23021: Prevent mounting volumes on system directories and PATH (reported by SivertPL @__tfr)
- Fixed an assertion issue with the wxWidgets library included in Ubuntu.
- Improved directory-opening logic by prioritizing xdg-open and adding fallback mechanisms.
- Ensure that volume exists before starting the mount operation.
@@ -74,6 +76,8 @@
macOS:
+ - CVE-2024-54187: Added absolute paths when executing system binaries to prevent path hijacking (collaboration with SivertPL @__tfr)
+ - CVE-2025-23021: Prevent mounting volumes on system directories and PATH (reported by SivertPL @__tfr)
- Disabled screen capture by default. Added the --allow-screencapture CLI switch to enable it if needed.
- Ensure that volume exists before starting the mount operation.
- Implement sudo session detection logic