Hello,
because I don't fully understand the technical details, I'd like to ask, if UltraVNC (Server or Viewer + "/listen") is vulnerable for CVE-2023-23415 in an unpatched Windows. It sounds quite dangerous...
After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.1.0, 1.6.3.0-dev versions
A new stable version, UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38095
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
A new stable version, UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38095
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Search found 20 matches
- 2023-04-11 18:31
- Forum: General help
- Topic: CVE-2023-23415
- Replies: 1
- Views: 2116
- 2020-01-06 21:26
- Forum: SC
- Topic: UltraVNC SC update 2018
- Replies: 9
- Views: 69933
Re: UltraVNC SC update 2018
I thought I did this... Sorry, now UltraVNC SC compiles without errors. Thank you. Didn't test any further. When I have more time I continue.
- 2020-01-05 01:22
- Forum: SC
- Topic: UltraVNC SC update 2018
- Replies: 9
- Views: 69933
Re: UltraVNC SC update 2018
Thanks for working on the code and sharing.
In the last days I tried to compile the 2019 source, but always get errors. I tried several things, cleaned up the directories and so on, but without success.
For many years now I always got it to work, in the last years with the 2015 source. There are ...
In the last days I tried to compile the 2019 source, but always get errors. I tried several things, cleaned up the directories and so on, but without success.
For many years now I always got it to work, in the last years with the 2015 source. There are ...
- 2019-02-01 15:47
- Forum: SC
- Topic: UVNC Homepage fail
- Replies: 1
- Views: 28867
UVNC Homepage fail
After a long time I just wanted to look for new downloads, but:
http://www.uvnc.com -> white page and "Please enable / Bitte aktiviere JavaScript!"
WTF? No other info w/o JS? No serious page does that! UVNC looses trust.
http://www.uvnc.com -> white page and "Please enable / Bitte aktiviere JavaScript!"
WTF? No other info w/o JS? No serious page does that! UVNC looses trust.
- 2016-08-21 17:14
- Forum: SC
- Topic: Single Click download blocked by IE and Edge
- Replies: 13
- Views: 62375
Re: Single Click download blocked by IE and Edge
Our version ( online created) get signed to overcome this issue
I don't have a certificate and don't want to spent money for nothing but MSs new nonsense. Is there a way to sign the exe without having an own certificate?
Did you already tried by presetting an encoder instaed of the auto mode ...
I don't have a certificate and don't want to spent money for nothing but MSs new nonsense. Is there a way to sign the exe without having an own certificate?
Did you already tried by presetting an encoder instaed of the auto mode ...
- 2016-08-18 15:05
- Forum: SC
- Topic: Single Click download blocked by IE and Edge
- Replies: 13
- Views: 62375
Re: Single Click download blocked by IE and Edge
There's a similar problem here. I compiled SC to run directly without helpdesk.txt, so no file in %temp% has to be executed, because it is (and should be) forbidden per Software Restriction Policies. This worked fine until Windows 7. But how can I avoid the IE/Edge-problem?
2nd question: I just ...
2nd question: I just ...
- 2016-02-07 17:24
- Forum: SC
- Topic: Will there be an update to UVNC SC
- Replies: 9
- Views: 157189
Re: Will there be an update to UVNC SC
Thank you. I read, tried to understand and change test.cpp for a while, but the differences of the new dtwinver-files are too big for me. I give up and stay without seeing the correct OS as before.Rudi De Vos wrote:see
http://www.naughter.com/dtwinver.html

