Commit d576b7a
committed
Fix possible deserialization of untrusted data
There is a deserialization of untrusted data vulnerability in the Kredis
JSON deserialization code. This vulnerability has been assigned the CVE
identifier CVE-2023-27531.
Carefully crafted JSON data processed by Kredis may result in
deserialization of untrusted data, potentially leading to deserialization
of unexpected objects in the system.
Any applications using Kredis with JSON are affected.1 parent 1c2e3a6 commit d576b7a
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
0 commit comments