Displaying 2 results from an estimated 2 matches for "dcesrv_fault".
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?
...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 another way to say not implemented) included.
Hopefully this is enough to assist you, if you need to assuage an
aud...