Displaying 2 results from an estimated 2 matches for "dcesrv_srvsvc_netpathcompar".
Did you mean:
dcesrv_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?
...ect.
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 srvsvc_NetPathCompare *r)
{
DCESRV_FAULT(DCERPC_FAULT_OP_RNG_ERROR);
}
As you can see from
https://svn.nmap.org/nmap/scripts/smb-vuln-ms08-067.nse
Any fault code is assumed to mean a vulnerable server, the RNG_ERROR
(yet...