CVE-2022-2971
published 2022-09-23CVE-2022-2971: MZ Automation's libIEC61850 (versions 1.4 and prior; version 1.5 prior to commit a3b04b7bc4872a5a39e5de3fdc5fbde52c09e10e) accesses a resource using an…
PriorityP340high7.5CVSS 3.1
AVNACLPRNUINSUCNINAH
EPSS
0.83%
52.8th percentile
MZ Automation's libIEC61850 (versions 1.4 and prior; version 1.5 prior to commit a3b04b7bc4872a5a39e5de3fdc5fbde52c09e10e) accesses a resource using an incompatible type, which could allow an attacker to crash the server with a malicious payload.
Affected
6 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| intel | optimization_for_tensorflow | >= 0 < 2.7.2 | 2.7.2 |
| intel | optimization_for_tensorflow | >= 2.8.0 < 2.8.1 | 2.8.1 |
| intel | optimization_for_tensorflow | >= 2.9.0 < 2.9.1 | 2.9.1 |
| mz-automation | libiec61850 | < 1.5.0 | 1.5.0 |
| mz_automation | libiec61850 | All – 1.4 | — |
| mz_automation | libiec61850 | >= Version 1.5 < Commit: a3b04b7bc4872a5a39e5de3fdc5fbde52c09e10e | Commit: a3b04b7bc4872a5a39e5de3fdc5fbde52c09e10e |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
CISA ICS
MZ Automation libIEC61850
cisa_ics·2022-09-08·CVSS 10.0
[CRITICAL] MZ Automation libIEC61850
## Archived Content In an effort to keep CISA.gov current, the archive contains outdated information that may not reflect current policy or programs.
ICS Advisory
##
MZ Automation libIEC61850
Last RevisedSeptember 08, 2022
Alert CodeICSA-22-251-01
## 1. EXECUTIVE SUMMARY
- CVSS v3 10.0
- ATTENTION: Exploitable remotely/low attack complexity
- Vendor: MZ Automation GmbH
- Equipment: libIEC61850
- Vulnerabilities: Buffer Overflow, Access of Resource Using Incompatible Type, NULL Pointer Dereference
## 2. RISK EVALUATION
Successful exploitation of these vulnerabilities could crash the device being accessed, and buffer overflow conditions could allow remote code execution.
## 3. TECHNICAL DETAILS
## 3.1 AFFECTED PRODUCTS
The following v
GHSA
GHSA-gxrc-qj6f-5vph: MZ Automation's libIEC61850 (versions 1
ghsa_unreviewed·2022-09-25
CVE-2022-2971 [HIGH] CWE-843 GHSA-gxrc-qj6f-5vph: MZ Automation's libIEC61850 (versions 1
MZ Automation's libIEC61850 (versions 1.4 and prior; version 1.5 prior to commit a3b04b7bc4872a5a39e5de3fdc5fbde52c09e10e) accesses a resource using an incompatible type, which could allow an attacker to crash the server with a malicious payload.
GHSA
TensorFlow vulnerable to `CHECK` fail in `ParameterizedTruncatedNormal`
ghsa·2022-09-16
CVE-2022-35984 [MEDIUM] CWE-617 TensorFlow vulnerable to `CHECK` fail in `ParameterizedTruncatedNormal`
TensorFlow vulnerable to `CHECK` fail in `ParameterizedTruncatedNormal`
### Impact
`ParameterizedTruncatedNormal` assumes `shape` is of type `int32`. A valid `shape` of type `int64` results in a mismatched type `CHECK` fail that can be used to trigger a denial of service attack.
```python
import tensorflow as tf
seed = 1618
seed2 = 0
shape = tf.random.uniform(shape=[3], minval=-10000, maxval=10000, dtype=tf.int64, seed=4894)
means = tf.random.uniform(shape=[3, 3, 3], minval=-10000, maxval=10000, dtype=tf.float32, seed=-2971)
stdevs = tf.random.uniform(shape=[3, 3, 3], minval=-10000, maxval=10000, dtype=tf.float32, seed=-2971)
minvals = tf.random.uniform(shape=[3, 3, 3], minval=-10000, maxval=10000, dtype=tf.float32, seed=-2971)
maxvals = tf.random.uniform(shape=[3, 3, 3], minval=-10000, m
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2022-09-23
Published