Displaying 2 results from an estimated 2 matches for "srvsvc_netpathcompar".
Did you mean:
srvsvc_netpathcompare
2018 Jun 18
2
CVE-2008-4250?
Good morning/day/night to all!
After moving all my infrastructure to Debian9, changed my ADDC from
Win2K12 to Samba4 scanning my network I found the following:
--------------------------------------------------------------------------------------------------------------------------------
koratsuki at happyharry:~$ nmap --script smb-vuln-ms08-067.nse -p445
smb-addc.tld
Starting Nmap 7.50 (
2018 Jun 18
0
CVE-2008-4250?
...wrong or need more stuff in the smb.conf? The
> smb.conf is using the default config... Can someone point me on the
> right direction in order to fix this?
The implementation of the test in Nessus is incorrect.
Here are the two (yes, for silly reasons) implementations in Samba:
WERROR _srvsvc_NetPathCompare(struct pipes_struct *p,
struct srvsvc_NetPathCompare *r)
{
p->fault_state = DCERPC_FAULT_OP_RNG_ERROR;
return WERR_NOT_SUPPORTED;
}
/*
srvsvc_NetPathCompare
*/
static WERROR dcesrv_srvsvc_NetPathCompare(struct dcesrv_call_state
*dce_call, TALLOC_CTX *mem_ctx,
struct srv...