]> git.ipfire.org Git - thirdparty/samba.git/commit
CVE-2023-3961:s3:smbd: Catch any incoming pipe path that could exit socket_dir.
authorJeremy Allison <jra@samba.org>
Wed, 26 Jul 2023 00:41:04 +0000 (17:41 -0700)
committerJule Anger <janger@samba.org>
Sun, 8 Oct 2023 20:05:45 +0000 (22:05 +0200)
commit23199e115457e8054c905eedee95ebee114809e0
tree38e79cbef1855ef0250f73f73ff2655340d08546
parentf3e7be14a36722d3281274d5c46c928f074026df
CVE-2023-3961:s3:smbd: Catch any incoming pipe path that could exit socket_dir.

For now, SMB_ASSERT() to exit the server. We will remove
this once the test code is in place.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15422

Signed-off-by: Jeremy Allison <jra@samba.org>
source3/rpc_client/local_np.c