Lucene search
+L

753 matches found

Cvelist
Cvelist
added 2018/09/21 2:0 p.m.31 views

CVE-2018-3876

An exploitable buffer overflow vulnerability exists in the credentials handler of video-core's HTTP server of Samsung SmartThings Hub STH-ETH-250-Firmware version 0.20.17. The strncpy overflows the destination buffer, which has a size of 64 bytes. An attacker can send an arbitrarily long "bucket"...

9.9CVSS9.2AI score0.01871EPSS
SaveExploits2References1
CVE
CVE
added 2018/09/20 3:0 p.m.59 views

CVE-2018-3864

CVE-2018-3864 affects Samsung SmartThings Hub STH-ETH-250 (firmware 0.20.17). The vulnerability is a buffer overflow in the video-core HTTP server’s WifiScan handler. The implementation copies JSON-derived strings into 40-byte buffers using strcpy without respecting actual length, enabling potent...

9.9CVSS9.1AI score0.01804EPSS
SaveExploits2References1Affected Software1
NVD
NVD
added 2018/09/10 7:29 p.m.21 views

CVE-2018-3875

An exploitable buffer overflow vulnerability exists in the credentials handler of video-core's HTTP server of Samsung SmartThings Hub STH-ETH-250-Firmware version 0.20.17. The video-core process incorrectly extracts fields from a user-controlled JSON payload, leading to a buffer overflow on the...

9.9CVSS9.7AI score0.01534EPSS
SaveExploits2References1
CVE
CVE
added 2018/09/08 3:0 p.m.59 views

CVE-2018-16733

CVE-2018-16733 affects go-ethereum (geth) prior to 1.8.14, where TraceChain in eth/api_tracer.go does not verify that the end block is after the start block. The vulnerability’s root cause is improper validation in the tracing path, potentially enabling malformed block processing and, in some des...

7.5CVSS7.5AI score0.01249EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2018/08/28 7:0 p.m.72 views

CVE-2018-3908

CVE-2018-3908 affects Samsung SmartThings Hub STH-ETH-250 firmware 0.20.17, where the video-core HTTP server’s restful parser mishandles pipelined HTTP requests. The on_body callback can cause successive requests to overwrite the previously parsed HTTP method, URL and body, enabling an attacker t...

9.1CVSS8AI score0.01251EPSS
SaveExploits3References1Affected Software1
CVE
CVE
added 2018/08/28 7:0 p.m.72 views

CVE-2018-3895

The CVE-2018-3895 family concerns a stack buffer overflow in Samsung SmartThings Hub STH-ETH-250 (video-core HTTP server) firmware 0.20.17. The vulnerable code uses strncpy(stack_buffer, json_parameter, strlen(json_parameter)); where the destination buffer is 52 bytes, and the json_parameter come...

9.9CVSS8.8AI score0.01804EPSS
SaveExploits2References1Affected Software1
OSV
OSV
added 2018/08/27 3:29 p.m.8 views

CVE-2018-3918

An exploitable vulnerability exists in the remote servers of Samsung SmartThings Hub STH-ETH-250 - Firmware version 0.20.17. The hubCore process listens on port 39500 and relays any unauthenticated messages to SmartThings' remote servers, which incorrectly handle camera IDs for the 'sync'...

7.5CVSS5.9AI score0.00989EPSS
SaveExploits2References1
CVE
CVE
added 2018/08/27 3:0 p.m.68 views

CVE-2018-3927

