Lucene search
+L

393 matches found

Vulnrichment
Vulnrichment
added 2026/07/01 3:33 a.m.13 views

CVE-2026-44041 UltraVNC vncWc2Mb calls wcslen() before validating that the wide string is NUL-terminated

UltraVNC through 1.8.2.2 contains an out-of-bounds read in the wide-string to multibyte conversion helper. In rfb/dh.cpp:204, the vncWc2Mb function passes a caller-supplied WCHAR pointer to wcslen before any bounds check. If the caller provides a wide-character buffer that is not properly...

4.3CVSS5.9AI score0.00413EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/01 3:33 a.m.45 views

CVE-2026-44041 UltraVNC vncWc2Mb calls wcslen() before validating that the wide string is NUL-terminated

UltraVNC through 1.8.2.2 contains an out-of-bounds read in the wide-string to multibyte conversion helper. In rfb/dh.cpp:204, the vncWc2Mb function passes a caller-supplied WCHAR pointer to wcslen before any bounds check. If the caller provides a wide-character buffer that is not properly...

4.3CVSS0.00413EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/01 3:33 a.m.28 views

EUVD-2026-40878

UltraVNC through 1.8.2.2 contains an out-of-bounds read in the wide-string to multibyte conversion helper. In rfb/dh.cpp:204, the vncWc2Mb function passes a caller-supplied WCHAR pointer to wcslen before any bounds check. If the caller provides a wide-character buffer that is not properly...

4.3CVSS5.9AI score0.00413EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/01 3:33 a.m.30 views

CVE-2026-44041

UltraVNC

6.5CVSS5.9AI score0.00413EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/07/01 3:33 a.m.33 views

CVE-2026-44042

UltraVNC repeater up to version 1.8.2.2 contains an off-by-one bug in the Base64 decode helper used for HTTP Basic authentication. In repeater/webgui/webutils.c:817, wi_uudecode() uses a strict > check to ensure output fits the buffer, but the correct condition is >=. When strlen(authdata) ...

3.7CVSS6AI score0.00491EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/07/01 3:33 a.m.48 views

CVE-2026-44042 UltraVNC repeater wi_uudecode off-by-one in base64 decode boundary check

UltraVNC repeater through 1.8.2.2 contains an off-by-one error in the Base64 decode helper used for HTTP Basic authentication. In repeater/webgui/webutils.c:817, the wiuudecode function checks whether the input length exceeds the output buffer with a strict greater-than comparison , while the...

3.7CVSS0.00491EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/01 3:33 a.m.22 views

EUVD-2026-40877

UltraVNC repeater through 1.8.2.2 contains an off-by-one error in the Base64 decode helper used for HTTP Basic authentication. In repeater/webgui/webutils.c:817, the wiuudecode function checks whether the input length exceeds the output buffer with a strict greater-than comparison , while the...

3.7CVSS6AI score0.00491EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/01 3:33 a.m.14 views

CVE-2026-44042 UltraVNC repeater wi_uudecode off-by-one in base64 decode boundary check

UltraVNC repeater through 1.8.2.2 contains an off-by-one error in the Base64 decode helper used for HTTP Basic authentication. In repeater/webgui/webutils.c:817, the wiuudecode function checks whether the input length exceeds the output buffer with a strict greater-than comparison , while the...

3.7CVSS6AI score0.00491EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/01 3:33 a.m.9 views

CVE-2026-44042

UltraVNC repeater through 1.8.2.2 contains an off-by-one error in the Base64 decode helper used for HTTP Basic authentication. In repeater/webgui/webutils.c:817, the wiuudecode function checks whether the input length exceeds the output buffer with a strict greater-than comparison , while the...

3.7CVSS6AI score0.00491EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.49 views

PT-2026-54490

Name of the Vulnerable Software and Affected Versions UltraVNC repeater versions prior to 1.8.2.3 Description The embedded HTTP administration server contains a global buffer overflow. The functions wi senderr and wi replyhdr in repeater/webgui/webutils.c write the HTTP request URI into a fixed...

