← Back

Circutor

circutor

22 CVEs • 10 products

Products (10)

Click to collapse
Toggle

CVEs (22)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Circutor
2Sge Plc1000 Firmware
Sge Plc50 Firmware
Dec 3, 2025
Dec 2, 2025
7.1 HIGH· v4
7.5 HIGH· v3
N/A· v2
Out-of-bounds read vulnerability in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. The 'DownloadFile' function converts a parameter to an integer using 'atoi()' and then uses it as an index in the 'FilesDownload' array with '(&F...Show more
Out-of-bounds read vulnerability in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. The 'DownloadFile' function converts a parameter to an integer using 'atoi()' and then uses it as an index in the 'FilesDownload' array with '(&FilesDownload)[iVar2]'. If the parameter is too large, it will access memory beyond the limits.Show less
1Circutor
2Sge Plc1000 Firmware
Sge Plc50 Firmware
Dec 3, 2025
Dec 2, 2025
8.5 HIGH· v4
9.8 CRITICAL· v3
N/A· v2
Heap-based buffer overflow vulnerability in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. In the 'ShowSupervisorParameters()' function, there is an unlimited user input that is copied to a fixed-size buffer via 'sprintf()'. The...Show more
Heap-based buffer overflow vulnerability in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. In the 'ShowSupervisorParameters()' function, there is an unlimited user input that is copied to a fixed-size buffer via 'sprintf()'. The 'GetParameter(meter)' function retrieves the user input, which is directly incorporated into a buffer without size validation. An attacker can provide an excessively large input for the 'meter' parameter.Show less
1Circutor
2Sge Plc1000 Firmware
Sge Plc50 Firmware
Dec 3, 2025
Dec 2, 2025
8.5 HIGH· v4
8.8 HIGH· v3
N/A· v2
Command injection vulnerability in the operating system in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2 through the 'GetDNS()', 'CheckPing()' and 'TraceRoute()' functions.
1Circutor
2Sge Plc1000 Firmware
Sge Plc50 Firmware
Dec 3, 2025
Dec 2, 2025
8.5 HIGH· v4
9.8 CRITICAL· v3
N/A· v2
Stack-based buffer overflow vulnerability in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. In the 'SetUserPassword()' function, the 'newPassword' parameter is directly embedded in a shell command string using 'sprintf()' withou...Show more
Stack-based buffer overflow vulnerability in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. In the 'SetUserPassword()' function, the 'newPassword' parameter is directly embedded in a shell command string using 'sprintf()' without any sanitisation or validation, and then executed using 'system()'. This allows an attacker to inject arbitrary shell commands that will be executed with the same privileges as the application.Show less
1Circutor
2Sge Plc1000 Firmware
Sge Plc50 Firmware
Dec 3, 2025
Dec 2, 2025
8.5 HIGH· v4
9.8 CRITICAL· v3
N/A· v2
Stack-based buffer overflow vulnerability in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. In the 'ShowMeterPasswords()' function, there is an unlimited user input that is copied to a fixed-size buffer via 'sprintf()'. The 'Get...Show more
Stack-based buffer overflow vulnerability in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. In the 'ShowMeterPasswords()' function, there is an unlimited user input that is copied to a fixed-size buffer via 'sprintf()'. The 'GetParameter(meter)' function retrieves the user input, which is directly incorporated into a buffer without size validation. An attacker can provide an excessively large input for the 'meter' parameter.Show less
1Circutor
2Sge Plc1000 Firmware
Sge Plc50 Firmware
Dec 3, 2025
Dec 2, 2025
8.5 HIGH· v4
9.8 CRITICAL· v3
N/A· v2
Stack-based buffer overflow vulnerability in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. In the 'ShowMeterDatabase()' function, there is an unlimited user input that is copied to a fixed-size buffer via 'sprintf()'. The 'GetP...Show more
Stack-based buffer overflow vulnerability in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. In the 'ShowMeterDatabase()' function, there is an unlimited user input that is copied to a fixed-size buffer via 'sprintf()'. The 'GetParameter(meter)' function retrieves the user input, which is directly incorporated into a buffer without size validation. An attacker can provide an excessively large input for the 'meter' parameter.Show less
1Circutor
2Sge Plc1000 Firmware
Sge Plc50 Firmware
Dec 3, 2025
Dec 2, 2025
8.5 HIGH· v4
9.8 CRITICAL· v3
N/A· v2
Stack-based buffer overflow vulnerability in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. The vulnerability is found in the 'AddEvent()' function when copying the user-controlled username input to a fixed-size buffer (48 bytes...Show more
Stack-based buffer overflow vulnerability in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. The vulnerability is found in the 'AddEvent()' function when copying the user-controlled username input to a fixed-size buffer (48 bytes) without boundary checking. This can lead to memory corruption, resulting in possible remote code execution.Show less
1Circutor
2Sge Plc1000 Firmware
Sge Plc50 Firmware
Dec 3, 2025
Dec 2, 2025
8.5 HIGH· v4
9.8 CRITICAL· v3
N/A· v2
Stack-based buffer overflow vulnerability in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. The 'ShowDownload()' function uses “sprintf()” to format a string that includes the user-controlled input of 'GetParameter(meter)' in th...Show more
Stack-based buffer overflow vulnerability in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. The 'ShowDownload()' function uses “sprintf()” to format a string that includes the user-controlled input of 'GetParameter(meter)' in the fixed-size buffer 'acStack_4c' (64 bytes) without checking the length. An attacker can provide an excessively long value for the 'meter' parameter that exceeds the 64-byte buffer size.Show less
1Circutor
2Sge Plc1000 Firmware
Sge Plc50 Firmware
Dec 3, 2025
Dec 2, 2025
8.6 HIGH· v4
7.8 HIGH· v3
N/A· v2
Use of hardcoded cryptographic keys in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. The affected firmware contains a hardcoded static authentication key. An attacker with local access to the device can extract this key (e.g.,...Show more
Use of hardcoded cryptographic keys in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. The affected firmware contains a hardcoded static authentication key. An attacker with local access to the device can extract this key (e.g., by analysing the firmware image or memory dump) and create valid firmware update packages. This bypasses all intended access controls and grants full administrative privileges.Show less
1Circutor
2Sge Plc1000 Firmware
Sge Plc50 Firmware
Dec 3, 2025
Dec 2, 2025
8.7 HIGH· v4
9.8 CRITICAL· v3
N/A· v2
Stack-based buffer overflow vulnerability in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. In the 'showMeterReport()' function, there is an unlimited user input that is copied to a fixed-size buffer via 'sprintf()'. The 'GetPar...Show more
Stack-based buffer overflow vulnerability in Circutor SGE-PLC1000/SGE-PLC50 v9.0.2. In the 'showMeterReport()' function, there is an unlimited user input that is copied to a fixed-size buffer via 'sprintf()'. The 'GetParameter(meter)' function retrieves the user input, which is directly incorporated into a buffer without size validation. An attacker can provide an excessively large input for the “meter” parameter.Show less
1Circutor
2Sge Plc1000 Firmware
Sge Plc50 Firmware
Dec 3, 2025
Dec 2, 2025
9.4 CRITICAL· v4
9.8 CRITICAL· v3
N/A· v2
Stack-based buffer overflow vulnerability in CircutorSGE-PLC1000/SGE-PLC50 v9.0.2. The 'SetLan' function is invoked when a new configuration is applied. This new configuration function is activated by a management web re...Show more
Stack-based buffer overflow vulnerability in CircutorSGE-PLC1000/SGE-PLC50 v9.0.2. The 'SetLan' function is invoked when a new configuration is applied. This new configuration function is activated by a management web request, which can be invoked by a user when making changes to the 'index.cgi' web application. The parameters are not being sanitised, which could lead to command injection.Show less
1Circutor
2Sge Plc1000 Firmware
Sge Plc50 Firmware
Dec 3, 2025
Dec 2, 2025
10.0 CRITICAL· v4
9.8 CRITICAL· v3
N/A· v2
Stack-based buffer overflow in Circutor SGE-PLC1000/SGE-PLC50 v0.9.2. This vulnerability allows an attacker to remotely exploit memory corruption through the 'read_packet()' function of the TACACSPLUS implementation.
1Circutor
1Q Smt Firmware
Sep 26, 2024
Sep 18, 2024
N/A· v4
5.3 MEDIUM· v3
N/A· v2
An attacker with no knowledge of the current users in the web application, could build a dictionary of potential users and check the server responses as it indicates whether or not the user is present in CIRCUTOR Q-SMT i...Show more
An attacker with no knowledge of the current users in the web application, could build a dictionary of potential users and check the server responses as it indicates whether or not the user is present in CIRCUTOR Q-SMT in its firmware version 1.0.4.Show less
1Circutor
1Tcp2rs+ Firmware
Oct 7, 2024
Sep 18, 2024
N/A· v4
9.1 CRITICAL· v3
N/A· v2
Vulnerability in CIRCUTOR TCP2RS+ firmware version 1.3b, which could allow an attacker to modify any configuration value, even if the device has the user/password authentication option enabled, without authentication by...Show more
Vulnerability in CIRCUTOR TCP2RS+ firmware version 1.3b, which could allow an attacker to modify any configuration value, even if the device has the user/password authentication option enabled, without authentication by sending packets through the UDP protocol and port 2000, deconfiguring the device and thus disabling its use. This equipment is at the end of its useful life cycle.Show less
1Circutor
1Q Smt Firmware
Oct 1, 2024
Sep 18, 2024
N/A· v4
8.8 HIGH· v3
N/A· v2
An attacker with access to the network where the CIRCUTOR Q-SMT is located in its firmware version 1.0.4, could obtain legitimate credentials or steal sessions due to the fact that the device only implements the HTTP pro...Show more
An attacker with access to the network where the CIRCUTOR Q-SMT is located in its firmware version 1.0.4, could obtain legitimate credentials or steal sessions due to the fact that the device only implements the HTTP protocol. This fact prevents a secure communication channel from being established.Show less
1Circutor
1Tcp2rs+ Firmware
Oct 7, 2024
Sep 18, 2024
N/A· v4
9.1 CRITICAL· v3
N/A· v2
Vulnerability in CIRCUTOR TCP2RS+ firmware version 1.3b, which could allow an attacker to modify any configuration value, even if the device has the user/password authentication option enabled, without authentication by...Show more
Vulnerability in CIRCUTOR TCP2RS+ firmware version 1.3b, which could allow an attacker to modify any configuration value, even if the device has the user/password authentication option enabled, without authentication by sending packets through the UDP protocol and port 2000, deconfiguring the device and thus disabling its use. This equipment is at the end of its useful life cycle.Show less
1Circutor
1Q Smt Firmware
Oct 1, 2024
Sep 18, 2024
N/A· v4
7.5 HIGH· v3
N/A· v2
An attacker with access to the network where CIRCUTOR Q-SMT is located in its firmware version 1.0.4, could steal the tokens used on the web, since these have no expiration date to access the web application without rest...Show more
An attacker with access to the network where CIRCUTOR Q-SMT is located in its firmware version 1.0.4, could steal the tokens used on the web, since these have no expiration date to access the web application without restrictions. Token theft can originate from different methods such as network captures, locally stored web information, etc.Show less
1Circutor
1Q Smt Firmware
Oct 1, 2024
Sep 18, 2024
N/A· v4
8.6 HIGH· v3
N/A· v2
CIRCUTOR Q-SMT in its firmware version 1.0.4, could be affected by a denial of service (DoS) attack if an attacker with access to the web service bypasses the authentication mechanisms on the login page, allowing the att...Show more
CIRCUTOR Q-SMT in its firmware version 1.0.4, could be affected by a denial of service (DoS) attack if an attacker with access to the web service bypasses the authentication mechanisms on the login page, allowing the attacker to use all the functionalities implemented at web level that allow interacting with the device.Show less
1Circutor
1Compact Dc S Basic Firmware
Nov 21, 2024
May 24, 2022
N/A· v4
8.1 HIGH· v3
5.5 MEDIUM· v2
A buffer overflow vulnerability has been detected in the firewall function of the device management web portal. The device runs a CGI binary (index.cgi) to offer a management web application. Once authenticated with vali...Show more
A buffer overflow vulnerability has been detected in the firewall function of the device management web portal. The device runs a CGI binary (index.cgi) to offer a management web application. Once authenticated with valid credentials in this web portal, a potential attacker could submit any "Address" value and it would be copied to a second variable with a "strcpy" vulnerable function without checking its length. Because of this, it is possible to send a long address value to overflow the process stack, controlling the function return address.Show less
1Circutor
1Compact Dc S Basic Firmware
Nov 21, 2024
Dec 2, 2021
N/A· v4
9.8 CRITICAL· v3
10.0 HIGH· v2
Buffer overflow vulnerability in function SetFirewall in index.cgi in CIRCUTOR COMPACT DC-S BASIC smart metering concentrator Firwmare version CIR_CDC_v1.2.17, allows attackers to execute arbitrary code.