CVE-2018-3927 is an information-disclosure issue in the Samsung SmartThings Hub STH-ETH-250 (firmware 0.20.17) where hubCore’s crash handler uses Google Breakpad to create minidumps and transmits them to backtrace.io over an insecure TLS connection. The fixed URL HUBCORE_MINIDUMP_URL (configured ...

6.8CVSS5.5AI score0.01138EPSS
SaveExploits2References1Affected Software1
Cvelist
Cvelist
added 2018/08/27 3:0 p.m.35 views

CVE-2018-3927

An exploitable information disclosure vulnerability exists in the crash handler of the hubCore binary of the Samsung SmartThings Hub STH-ETH-250 - Firmware version 0.20.17. When hubCore crashes, Google Breakpad is used to record minidumps, which are sent over an insecure HTTPS connection to the...

6.8CVSS6.4AI score0.01138EPSS
SaveExploits2References1
CVE
CVE
added 2018/08/27 3:0 p.m.67 views

CVE-2018-3918

CVE-2018-3918 affects Samsung SmartThings Hub STH-ETH-250 running firmware 0.20.17. The hubCore process on port 39500 relays unauthenticated messages to remote SmartThings servers, which mishandle camera IDs during the sync operation and may trigger deletion of cameras. Exploitation can occur via...

7.5CVSS7.6AI score0.00989EPSS
SaveExploits2References1Affected Software1
CVE
CVE
added 2018/08/27 3:0 p.m.80 views

CVE-2018-3893

The CVE-2018-3893 family affects Samsung SmartThings Hub STH-ETH-250 (firmware 0.20.17) in the video-core HTTP server. The /cameras/XXXX/clips handler incorrectly copies a user-controlled JSON field via strncpy using a length derived from strlen, causing a stack-based buffer overflow. This allows...

9.9CVSS8.8AI score0.01804EPSS
SaveExploits2References1Affected Software1
Positive Technologies
Positive Technologies
added 2018/08/27 12:0 a.m.9 views

PT-2018-16296 · Samsung · Samsung Smartthings Hub

Name of the Vulnerable Software and Affected Versions: Samsung SmartThings Hub STH-ETH-250 - Firmware version 0.20.17 Description: A buffer overflow issue exists in the camera 'update' feature of the video-core's HTTP server. This occurs because the video-core process incorrectly extracts fields...

9.9CVSS9.6AI score0.01753EPSS
SaveExploits2References3
CVE
CVE
added 2018/08/24 12:0 a.m.65 views

CVE-2018-3907

CVE-2018-3907 (and related CVEs 3908/3909) affects Samsung SmartThings Hub video-core HTTP server on STH-ETH-250 firmware 0.20.17. The REST parser mishandles pipelined HTTP requests, causing successive requests to overwrite the previously parsed URL/method/body via the on_url, on_body, and on_mes...

10CVSS9.2AI score0.01435EPSS
SaveExploits3References1Affected Software1
CVE
CVE
added 2018/08/24 12:0 a.m.59 views

CVE-2018-3909

CVE-2018-3909 affects Samsung SmartThings Hub STH-ETH-250 firmware 0.20.17. The vulnerability lies in video-core’s REST HTTP server using http-parser, where pipelined HTTP requests can cause subsequent requests to overwrite the previously parsed method (on_message_complete) and other data. This e...

9.1CVSS8.8AI score0.01251EPSS
SaveExploits3References1Affected Software1
Prion
Prion
added 2018/08/23 10:29 p.m.21 views

Stack overflow

An exploitable stack-based buffer overflow vulnerability exists in the database 'find-by-cameraId' functionality of video-core's HTTP server of Samsung SmartThings Hub STH-ETH-250 - Firmware version 0.20.17. The video-core process incorrectly handles existing records inside its SQLite database,...

9CVSS9.6AI score0.01242EPSS
SaveExploits2References1Affected Software1
OSV
OSV
added 2018/08/23 10:29 p.m.9 views

CVE-2018-3856

An exploitable vulnerability exists in the smart cameras RTSP configuration of the Samsung SmartThings Hub STH-ETH-250 - Firmware version 0.20.17. The device incorrectly handles spaces in the URL field, leading to an arbitrary operating system command injection. An attacker can send a series of...

9.9CVSS5.9AI score0.03444EPSS
SaveExploits2References1
CVE
CVE
added 2018/08/23 10:0 p.m.81 views

CVE-2018-3911

CVE-2018-3911 affects Samsung SmartThings Hub STH-ETH-250 (firmware 0.20.17). The hubCore process listens on port 39500 and forwards unauthenticated JSON to remote SmartThings servers, which mishandle JSON and can inject CRLF into HTTP requests sent to the internal video-core HTTP server. This en...

8.6CVSS8.6AI score0.01223EPSS
SaveExploits2References1Affected Software1
CVE
CVE
added 2018/08/23 10:0 p.m.73 views

CVE-2018-3866

The CVE-2018-3866 issue affects Samsung SmartThings Hub STH-ETH-250 (firmware 0.20.17) in the video-core HTTP server’s samsungWifiScan handler. The root cause is unsafe handling of user-supplied JSON payloads: a strcpy copies json-derived strings (including callbackUrl) into fixed 40-byte buffers...

9.9CVSS9.6AI score0.01534EPSS
SaveExploits2References1Affected Software1
CVE
CVE
added 2018/08/23 10:0 p.m.82 views

CVE-2018-3856

CVE-2018-3856 affects Samsung SmartThings Hub STH-ETH-250 (firmware 0.20.17). Cisco Talos reports an OS command-injection in the video-core RTSP handling: if the camera-password contains spaces, the hub builds an ffmpeg command with attacker-controlled options, leading to arbitrary code execution...

9.9CVSS9.6AI score0.03444EPSS
SaveExploits2References1Affected Software1
CVE
CVE
added 2018/08/23 10:0 p.m.62 views

CVE-2018-3880

CVE-2018-3880 affects Samsung SmartThings Hub STH-ETH-250 with Firmware 0.20.17. The vulnerability is a stack-based buffer overflow in the video-core HTTP server’s database function find-by-cameraId, triggered by crafting HTTP requests that interact with the SQLite data when deleting/handling cam...

9.9CVSS9.6AI score0.01242EPSS
SaveExploits2References1Affected Software1
Rows per page
Query Builder