9.8CVSS6.8AI score0.02628EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.28 views

PT-2026-54485

UltraVNC repeater through 1.8.2.2 contains a post-authentication out-of-bounds write in the allow/deny rule parser. In repeater/webgui/settings.c:225-272, after strncpy s copies a rule token into temp1rule1 25-byte destination or temp2/temp3 16-byte destination, the code unconditionally writes a...

7.2CVSS6.3AI score0.00852EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.32 views

PT-2026-54489

UltraVNC repeater through 1.8.2.2 initializes the HTTP administration server with a hardcoded default password. In repeater/webgui/settings.c:197, when settings2.txt is absent on first run the repeater writes the literal string "adminadmi2" as the admin password via strcpy ssaved password, 64,...

9.1CVSS5.8AI score0.00655EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.31 views

PT-2026-54478

Name of the Vulnerable Software and Affected Versions UltraVNC versions prior to 1.8.2.3 Description An out-of-bounds read exists in the wide-string to multibyte conversion helper. The vncWc2Mb function in rfb/dh.cpp:204 passes a caller-supplied WCHAR pointer to wcslen without performing a bounds...

6.5CVSS6.2AI score0.00413EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.59 views

PT-2026-54487

Name of the Vulnerable Software and Affected Versions UltraVNC viewer versions prior to 1.8.2.3 Description An off-by-one stack buffer overflow exists in the RFB ServerInit message handler within the vncviewer/ClientConnection.cpp file. When a server-supplied nameLength is exactly 2024, the...

7.6CVSS6.2AI score0.00738EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.29 views

PT-2026-54477

Name of the Vulnerable Software and Affected Versions UltraVNC versions prior to 1.8.2.3 Description The software uses a cryptographically weak pseudo-random number generator to produce VNC authentication challenge bytes. Specifically, the vncRandomBytes function seeds libc rand using a combinati...

6.5CVSS6AI score0.00397EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.61 views

PT-2026-54479

Name of the Vulnerable Software and Affected Versions UltraVNC repeater versions prior to 1.8.2.3 Description An off-by-one error exists in the Base64 decode helper used for HTTP Basic authentication. The wi uudecode function in the file repeater/webgui/webutils.c uses a strict greater-than...

3.7CVSS6.1AI score0.00491EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.25 views

PT-2026-54486

Name of the Vulnerable Software and Affected Versions UltraVNC versions prior to 1.8.2.3 Description Inadequate cryptography in the MS-Logon II authentication scheme rfbUltraVNC MsLogonIIAuth allows a network attacker to disclose credentials. In the file rfb/dh.cpp, the Diffie-Hellman key exchang...

7.4CVSS5.9AI score0.00285EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/03/28 11:09 p.m.11 views

CVE-2026-4962

A security flaw has been discovered in UltraVNC up to 1.6.4.0. Affected by this issue is some unknown functionality in the library version.dll of the component Service. The manipulation results in uncontrolled search path. The attack needs to be approached locally. This attack is characterized by...

7.3CVSS6.4AI score0.00229EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/03/27 6:31 p.m.9 views

EUVD-2026-16725

A security flaw has been discovered in UltraVNC up to 1.6.4.0. Affected by this issue is some unknown functionality in the library version.dll of the component Service. The manipulation results in uncontrolled search path. The attack needs to be approached locally. This attack is characterized by...

7.3CVSS6.4AI score0.00229EPSS
SaveExploits1References5
NVD
NVD
added 2026/03/27 5:16 p.m.16 views

CVE-2026-4962

A security flaw has been discovered in UltraVNC up to 1.6.4.0. Affected by this issue is some unknown functionality in the library version.dll of the component Service. The manipulation results in uncontrolled search path. The attack needs to be approached locally. This attack is characterized by...

7.3CVSS0.00229EPSS
SaveExploits1References4
Rows per page
Query Builder