Skip to content

Commit c52f9fd

Browse files
fsSize() fix drive sanitation (windows)
1 parent d3b03e9 commit c52f9fd

File tree

6 files changed

+768
-513
lines changed

6 files changed

+768
-513
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
9090

9191
| Version | Date | Comment |
9292
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
93+
| 5.27.14 | 2025-12-15 | `fsSize()` fix drive sanitation (windows) |
9394
| 5.27.13 | 2025-12-10 | `cpuCurrentSpeed()` fix hasOwnProperty |
9495
| 5.27.12 | 2025-12-09 | `networkConnections()` fix pid issue (macOS) |
9596
| 5.27.11 | 2025-10-05 | `system()` added latest mac studio versions (macOS) |

docs/history.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ <h3>Full version history</h3>
5757
</tr>
5858
</thead>
5959
<tbody>
60+
<tr>
61+
<th scope="row">5.27.14</th>
62+
<td>2025-12-16</td>
63+
<td><span class="code">fsSize()</span> fix sanitation drive (windows)</td>
64+
</tr>
6065
<tr>
6166
<th scope="row">5.27.13</th>
6267
<td>2025-12-10</td>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@
166166
<body>
167167
<header class="bg-image-full">
168168
<div class="top-container">
169-
<a href="security.html" class="recommendation">Security advisory:<br>Update to v5.23.7</a>
169+
<a href="security.html" class="recommendation">Security advisory:<br>Update to v5.27.14</a>
170170
<img class="logo" src="assets/logo.png" alt="logo">
171171
<div class="title">systeminformation</div>
172172
<div class="subtitle"><span id="typed"></span>&nbsp;</div>
173-
<div class="version">New Version: <span id="version">5.27.13</span></div>
173+
<div class="version">New Version: <span id="version">5.27.14</span></div>
174174
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
175175
</div>
176176
<div class="down">

docs/security.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,21 @@
4444
<div class="col-12 sectionheader">
4545
<div class="title">Security Advisories</div>
4646
<div class="text">
47+
<h2>fsSize Command Injection Vulnerability</h2>
48+
<p><span class="bold">Affected versions:</span>
49+
&lt; 5.23.14<br>
50+
<span class="bold">Date:</span> 2025-12-16<br>
51+
<span class="bold">CVE indentifier</span> CVE-???
52+
</p>
53+
54+
<h4>Impact</h4>
55+
<p>We had an issue that there was a possibility to perform a potential command injection possibility by manipulating Win32_logicaldisk input in <span class="code">fsSize()</span> on windows machines.</p>
56+
57+
<h4>Patch</h4>
58+
<p>Problem was fixed with parameter checking. If you are using version 5, please upgrade to version >= 5.27.14.</p>
59+
<hr>
60+
<br>
61+
4762
<h2>SSID Command Injection Vulnerability</h2>
4863
<p><span class="bold">Affected versions:</span>
4964
&lt; 5.23.7<br>

0 commit comments

Comments
 (0)