diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7bee8..88cfff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,6 +72,9 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 5.3.0 | 2020-02-12 | `osInfo()` added remoteSession (windows) | +| 5.2.7 | 2020-02-12 | `fsStats()`, `blockDevices()` improved linux | +| 5.2.6 | 2020-02-12 | `inetLatency()` fixed possible DOS intrusion | | 5.2.5 | 2020-02-11 | `processes()` fixed truncated params (linux) | | 5.2.4 | 2020-02-11 | `currentLoad()` fixed issue | | 5.2.3 | 2020-02-11 | `diskLayout()` added USB drives (mac OS) | diff --git a/README.md b/README.md index 61e480c..f1f5956 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ si.cpu() (last 7 major and minor version releases) +- Version 5.3.0: `osInfo()` added remoteSession (win only) - Version 5.2.0: `wifiInterfaces()` and `wifiConnections()` added - Version 5.1.0: `memLayout()` added ECC flag, `bios()` added language, features (linux) - Version 5.0.0: new version 5 - attention there are some breaking changes. See [detailed version 5 changes here][changes5-url]. @@ -325,6 +326,7 @@ Full function reference with examples can be found at [https://systeminformation | | servicepack | | | | X | | service pack version | | | uefi | X | X | X | X | | OS started via UEFI | | | hypervisor | | | | X | | hyper-v enabled? (win only) | +| | remoteSession | | | | X | | runs in remote session (win only) | | si.uuid(cb) | {...} | X | X | X | X | X | object of several UUIDs | | | os | X | X | X | X | | os specific UUID | | | hardware | X | X | X | X | | hardware specific UUID | diff --git a/docs/history.html b/docs/history.html index 75bf404..f0e4d75 100644 --- a/docs/history.html +++ b/docs/history.html @@ -56,6 +56,21 @@ + + 5.3.0 + 2020-02-12 + osInfo() added remoteSession (windows) + + + 5.2.7 + 2020-02-12 + fsStats() and blockdevices() improvements (linux) + + + 5.2.6 + 2020-02-12 + inetLatency() fix DOS vulnerability + 5.2.5 2020-02-11 diff --git a/docs/index.html b/docs/index.html index 01027be..9e5318e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -166,11 +166,11 @@
- Security advisory:
Update to v4.31.1
+ Security advisory:
Update to v5.2.6
systeminformation
 
-
New Version: 5.2.5
+
New Version: 5.3.0
diff --git a/docs/os.html b/docs/os.html index c88e68d..4201d12 100644 --- a/docs/os.html +++ b/docs/os.html @@ -226,6 +226,16 @@ hyper-v detected (win only) + + + remoteSession + + + + X + + runs in remote session (win only) + diff --git a/docs/security.html b/docs/security.html index c12cf94..10ebbcf 100644 --- a/docs/security.html +++ b/docs/security.html @@ -43,11 +43,28 @@
Security Advisories
+

DOS Injection Vulnerability

+

Affected versions: + < 5.2.6 and < 4.34.10
+ Date: 2021-02-12
+ CVE indentifier - +

+ +

Impact

+

Here we had an issue that there was a possibility to perform a ping command execution for too long time. Affected commands: inetLatency().

+ +

Patch

+

Problem was fixed with a shell string sanitation fix. Please upgrade to version >= 5.2.6 (or >= 4.34.10 if you are using version 4).

+ +

Workarround

+

If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to inetLatency() (no spaces)

+
+

Command Injection Vulnerability

Affected versions: - < 4.31.1
- Date: 2020-12-11
- CVE indentifier CVE-2020-26274, CVE-2020-28448 + < 4.31.1
+ Date: 2020-12-11
+ CVE indentifier CVE-2020-26274, CVE-2020-28448

Impact

@@ -59,12 +76,13 @@

Workarround

If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to inetLatency()

- -

command injection vulnerability - prototype pollution

+
+
+

Command Injection Vulnerability - Prototype Pollution

Affected versions: - < 4.30.5
- Date: 2020-11-26
- CVE indentifier CVE-2020-26245 + < 4.30.5
+ Date: 2020-11-26
+ CVE indentifier CVE-2020-26245

Impact

@@ -76,12 +94,13 @@

Workarround

If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to inetChecksite()

- +
+

Command Injection Vulnerability

Affected versions: - < 4.27.11
- Date: 2020-10-26
- CVE indentifier CVE-2020-7752 + < 4.27.11
+ Date: 2020-10-26
+ CVE indentifier CVE-2020-7752

Impact

diff --git a/docs/v4/battery.html b/docs/v4/battery.html index 91134fd..f731d2a 100644 --- a/docs/v4/battery.html +++ b/docs/v4/battery.html @@ -29,7 +29,7 @@