]> git.ipfire.org Git - thirdparty/samba.git/commit
CVE-2023-3961:s3:torture: Add test SMB2-INVALID-PIPENAME to show we allow bad pipenam...
authorJeremy Allison <jra@samba.org>
Wed, 26 Jul 2023 00:49:21 +0000 (17:49 -0700)
committerJule Anger <janger@samba.org>
Sun, 8 Oct 2023 20:05:41 +0000 (22:05 +0200)
commitfbb9cf8d11840828cbb2ef2249f10fbf766d65ea
treec49b800a19158aeb0512e1f119bb5722657f7a4b
parent1688b6d3dd4d6490e10c57d7431cb300f8286e73
CVE-2023-3961:s3:torture: Add test SMB2-INVALID-PIPENAME to show we allow bad pipenames with unix separators through to the UNIX domain socket code.

The raw SMB2-INVALID-PIPENAME test passes against Windows 2022,
as it just returns NT_STATUS_OBJECT_NAME_NOT_FOUND.

Add the knownfail.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
selftest/knownfail.d/badpipename [new file with mode: 0644]
source3/selftest/tests.py
source3/torture/proto.h
source3/torture/test_smb2.c
source3/torture/torture.c