Skip to content

Commit 0e591b9

Browse files
docs(security): add CVE-2026-45736
Reference: GHSA-58qx-3vcg-4xpx [skip ci]
1 parent 4faff49 commit 0e591b9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

SECURITY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ From the transitive dependencies:
5252
| May 2023 | `socket.io-parser` | [Insufficient validation when decoding a Socket.IO packet](https://github.com/advisories/GHSA-cqmj-92xf-r6r9) | `CVE-2023-32695` |
5353
| June 2024 | `ws` | [DoS when handling a request with many HTTP headers](https://github.com/advisories/GHSA-3h5v-q93c-6h6q) | `CVE-2024-37890` |
5454
| March 2026 | `socket.io-parser` | [Unbounded number of binary attachments](https://github.com/socketio/socket.io/security/advisories/GHSA-677m-j7p3-52f9) | `CVE-2026-33151` |
55+
| May 2026 | `ws` | [Uninitialized memory disclosure](https://github.com/advisories/GHSA-58qx-3vcg-4xpx) | `CVE-2026-45736` |
5556

5657
### For the `socket.io-client` package
5758

@@ -68,4 +69,5 @@ From the transitive dependencies:
6869
| October 2022 | `socket.io-parser` | [Insufficient validation when decoding a Socket.IO packet](https://github.com/advisories/GHSA-qm95-pgcg-qqfq) | `CVE-2022-2421` |
6970
| May 2023 | `socket.io-parser` | [Insufficient validation when decoding a Socket.IO packet](https://github.com/advisories/GHSA-cqmj-92xf-r6r9) | `CVE-2023-32695` |
7071
| June 2024 | `ws` | [DoS when handling a request with many HTTP headers](https://github.com/advisories/GHSA-3h5v-q93c-6h6q) | `CVE-2024-37890` |
71-
| March 2026 | `socket.io-parser` | [Unbounded number of binary attachments](https://github.com/socketio/socket.io/security/advisories/GHSA-677m-j7p3-52f9) | `CVE-2026-33151` |
72+
| March 2026 | `socket.io-parser` | [Unbounded number of binary attachments](https://github.com/socketio/socket.io/security/advisories/GHSA-677m-j7p3-52f9) | `CVE-2026-33151` |
73+
| May 2026 | `ws` | [Uninitialized memory disclosure](https://github.com/advisories/GHSA-58qx-3vcg-4xpx) | `CVE-2026-45736` |

0 commit comments

Comments
 (0)