7.5

CVE-2023-2914

The Rockwell Automation Thinmanager Thinserver is impacted by an improper input validation vulnerability, an integer overflow condition exists in the affected products. When the ThinManager processes incoming messages, a read access violation occurs and terminates the process. A malicious user could exploit this vulnerability by sending a crafted synchronization protocol message and causing a denial of service condition in the software.  
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
RockwellautomationThinmanager Thinserver Version >= 11.0.0 <= 11.0.6
RockwellautomationThinmanager Thinserver Version >= 11.1.0 <= 11.1.6
RockwellautomationThinmanager Thinserver Version >= 11.2.0 <= 11.2.7
RockwellautomationThinmanager Thinserver Version >= 12.0.0 <= 12.0.5
RockwellautomationThinmanager Thinserver Version >= 12.1.0 <= 12.1.6
RockwellautomationThinmanager Thinserver Version >= 13.0.0 <= 13.0.2
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 24.16% 0.958
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 7.5 3.9 3.6
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
PSIRT@rockwellautomation.com 7.5 3.9 3.6
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CWE-190 Integer Overflow or Wraparound

The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

CWE-20 Improper Input Validation

The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.