- 2016-02-03 18:43
- Forum: SC
- Topic: Will there be an update to UVNC SC
- Replies: 9
- Views: 157189
Re: Will there be an update to UVNC SC
Hi,
I tried to extend Dtwinver.cpp with
BOOL COSVersion::IsWindowsWin8(LPOS_VERSION_INFO lpVersionInformation)
{
return (lpVersionInformation->UnderlyingPlatform == WindowsNT &&
lpVersionInformation->dwUnderlyingMajorVersion == 6 &&
lpVersionInformation->dwUnderlyingMinorVersion == 2);
}
BOOL ...
I tried to extend Dtwinver.cpp with
BOOL COSVersion::IsWindowsWin8(LPOS_VERSION_INFO lpVersionInformation)
{
return (lpVersionInformation->UnderlyingPlatform == WindowsNT &&
lpVersionInformation->dwUnderlyingMajorVersion == 6 &&
lpVersionInformation->dwUnderlyingMinorVersion == 2);
}
BOOL ...
- 2015-05-19 19:25
- Forum: SC
- Topic: Help with SC and secureVNCplugin
- Replies: 7
- Views: 18532
Re: Help with SC and secureVNCplugin
I've already changed the source for my wishes and I'm wondering, if it would it be a big disadvantage, if the dsmplugin would compiled into the winvnc.exe. It seems, it's not a lot of source...
Do you think it's worth trying it?
Until now I only share the one winvnc.exe, no helpdesk.txt or others ...
Do you think it's worth trying it?
Until now I only share the one winvnc.exe, no helpdesk.txt or others ...
- 2013-09-03 10:56
- Forum: SC
- Topic: SC 2013 source code
- Replies: 8
- Views: 16552
Re: SC 2013 source code
This is exact the same for the full and SC version if you run it on the same hardware and OS
with the same capture method ( mirror driver/alpha blending on/off)
But it looks definitely different!
Even when there's no screen change(!), the mouse is flickering permanently - only in SC.
In full ...
with the same capture method ( mirror driver/alpha blending on/off)
But it looks definitely different!
Even when there's no screen change(!), the mouse is flickering permanently - only in SC.
In full ...
- 2013-08-28 20:52
- Forum: SC
- Topic: SC 2013 source code
- Replies: 8
- Views: 16552
Re: SC 2013 source code
Sorry but I didn't understand, why only SC has this cursor-issue and not the normal version?!? The latter doesn't act slower, independent of any settings and the cursor is calm.
Already last year I searched through the code and compared the versions but without success. What is the critical section ...
Already last year I searched through the code and compared the versions but without success. What is the critical section ...
- 2013-08-28 16:57
- Forum: SC
- Topic: SC 2013 source code
- Replies: 8
- Views: 16552
Re: SC 2013 source code
Links is OK, when you click on it the download the zip ?
Yes, thank you.
Cursor flicker when you capture alpha blending, the merging of the layers cause it.
You can disable that SC auto capture alpha blending, but without you don't see semi transparent
desktop parts.
It seems, there must be ...
Yes, thank you.
Cursor flicker when you capture alpha blending, the merging of the layers cause it.
You can disable that SC auto capture alpha blending, but without you don't see semi transparent
desktop parts.
It seems, there must be ...
- 2013-08-28 14:28
- Forum: SC
- Topic: SC 2013 source code
- Replies: 8
- Views: 16552
Re: SC 2013 source code
I tried to download the SC-Source but the link
http://www.uvnc.eu/download/Z_SC_2013.zip
isn't working. What's the right URL?
And another question: with SC, the mouse cursor on the host is flickering annoyingly. With normal Ultra-VNC the cursor keeps calm. I didn't find the location in the source ...
http://www.uvnc.eu/download/Z_SC_2013.zip
isn't working. What's the right URL?
And another question: with SC, the mouse cursor on the host is flickering annoyingly. With normal Ultra-VNC the cursor keeps calm. I didn't find the location in the source ...
- 2012-06-12 20:58
- Forum: SC
- Topic: display faults with transparent parts
- Replies: 2
- Views: 6720
Re: display faults with transparent parts
I found a solution.
Line 276 in vncdesktop.cpp:
!g_wallpaper_enabled ? (CAPTUREBLT | SRCCOPY) : SRCCOPY);
changed to
CAPTUREBLT | SRCCOPY);
Are there side effects to be expected?
Line 276 in vncdesktop.cpp:
!g_wallpaper_enabled ? (CAPTUREBLT | SRCCOPY) : SRCCOPY);
changed to
CAPTUREBLT | SRCCOPY);
Are there side effects to be expected?
- 2012-06-09 18:32
- Forum: SC
- Topic: display faults with transparent parts
- Replies: 2
- Views: 6720
Re: display faults with transparent parts
When another window or the mouse is moved over the transparent area, it is visible for a ahort time, but disappears quickly.
I tried:
m_fCaptureAlphaBlending = true;
m_fBlackAlphaBlending = true;
in vncserver.cpp but no change...
I tried:
m_fCaptureAlphaBlending = true;
m_fBlackAlphaBlending = true;
in vncserver.cpp but no change...
- 2012-06-09 18:03
- Forum: SC
- Topic: display faults with transparent parts
- Replies: 2
- Views: 6720
display faults with transparent parts
For several purposes I use transparent areas to show some information or do some actions with a AutoHotKey-script like this (under WinXP SP3):
Gui,1: -Caption +Resize +MinSize100x50 +LastFound +ToolWindow
Gui,1: Color, EEAA99
Gui,1: Add,Text,cred x0 y5, visible Text!!!
Gui,1: Show,x100 y100
WinSet ...
Gui,1: -Caption +Resize +MinSize100x50 +LastFound +ToolWindow
Gui,1: Color, EEAA99
Gui,1: Add,Text,cred x0 y5, visible Text!!!
Gui,1: Show,x100 y100
WinSet ...
- 2011-03-16 10:54
- Forum: SC
- Topic: SC small exe Update 2011
- Replies: 65
- Views: 241450
Re: SC small exe Update 2011
I am missing a link to the source code. Where can it be downloaded?
- 2010-08-31 12:32
- Forum: SC
- Topic: Questions: GUI, Mouse, DLLs
- Replies: 1
- Views: 6149
Re: Questions: GUI, Mouse, DLLs
No idea?
- 2010-08-14 18:06
- Forum: SC
- Topic: Questions: GUI, Mouse, DLLs
- Replies: 1
- Views: 6149
Questions: GUI, Mouse, DLLs
After updating to the actual SC-Version there are a few problems/questions:
The Start-Button [TEXTBUTTON] doesn't do anything. Users always have to doubleclick the connection. Is this a bug?
In an old Version I simplified the GUI to
(TitleBar)
..............----Text "Connect to Support"----
Button ...
The Start-Button [TEXTBUTTON] doesn't do anything. Users always have to doubleclick the connection. Is this a bug?
In an old Version I simplified the GUI to
(TitleBar)
..............----Text "Connect to Support"----
Button ...
- 2010-08-12 09:07
- Forum: SC
- Topic: update old sc (online creator) update 27/08
- Replies: 124
- Views: 552691
Re: update old sc (online creator) update 27/08
Post moved to [topic=18768][/topic]